mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
T2RPG: Increase Run & Swim speed
Increasing by factor of ~2, which correlates to ~1.25 actual speed boost. Want to allow the game to move a bit faster. This update is for all characters, including enemies, to add to the challenge.
This commit is contained in:
parent
95c2b2ba0a
commit
f0f571dfc4
|
|
@ -72,13 +72,13 @@ datablock PlayerData(MaleHumanArmor) : LightPlayerDamageProfile
|
|||
runForce = 48 * 120 *2;
|
||||
runEnergyDrain = 0.005;
|
||||
minRunEnergy = 0.0;
|
||||
maxForwardSpeed = 10;
|
||||
maxBackwardSpeed = 9;
|
||||
maxSideSpeed = 9;
|
||||
maxForwardSpeed = 20;
|
||||
maxBackwardSpeed = 18;
|
||||
maxSideSpeed = 18;
|
||||
|
||||
maxUnderwaterForwardSpeed = 6;
|
||||
maxUnderwaterBackwardSpeed = 5.4;
|
||||
maxUnderwaterSideSpeed = 5.4;
|
||||
maxUnderwaterForwardSpeed = 15;
|
||||
maxUnderwaterBackwardSpeed = 12;
|
||||
maxUnderwaterSideSpeed = 12;
|
||||
|
||||
jumpForce = 6 * 90;
|
||||
jumpEnergyDrain = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue