According to crabking.lua:
if inst.gemcount.green > 5 then health = health + TUNING.CRABKING_CLAW_HEALTH_BOOST end
if inst.gemcount.green > 7 then health = health + TUNING.CRABKING_CLAW_HEALTH_BOOST end
if inst.gemcount.green >= 11 then health = health + TUNING.CRABKING_CLAW_HEALTH_BOOST_MAXGEM end
If tier 2 was meant to kick in at 5 green gems then the first line should be "if inst.gemcount.green > 4...."
If this is intended then please disregard, but I gathered from the patch notes that the goal was 5 for every tiered ability.
EDIT: Fixed. Feel free to close.
Steps to Reproduce
Start a CK fight with 5 green gems socketed and observe the base health of claws.
-
2
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now