I have a randart greatsword with increases critical damage modifier: +30%. All good except I critted for 30x expected damage... something like you hit for 35... you crit for 1636.
Found it:
Class/interface/combat.lua
line 564: dam = dam * (1.5 + (self.combat_critical_power or 0))
should be : dam = dam * (1.5 + (self.combat_critical_power * 0.01 or 0))
Same in line 581.
[r1896] +crit modifier ego
Moderator: Moderator
Re: [r1896] +crit modifier ego
fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
