Skip to content

Commit

Permalink
Fix: Decrease small poison field radius to match small Anthrax Beta a…
Browse files Browse the repository at this point in the history
…nd Anthrax Gamma fields
  • Loading branch information
xezon committed Jun 18, 2023
1 parent 377eaaa commit a695a9d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions Patch104pZH/Design/Changes/v1.0/851_toxin_puddle_size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ labels:

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/851
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2014

authors:
- xezon
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/ParticleSystem.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a695a9d

Please sign in to comment.