?5972?wrath of the woods

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
jinsediaoying
Wyrmic
Posts: 284
Joined: Thu Mar 29, 2012 2:11 am

?5972?wrath of the woods

#1 Post by jinsediaoying »

The describtion said the bouns is 12%, but the actual bouns that shown on the charactor sheet is 8%

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: ?5972?wrath of the woods

#2 Post by tiger_eye »

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!

Post Reply