From f2f37714d771b0980c32f9a2c682b880c52ef1ea Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:44:14 +0200 Subject: [PATCH] Change: Remove 100 ms destruction delay variance of Daisy Cutter bomb (#1800) --- ...daisy_cutter_explosion_delay_variance.yaml | 20 +++++++++++++++++++ .../Data/INI/Object/WeaponObjects.ini | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 Patch104pZH/Design/Changes/v1.0/1800_daisy_cutter_explosion_delay_variance.yaml diff --git a/Patch104pZH/Design/Changes/v1.0/1800_daisy_cutter_explosion_delay_variance.yaml b/Patch104pZH/Design/Changes/v1.0/1800_daisy_cutter_explosion_delay_variance.yaml new file mode 100644 index 0000000000..266092d33d --- /dev/null +++ b/Patch104pZH/Design/Changes/v1.0/1800_daisy_cutter_explosion_delay_variance.yaml @@ -0,0 +1,20 @@ +--- +date: 2023-04-06 + +title: Removes destruction delay variance from USA Daisy Cutter bomb + +changes: + - fix: Removes the 100 ms destruction delay variance from the USA Daisy Cutter bomb. The delay is now a fixed deterministic 1000 ms. + +labels: + - controversial + - design + - minor + - usa + - v1.0 + +links: + - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1800 + +authors: + - xezon diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/WeaponObjects.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/WeaponObjects.ini index 019ea61cdb..8961a286bb 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/WeaponObjects.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/WeaponObjects.ini @@ -1861,9 +1861,9 @@ Object DaisyCutterGas TargetHeightIncludesStructures = Yes DestroyAttachedParticlesAtHeight = 41.0 ; Hack, todo remove this End + ; Patch104p @tweak xezon 10/04/2023 Removes the destruction delay variance of 100 ms. Behavior = SlowDeathBehavior ModuleTag_04 DestructionDelay = 1000 - DestructionDelayVariance = 100 FX = INITIAL FX_DaisyCutterIgnite FX = FINAL FX_DaisyCutterFinalExplosion Weapon = MIDPOINT DaisyCutterFlameWeapon ; Just a spot of flame to light trees on fire