From 9600438c5f6a18f92daa730722f004cd32af6f81 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:20:13 +0200 Subject: [PATCH 1/2] Change: Increase Factory sabotage duration of GLA Saboteur from 30000 to 45000 ms --- Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini | 3 ++- Patch104pZH/GameFilesEdited/Data/INI/Object/GLAInfantry.ini | 3 ++- Patch104pZH/GameFilesEdited/Data/INI/Object/StealthGeneral.ini | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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. From 28e8337cfd1957623c9a41994df7931783339002 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:44:32 +0200 Subject: [PATCH 2/2] Add yaml --- ...58_saboteur_factory_sabotage_duration.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) 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