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.