Commit 18920e7518ac482e97359a1bff137a46b8483f09

Authored by dg
1 parent a8fd9786

Frozen tooltip updated to clarify that it blocks teleport & heal


git-svn-id: http://svn.net-core.org/repos/t-engine4@3473 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -253,7 +253,6 @@ newTalent{
253 253 desc = [[A strange reptilian creature with three smouldering heads.]],
254 254 autolevel = "none",
255 255 ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
256   - ai_tactic = resolvers.tactic"melee",
257 256
258 257 stats = {str=0, dex=0, con=0, cun=0, wil=0, mag=0},
259 258 inc_stats = { wil=15 + self:getWil() * self:getTalentLevel(t) / 5, str=18, con=10 + self:getTalentLevel(t) * 2 + self:getTalentLevelRaw(self.T_RESILIENCE)*2},
... ... @@ -412,7 +411,6 @@ newTalent{
412 411 desc = [[A mighty fire drake.]],
413 412 autolevel = "none",
414 413 ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
415   - ai_tactic = resolvers.tactic"melee",
416 414 stats = {str=0, dex=0, con=0, cun=0, wil=0, mag=0},
417 415 inc_stats = { str=15 + self:getWil() * self:getTalentLevel(t) / 5, wil=38, con=20 + self:getTalentLevel(t) * 3 + self:getTalentLevelRaw(self.T_RESILIENCE) * 2, },
418 416 level_range = {self.level, self.level}, exp_worth = 0,
... ...
... ... @@ -320,7 +320,7 @@ newEffect{
320 320 newEffect{
321 321 name = "FROZEN",
322 322 desc = "Frozen",
323   - long_desc = function(self, eff) return ("The target is encased in ice. All damage done to you will be split, 40%% absorbed by the ice and 60%% by yourself. Your defense is nullified while in the ice and you may only attack the ice but you are also immune to any new detrimental status effects. %d HP on the iceblock remaining."):format(eff.hp) end,
  323 + long_desc = function(self, eff) return ("The target is encased in ice. All damage done to you will be split, 40%% absorbed by the ice and 60%% by yourself. Your defense is nullified while in the ice and you may only attack the ice but you are also immune to any new detrimental status effects. The target can not teleport or heal while frozen. %d HP on the iceblock remaining."):format(eff.hp) end,
324 324 type = "magical",
325 325 status = "detrimental",
326 326 parameters = {},
... ...