Skip to content
Snippets Groups Projects
Commit 07af0420 authored by dg's avatar dg
Browse files

fix Wayist

git-svn-id: http://svn.net-core.org/repos/t-engine4@3043 51575b47-30f0-44d4-a5cc-537603b46e54
parent e676af37
No related branches found
No related tags found
No related merge requests found
......@@ -769,10 +769,8 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Shatters the mind of your victim, giving your full control over its actions for %s turns.
When the effect ends you pull out your mind and the victim's body colapses dead.
This effect does not work on elite or undeads.
The duration will increase with the Willpower stat]]):format(4 + self:getWil(10))
return ([[Reach through the collective psionic gestalt of the yeeks, the Way, to call for immediate help.
Summons up to 3 yeek mindslayers to your side.]])
end,
}
......
......@@ -35,7 +35,7 @@ newTalentType{ allow_random=true, type="technique/warcries", name = "warcries",
newTalentType{ allow_random=true, type="technique/bloodthirst", name = "bloodthirst", description = "Delight in the act of battle and the spilling of blood." }
newTalentType{ allow_random=true, type="technique/field-control", name = "field control", generic = true, description = "Control the battlefield using various techniques." }
newTalentType{ allow_random=true, type="technique/combat-techniques-active", name = "combat techniques", description = "Generic combat oriented techniques." }
newTalentType{ allow_random=true, type="technique/combat-techniques-passive", name = "combat veterant", description = "Generic combat oriented techniques." }
newTalentType{ allow_random=true, type="technique/combat-techniques-passive", name = "combat veteran", description = "Generic combat oriented techniques." }
newTalentType{ allow_random=true, type="technique/combat-training", name = "combat training", generic = true, description = "Teaches to use various armors and improves health." }
newTalentType{ allow_random=true, type="technique/magical-combat", name = "magical combat", description = "The blending together of magic and melee prowess." }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment