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

Slightly tweak Summon Control

parent 1d7ad8af
No related branches found
No related tags found
No related merge requests found
...@@ -347,8 +347,9 @@ newTalent{ ...@@ -347,8 +347,9 @@ newTalent{
require = gifts_req4, require = gifts_req4,
points = 5, points = 5,
equilibrium = 7, equilibrium = 7,
cooldown = 20, cooldown = 10,
no_npc_use = true, no_npc_use = true,
no_energy = true,
requires_target = true, requires_target = true,
range = 10, range = 10,
direct_hit = true, direct_hit = true,
...@@ -368,6 +369,6 @@ newTalent{ ...@@ -368,6 +369,6 @@ newTalent{
return true return true
end, end,
info = function(self, t) 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, 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