Jump to content

[TU-211867] Wrong strength->carry calculation


PVD
  • Branch: Live Branch Pending

Carry weight has wrong calculation formula, e.g. if you have 8 strength it adds +120kg instead of 720 (120%, 600 * (1 + 1.2) = 1320 kg, 600 kg is default).

MouFGCk.pngMky6AA4.png


Steps to Reproduce
Have a dupe with high strength, each strength point will not add %, but raw kg.



User Feedback


and ability to train by lifting stuff or by a building like punching bag/weight lifting

Edited by ShamPeiN

Share this comment


Link to comment
Share on other sites

Could be that the '+' in the display is simply wrong, without it '120% Carrying Weight' would come out correctly with 720kg (600kg * 1.2).

Share this comment


Link to comment
Share on other sites

Suspect it's the same reason that decor modifiers are calculated wrong.

Edit: Nope. More hard coded values. 600 + (strength * 15).

So the +120% is incorrect here.

Offending string would be "$value% Carrying Weight".
It's adding the +120 because it is indeed what it is doing.
 

Edited by Risu

Share this comment


Link to comment
Share on other sites

16 minutes ago, Masterpintsman said:

So correct would be "+$value kg ..." ?

"$value kg Carry Weight". The + is added automatically.
 

Share this comment


Link to comment
Share on other sites

2 hours ago, Risu said:

Edit: Nope. More hard coded values. 600 + (strength * 15).

So the +120% is incorrect here.

Offending string would be "$value% Carrying Weight".
It's adding the +120 because it is indeed what it is doing.
 

Then strength is worthless skill, I should better take quick learners...

Share this comment


Link to comment
Share on other sites



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...