gcs icon indicating copy to clipboard operation
gcs copied to clipboard

Arm ST

Open XerWolf opened this issue 1 year ago • 3 comments

I am unable to get Arm ST to function properly with modifications in several locations. Can you add a ST modifier that excludes kicks? Can you fix the lifting one so it doesn't increase basic lift or add another for that option?

XerWolf avatar Nov 28 '23 03:11 XerWolf

What are you expecting it to do? Traits such as that are often impossible to represent correctly, as they make a lot of assumptions that require human intervention.

richardwilkes avatar Dec 02 '23 17:12 richardwilkes

Well I was trying to implement this in the app with the current functionality but the behavior of the modifiers were not working properly. The only way that seemed to work was modifying damage on kicks, and I couldn't find a work around to reflect the proper encumbrance and lifts at the same time.

XerWolf avatar Dec 05 '23 16:12 XerWolf

@XerWolf you can simply modify damage on kicks, or you can use expressions in a note that calculate the arm's strength by using something like this, and then modify kick.

Stronger Arm(s) BL: ||round(($st+trait_level(Arm ST))^2/5)||  
Stronger Arm(s) 1h Lift: ||round(($st+trait_level(Arm ST))^2*0.4)||  

GCS does not utterly represent everything in GURPS automatically, that'd be a gigantic burden to maintain.

Legendsmith avatar Dec 09 '23 11:12 Legendsmith