Skip to content

Commit b9b23ad

Browse files
authored
Change: Increase China Hackers movement speed by +25% (#773)
1 parent aa204cd commit b9b23ad

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -18596,7 +18596,8 @@ Object Boss_InfantryHacker
1859618596
XpPerCashUpdate = 1
1859718597
PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly.
1859818598
End
18599-
Locomotor = SET_NORMAL BasicHumanLocomotor
18599+
18600+
Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations
1860018601

1860118602
Behavior = SpecialAbility ModuleTag_04
1860218603
SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding

Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaInfantry.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,8 @@ Object ChinaInfantryHacker
13521352
XpPerCashUpdate = 1
13531353
PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly.
13541354
End
1355-
Locomotor = SET_NORMAL BasicHumanLocomotor
1355+
1356+
Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations
13561357

13571358
Behavior = SpecialAbility ModuleTag_04
13581359
SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding

Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,8 @@ Object Infa_ChinaInfantryHacker
14491449
XpPerCashUpdate = 1
14501450
PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly.
14511451
End
1452-
Locomotor = SET_NORMAL BasicHumanLocomotor
1452+
1453+
Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations
14531454

14541455
Behavior = SpecialAbility ModuleTag_04
14551456
SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding

Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,8 @@ Object Nuke_ChinaInfantryHacker
27722772
XpPerCashUpdate = 1
27732773
PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly.
27742774
End
2775-
Locomotor = SET_NORMAL BasicHumanLocomotor
2775+
2776+
Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations
27762777

27772778
Behavior = SpecialAbility ModuleTag_04
27782779
SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding

Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,8 @@ Object Tank_ChinaInfantryHacker
25032503
XpPerCashUpdate = 1
25042504
PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly.
25052505
End
2506-
Locomotor = SET_NORMAL BasicHumanLocomotor
2506+
2507+
Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations
25072508

25082509
Behavior = SpecialAbility ModuleTag_04
25092510
SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding

0 commit comments

Comments
 (0)