From a695a9de985747bd4d5e04fb8ac84c7c64ca09aa Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Sat, 17 Jun 2023 18:24:53 +0200 Subject: [PATCH] Fix: Decrease small poison field radius to match small Anthrax Beta and Anthrax Gamma fields --- .../v1.0/2014_small_poison_field_radius.yaml | 21 +++++++++++++++++++ .../Changes/v1.0/851_toxin_puddle_size.yaml | 1 + .../Data/INI/ParticleSystem.ini | 6 +++--- .../GameFilesEdited/Data/INI/Weapon.ini | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 Patch104pZH/Design/Changes/v1.0/2014_small_poison_field_radius.yaml diff --git a/Patch104pZH/Design/Changes/v1.0/2014_small_poison_field_radius.yaml b/Patch104pZH/Design/Changes/v1.0/2014_small_poison_field_radius.yaml new file mode 100644 index 000000000..f9c8da9fd --- /dev/null +++ b/Patch104pZH/Design/Changes/v1.0/2014_small_poison_field_radius.yaml @@ -0,0 +1,21 @@ +--- +date: 2023-06-17 + +title: Decreases small poison field radius from 12 to 7.5 + +changes: + - fix: Decreases small poison field radius from 12 to 7.5 to match small Anthrax Beta and Anthrax Gamma fields radius. + +labels: + - bug + - controversial + - gla + - minor + - nerf + - v1.0 + +links: + - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2014 + +authors: + - xezon diff --git a/Patch104pZH/Design/Changes/v1.0/851_toxin_puddle_size.yaml b/Patch104pZH/Design/Changes/v1.0/851_toxin_puddle_size.yaml index 4e1b9368f..1dad1f7c7 100644 --- a/Patch104pZH/Design/Changes/v1.0/851_toxin_puddle_size.yaml +++ b/Patch104pZH/Design/Changes/v1.0/851_toxin_puddle_size.yaml @@ -15,6 +15,7 @@ labels: links: - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/851 + - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2014 authors: - xezon diff --git a/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini b/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini index 002050741..67c7ef15f 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini @@ -12149,7 +12149,7 @@ ParticleSystem GC_Chem_AnthraxGammaFieldSmall ; Alias AnthraxGammaFieldSmall Gravity = 0.00 Lifetime = 30.00 30.00 ; Patch104p @tweak from 90.0 90.0 decrease small puddle life time to match ToxinFieldSmall SystemLifetime = 3 ; Patch104p @tweak from 5 to be consistent with ToxinFieldSmall - Size = 8.00 8.00 ; Patch104p @tweak from 10.00 10.00 to better match damage radius of Toxin Shells + Size = 7.00 7.00 ; Patch104p @tweak from 10.00 10.00 to better match damage radius of Toxin Shells (#851) StartSizeRate = 0.00 0.00 SizeRate = 0.75 0.75 ; Patch104p @tweak from 1.00 1.00 to better match damage radius of Toxin Shells SizeRateDamping = 0.90 0.95 @@ -64061,7 +64061,7 @@ ParticleSystem AnthraxFieldSmall Gravity = 0.00 Lifetime = 30.00 30.00 SystemLifetime = 3 ; Patch104p @tweak from 1 to spawn more instances and look more impressive - Size = 8.00 8.00 ; Patch104p @tweak from 10.00 10.00 to better match damage radius of Toxin Shells + Size = 7.00 7.00 ; Patch104p @tweak from 10.00 10.00 to better match damage radius of Toxin Shells (#851) StartSizeRate = 0.00 0.00 SizeRate = 0.75 0.75 ; Patch104p @tweak from 1.00 1.00 to better match damage radius of Toxin Shells SizeRateDamping = 0.90 0.95 @@ -64460,7 +64460,7 @@ ParticleSystem PoisonFieldSmall ; Alias ToxinFieldSmall Gravity = 0.00 Lifetime = 30.00 30.00 SystemLifetime = 3 ; Patch104p @tweak from 1 to spawn more instances and look more impressive - Size = 8.00 8.00 ; Patch104p @tweak from 10.00 10.00 to better match damage radius of Toxin Shells + Size = 7.00 7.00 ; Patch104p @tweak from 10.00 10.00 to better match damage radius of Toxin Shells (#851) StartSizeRate = 0.00 0.00 SizeRate = 0.75 0.75 ; Patch104p @tweak from 1.00 1.00 to better match damage radius of Toxin Shells SizeRateDamping = 0.90 0.95 diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini index a261fa491..04b7714ff 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini @@ -3609,7 +3609,7 @@ End ;------------------------------------------------------------------------------ Weapon SmallPoisonFieldWeapon PrimaryDamage = 2.0 - PrimaryDamageRadius = 12.0 ;7.5 + PrimaryDamageRadius = 7.5 ; Patch104p @bugfix from 12.0 to be consistent with the upgraded poison fields. (#2014) AttackRange = 15.0 MinimumAttackRange = 10.0 DamageType = POISON