• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

broken leg how change jump height ?

ArNaLdInHo

Tester
broken leg how change jump height ?

My server i can only jump haf a block, how do i change that ? where to find the variable that defines that, and put 1 block ?

 
Look in buffs.xml. Search for buffLegBroken. In one of its effect_groups, there is this line, which is what controls the jump height:

Code:
<passive_effect name="JumpStrength" operation="perc_subtract" value="0.12"/>
 
Back
Top