Skip to content

Commit

Permalink
Increase Normal Lotus Vehicle Hack Range; Increase Abort Range By 50
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored and xezon committed Jul 30, 2022
1 parent d37a290 commit 67d4e63
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17917,8 +17917,8 @@ Object Boss_InfantryBlackLotus
End
Behavior = SpecialAbilityUpdate ModuleTag_11
SpecialPowerTemplate = SpecialAbilityBlackLotusDisableVehicleHack
StartAbilityRange = 150.0
AbilityAbortRange = 150.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
StartAbilityRange = 225.0 ; Patch104p @balance 01/10/2021 Increase ability range (was 150.0).
AbilityAbortRange = 275.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
UnpackTime = 2000 ;6730 ;animation time is 6730 (changing this will scale anim speed)
PackTime = 1000 ;2800 ;animation time is 5800 (changing this will scale anim speed)
PreparationTime = 2000 ;time to complete hack once prepared (unpacked)
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaInfantry.ini
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@ Object ChinaInfantryBlackLotus
End
Behavior = SpecialAbilityUpdate ModuleTag_11
SpecialPowerTemplate = SpecialAbilityBlackLotusDisableVehicleHack
StartAbilityRange = 150.0
AbilityAbortRange = 150.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
StartAbilityRange = 225.0 ; Patch104p @balance 01/10/2021 Increase ability range (was 150.0).
AbilityAbortRange = 275.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
UnpackTime = 2000 ;6730 ;animation time is 6730 (changing this will scale anim speed)
PackTime = 1000 ;2800 ;animation time is 5800 (changing this will scale anim speed)
PreparationTime = 2000 ;time to complete hack once prepared (unpacked)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ Object Infa_ChinaInfantryBlackLotus
Behavior = SpecialAbilityUpdate ModuleTag_11
SpecialPowerTemplate = SpecialAbilityBlackLotusDisableVehicleHack
StartAbilityRange = 300.0
AbilityAbortRange = 300.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
AbilityAbortRange = 350.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
UnpackTime = 2000 ;6730 ;animation time is 6730 (changing this will scale anim speed)
PackTime = 1000 ;2800 ;animation time is 5800 (changing this will scale anim speed)
PreparationTime = 2000 ;time to complete hack once prepared (unpacked)
Expand Down Expand Up @@ -1551,8 +1551,8 @@ Object Infa_ChinaInfantryHacker
End
Behavior = SpecialAbilityUpdate ModuleTag_13
SpecialPowerTemplate = SpecialAbilityBlackLotusDisableVehicleHack
StartAbilityRange = 150.0
AbilityAbortRange = 150.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
StartAbilityRange = 225.0 ; Patch104p @balance 01/10/2021 Increase ability range (was 150.0).
AbilityAbortRange = 275.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
UnpackTime = 2000 ;6730 ;animation time is 6730 (changing this will scale anim speed)
PackTime = 1000 ;2800 ;animation time is 5800 (changing this will scale anim speed)
PreparationTime = 2000 ;time to complete hack once prepared (unpacked)
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2171,8 +2171,8 @@ Object Nuke_ChinaInfantryBlackLotus
End
Behavior = SpecialAbilityUpdate ModuleTag_11
SpecialPowerTemplate = SpecialAbilityBlackLotusDisableVehicleHack
StartAbilityRange = 150.0
AbilityAbortRange = 150.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
StartAbilityRange = 225.0 ; Patch104p @balance 01/10/2021 Increase ability range (was 150.0).
AbilityAbortRange = 275.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
UnpackTime = 2000 ;6730 ;animation time is 6730 (changing this will scale anim speed)
PackTime = 1000 ;2800 ;animation time is 5800 (changing this will scale anim speed)
PreparationTime = 2000 ;time to complete hack once prepared (unpacked)
Expand Down
4 changes: 2 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1902,8 +1902,8 @@ Object Tank_ChinaInfantryBlackLotus
End
Behavior = SpecialAbilityUpdate ModuleTag_11
SpecialPowerTemplate = SpecialAbilityBlackLotusDisableVehicleHack
StartAbilityRange = 150.0
AbilityAbortRange = 150.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
StartAbilityRange = 225.0 ; Patch104p @balance 01/10/2021 Increase ability range (was 150.0).
AbilityAbortRange = 275.0 ; Patch104p @balance 30/09/2021 Abort ability when target moves out of range.
UnpackTime = 2000 ;6730 ;animation time is 6730 (changing this will scale anim speed)
PackTime = 1000 ;2800 ;animation time is 5800 (changing this will scale anim speed)
PreparationTime = 2000 ;time to complete hack once prepared (unpacked)
Expand Down

0 comments on commit 67d4e63

Please sign in to comment.