Skip to content

Commit

Permalink
Change: Decrease damage radius of GLA Demo death weapon (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon authored Jun 13, 2024
1 parent ed0895b commit 8bd9d75
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
date: 2024-06-11

title: Decreases damage radius of destroyed GLA Demo units after Demo Upgrade from 70 to 50

changes:
- tweak: The destroyed GLA Demo units after Demo Upgrade have their damage radius reduced from 70 to 50. This matches the damage radius of other demolition suicide weapons.

labels:
- controversial
- design
- gla
- minor
- nerf
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2420

authors:
- xezon
9 changes: 5 additions & 4 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@ Weapon QuadCannonGunUpgradeTwoAir
End

;------------------------------------------------------------------------------
Weapon SuicideBomb
Weapon SuicideBomb ; unused
PrimaryDamage = 300.0
PrimaryDamageRadius = 10.0
SecondaryDamage = 60.0
Expand Down Expand Up @@ -7245,12 +7245,13 @@ Weapon Demo_SuicideDynamitePackPlusFire
End

; Patch104p @bugfix xezon 16/09/2023 Changes death type from NORMAL. (#2367)
; Patch104p @tweak xezon 11/06/2024 Decreases damage radii to better match the other suicide weapons. (#2420)
;------------------------------------------------------------------------------
Weapon Demo_DestroyedWeapon
PrimaryDamage = 50.0
PrimaryDamageRadius = 60.0
SecondaryDamage = 10.0
SecondaryDamageRadius = 70.0
PrimaryDamageRadius = 40.0 ; Patch104p @tweak from 60. (#2420)
SecondaryDamage = 30.0 ; Patch104p @tweak from 10. (#2420)
SecondaryDamageRadius = 50.0 ; Patch104p @tweak from 70. (#2420)
AttackRange = 5.0 ; must be very close to use this weapon!
DamageType = EXPLOSION
DeathType = EXPLODED
Expand Down

0 comments on commit 8bd9d75

Please sign in to comment.