From a511d1c9a460b33dcb828d7c02d948c125c0b6fc Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Mon, 12 Nov 2012 20:00:46 +0000 Subject: [PATCH] Detonate will also reset a random summon talent git-svn-id: http://svn.net-core.org/repos/t-engine4@5785 51575b47-30f0-44d4-a5cc-537603b46e54 --- .../tome/data/talents/gifts/summon-augmentation.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/game/modules/tome/data/talents/gifts/summon-augmentation.lua b/game/modules/tome/data/talents/gifts/summon-augmentation.lua index af7cbdc779..1e1ba1cc08 100644 --- a/game/modules/tome/data/talents/gifts/summon-augmentation.lua +++ b/game/modules/tome/data/talents/gifts/summon-augmentation.lua @@ -67,6 +67,15 @@ newTalent{ dt.on_detonate(self, t, target) target:die(self) + local l = {} + for tid, cd in pairs(self.talents_cd) do + local t = self:getTalentFromId(tid) + if t.is_summon then l[#l+1] = tid end + end + if #l > 0 then + self.talents_cd[rng.table(l)] = nil + end + game:playSoundNear(self, "talents/fireflash") return true end, @@ -83,6 +92,7 @@ newTalent{ - Stone Golem: Knocks back all creatures - Turtle: Grants a small shell shield to all friendly creatures - Spider: Pins all foes around + In addition a random summon will come off cooldown. The effects improves with your Willpower.]]):format(radius) end, } -- GitLab