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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5555 51575b47-30f0-44d4-a5cc-537603b46e54
parent 36d1689a
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/talents/tricky_defenses.png

4.14 KiB

game/modules/tome/data/gfx/talents/windtouched_speed.png

4.11 KiB

......@@ -83,7 +83,7 @@ newTalent{
tactical = { DEFEND = 2 },
getMax = function(self, t)
local v = self:combatTalentMindDamage(t, 20, 80)
if self:knowtTalent(self.T_TRICKY_DEFENSES) then
if self:knowTalent(self.T_TRICKY_DEFENSES) then
v = v * (100 + self:getCun() / 2) / 100
end
return v
......
......@@ -38,7 +38,6 @@ uberTalent{
name = "Bloodspring",
mode = "passive",
cooldown = 12,
require = { special={desc="Be close to the draconic world", fct=function(self) return self:attr("drake_touched") and self:attr("drake_touched") >= 2 end} },
trigger = function(self, t)
-- Add a lasting map effect
game.level.map:addEffect(self,
......
......@@ -91,10 +91,12 @@ uberTalent{
on_learn = function(self, t)
self:attr("global_speed_add", 0.15)
self:attr("avoid_pressure_traps", 1)
self:recomputeGlobalSpeed()
end,
on_unlearn = function(self, t)
self:attr("global_speed_add", -0.15)
self:attr("avoid_pressure_traps", -1)
self:recomputeGlobalSpeed()
end,
info = function(self, t)
return ([[You are attuned wih Nature and she helps you in your fight against the arcane forces.
......
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