Skip to content
Snippets Groups Projects
Commit 50dd3c5b authored by DarkGod's avatar DarkGod
Browse files

reduce skullcraker damage a bit

parent 65951d7b
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ newTalent{
local add = 0
if o then
add = 15 + o:getPriceFlags() * 0.6 * math.sqrt(o:getPowerRank() + 1) * (o:attr("metallic") and 1 or 0.5) * (o.skullcracker_mult or 1)
add = 15 + o:getPriceFlags() * 0.3 * math.sqrt(o:getPowerRank() + 1) * (o:attr("metallic") and 1 or 0.5) * (o.skullcracker_mult or 1)
end
local totstat = self:getStat("str")
......
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