Skip to content

Commit

Permalink
Change: Increase China Overlord speed by 25%, upgraded speed by 16%
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Apr 8, 2023
1 parent d22ba56 commit b1b151a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Patch104pZH/GameFilesEdited/Data/INI/Locomotor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -742,12 +742,12 @@ End
;------------------------------------------------------------------------------
Locomotor OverlordLocomotor
Surfaces = GROUND
Speed = 20 ; in dist/sec
SpeedDamaged = 20 ; in dist/sec
TurnRate = 60 ;25 ; in degrees/sec
TurnRateDamaged = 60 ;20 ; in degrees/sec
Acceleration = 15 ; in dist/(sec^2)
AccelerationDamaged = 15 ; in dist/(sec^2)
Speed = 25 ; in dist/sec ; Patch104p @tweak from 20
SpeedDamaged = 25 ; in dist/sec ; Patch104p @tweak from 20
TurnRate = 60 ; in degrees/sec
TurnRateDamaged = 60 ; in degrees/sec
Acceleration = 20 ; in dist/(sec^2) ; Patch104p @tweak from 15
AccelerationDamaged = 20 ; in dist/(sec^2) ; Patch104p @tweak from 15
Braking = 50 ; in dist/(sec^2)
MinTurnSpeed = 0 ; in dist/sec
ZAxisBehavior = NO_Z_MOTIVE_FORCE
Expand Down Expand Up @@ -792,12 +792,12 @@ End
;------------------------------------------------------------------------------
Locomotor NuclearOverlordLocomotor
Surfaces = GROUND
Speed = 30 ; 33% faster than normal
SpeedDamaged = 30 ; 33% faster than normal
TurnRate = 60 ;32 ; 33% faster than normal
TurnRateDamaged = 60 ;27 ; 33% faster than normal
Acceleration = 30 ; 33% faster than normal
AccelerationDamaged = 30 ; 33% faster than normal
Speed = 35 ; 40% faster than normal ; Patch104p @tweak from 30
SpeedDamaged = 35 ; 40% faster than normal ; Patch104p @tweak from 30
TurnRate = 60 ; in degrees/sec
TurnRateDamaged = 60 ; in degrees/sec
Acceleration = 30 ; 50% faster than normal
AccelerationDamaged = 30 ; 50% faster than normal
Braking = 50 ; in dist/(sec^2)
MinTurnSpeed = 0 ; in dist/sec
ZAxisBehavior = NO_Z_MOTIVE_FORCE
Expand Down

0 comments on commit b1b151a

Please sign in to comment.