Skip to content

Commit

Permalink
Change: Increase Factory sabotage duration of GLA Saboteur from 30000…
Browse files Browse the repository at this point in the history
… to 45000 ms (#2358)
  • Loading branch information
xezon authored Jun 9, 2024
1 parent c55ebcb commit 03802cc
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
date: 2023-09-13

title: Increases Factory sabotage duration of GLA Saboteur from 30 to 45 seconds

changes:
- tweak: Increases the Factory sabotage duration of the GLA Saboteur from 30 to 45 seconds. Applies to unit production facilities only.

labels:
- buff
- controversial
- design
- gla
- minor
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2358

authors:
- xezon
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17472,9 +17472,10 @@ Object Demo_GLAInfantrySaboteur
BuildingPickup = Yes
StealCashAmount = 1200
End
; Patch104p @tweak xezon 13/09/2023 Changes sabotage duration from 30000. (#2358)
Behavior = SabotageMilitaryFactoryCrateCollide SabotageTag_06
BuildingPickup = Yes
SabotageDuration = 30000
SabotageDuration = 45000
End

; Patch104p @bugfix commy2 10/10/2021 Fix this factions Saboteur cannot enter Fake buildings and Internet Centers.
Expand Down
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/GLAInfantry.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4427,9 +4427,10 @@ Object GLAInfantrySaboteur
BuildingPickup = Yes
StealCashAmount = 1200
End
; Patch104p @tweak xezon 13/09/2023 Changes sabotage duration from 30000. (#2358)
Behavior = SabotageMilitaryFactoryCrateCollide SabotageTag_06
BuildingPickup = Yes
SabotageDuration = 30000
SabotageDuration = 45000
End
Behavior = SabotageFakeBuildingCrateCollide SabotageTag_07
BuildingPickup = Yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17836,9 +17836,10 @@ Object Slth_GLAInfantrySaboteur
BuildingPickup = Yes
StealCashAmount = 1200
End
; Patch104p @tweak xezon 13/09/2023 Changes sabotage duration from 30000. (#2358)
Behavior = SabotageMilitaryFactoryCrateCollide SabotageTag_06
BuildingPickup = Yes
SabotageDuration = 30000
SabotageDuration = 45000
End

; Patch104p @bugfix commy2 10/10/2021 Fix this factions Saboteur cannot enter Fake buildings and Internet Centers.
Expand Down

0 comments on commit 03802cc

Please sign in to comment.