?5972?wrath of the woods
Moderator: Moderator
-
- Wyrmic
- Posts: 284
- Joined: Thu Mar 29, 2012 2:11 am
?5972?wrath of the woods
The describtion said the bouns is 12%, but the actual bouns that shown on the charactor sheet is 8%
Re: ?5972?wrath of the woods
Good catch. The description was buffed, but not the effect.
Code: Select all
diff --git a/game/modules/tome/data/talents/misc/races.lua b/game/modules/tome/data/talents/misc/races.lua
index a34291e..d76cf63 100644
--- a/game/modules/tome/data/talents/misc/races.lua
+++ b/game/modules/tome/data/talents/misc/races.lua
@@ -268,7 +268,7 @@ newTalent{
cooldown = function(self, t) return 50 - self:getTalentLevel(t) * 5 end,
tactical = { ATTACK = 1, DEFEND = 1 },
action = function(self, t)
- self:setEffect(self.EFF_ETERNAL_WRATH, 5, {power=7 + self:getWil(10, true)})
+ self:setEffect(self.EFF_ETERNAL_WRATH, 5, {power=10 + self:getWil(10, true)})
return true
end,
info = function(self, t)
darkgod wrote:OMFG tiger eye you are my hero!