Jump to content

CK Claw Health Doesn't Upgrade Until 6 Green Gems


JazzyGames
  • Pending

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.

  • Like 2



User Feedback


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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...