Skip to content
Snippets Groups Projects
Commit 3733d57f authored by Lisa Greene's avatar Lisa Greene
Browse files

Slightly tweak Summon Control

parent 9bc5e5b6
No related branches found
No related tags found
2 merge requests!543Summoner Tweaks,!539Summoner Tweaks
......@@ -347,8 +347,9 @@ newTalent{
require = gifts_req4,
points = 5,
equilibrium = 7,
cooldown = 20,
cooldown = 10,
no_npc_use = true,
no_energy = true,
requires_target = true,
range = 10,
direct_hit = true,
......@@ -368,6 +369,6 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Allows you to control all summons in a radius %d to target a creature for %d turns.]]):format(t.getRad(self,t), t.getDur(self,t))
return ([[Draw focus on a creature, signalling to all of your summons within %d tiles of it to shift aggression towards the marked creature for %d turns.]]):format(t.getRad(self,t), t.getDur(self,t))
end,
}
\ No newline at end of file
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