Skip to content
Snippets Groups Projects
Commit 18920e75 authored by dg's avatar dg
Browse files

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
parent a8fd9786
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,6 @@ newTalent{
desc = [[A strange reptilian creature with three smouldering heads.]],
autolevel = "none",
ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
ai_tactic = resolvers.tactic"melee",
stats = {str=0, dex=0, con=0, cun=0, wil=0, mag=0},
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{
desc = [[A mighty fire drake.]],
autolevel = "none",
ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
ai_tactic = resolvers.tactic"melee",
stats = {str=0, dex=0, con=0, cun=0, wil=0, mag=0},
inc_stats = { str=15 + self:getWil() * self:getTalentLevel(t) / 5, wil=38, con=20 + self:getTalentLevel(t) * 3 + self:getTalentLevelRaw(self.T_RESILIENCE) * 2, },
level_range = {self.level, self.level}, exp_worth = 0,
......
......@@ -320,7 +320,7 @@ newEffect{
newEffect{
name = "FROZEN",
desc = "Frozen",
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,
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,
type = "magical",
status = "detrimental",
parameters = {},
......
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