From 03802cc90d39e22a7a49ccdc1b1f324deaf24cd7 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:39:41 +0200 Subject: [PATCH] Change: Increase Factory sabotage duration of GLA Saboteur from 30000 to 45000 ms (#2358) --- ...58_saboteur_factory_sabotage_duration.yaml | 21 +++++++++++++++++++ .../Data/INI/Object/DemoGeneral.ini | 3 ++- .../Data/INI/Object/GLAInfantry.ini | 3 ++- .../Data/INI/Object/StealthGeneral.ini | 3 ++- 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 Patch104pZH/Design/Changes/v1.0/2358_saboteur_factory_sabotage_duration.yaml diff --git a/Patch104pZH/Design/Changes/v1.0/2358_saboteur_factory_sabotage_duration.yaml b/Patch104pZH/Design/Changes/v1.0/2358_saboteur_factory_sabotage_duration.yaml new file mode 100644 index 000000000..bb6e4322f --- /dev/null +++ b/Patch104pZH/Design/Changes/v1.0/2358_saboteur_factory_sabotage_duration.yaml @@ -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 diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini index d243b2b13..14ee83c4e 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini @@ -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. diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAInfantry.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAInfantry.ini index 4e2d88d05..cb0d801ed 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAInfantry.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/GLAInfantry.ini @@ -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 diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini index 0b2812c5d..ae43394ed 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini @@ -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.