Skip to content

Change: Increase Anthrax Gamma poison field damage bonus by 20% #2012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
date: 2023-06-17

title: Increases Anthrax Gamma poison field damage bonus by 20%

changes:
- tweak: Increases the Anthrax Gamma poison field damage bonus by 20%, except Anthrax Bomb.

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

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

authors:
- xezon
Original file line number Diff line number Diff line change
Expand Up @@ -21562,7 +21562,7 @@ End
;------------------------------------------------------------------------------
; CHEMICAL GENERAL SYSTEMS
;------------------------------------------------------------------------------
Object Chem_PoisonFieldGammaLarge
Object Chem_PoisonFieldGammaLarge ; unused

; *** ART Parameters ***
Draw = W3DModelDraw ModuleTag_01
Expand Down Expand Up @@ -21615,7 +21615,7 @@ Object Chem_PoisonFieldGammaLarge
End

;------------------------------------------------------------------------------
Object Chem_PoisonFieldGammaMedium
Object Chem_PoisonFieldGammaMedium ; unused

; *** ART Parameters ***
Draw = W3DModelDraw ModuleTag_01
Expand Down Expand Up @@ -21669,7 +21669,7 @@ Object Chem_PoisonFieldGammaMedium
End

;------------------------------------------------------------------------------
Object Chem_PoisonFieldGammaSmall
Object Chem_PoisonFieldGammaSmall ; unused

; *** ART Parameters ***
Draw = W3DModelDraw ModuleTag_01
Expand Down Expand Up @@ -21724,7 +21724,7 @@ End


;------------------------------------------------------------------------------
Object Chem_ToxicInfantryGamma
Object Chem_ToxicInfantryGamma ; unused
; *** ART Parameters ***
Draw = W3DModelDraw ModuleTag_01

Expand Down
12 changes: 9 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5716,9 +5716,11 @@ Weapon Chem_TunnelNetworkGunGamma
AllowAttackGarrisonedBldgs = Yes
End

;------------------------------------------------------------------------------
; Patch104p @tweak xezon 17/06/2023 Changes primary damage from 25.0 (#2012)
;------------------------------------------------------------------------------
Weapon Chem_LargePoisonFieldWeaponGamma
PrimaryDamage = 25.0
PrimaryDamage = 30.0
PrimaryDamageRadius = 140.0
AttackRange = 15.0
MinimumAttackRange = 10.0
Expand All @@ -5733,9 +5735,11 @@ Weapon Chem_LargePoisonFieldWeaponGamma
DelayBetweenShots = 500 ; time between shots, msec
End

;------------------------------------------------------------------------------
; Patch104p @tweak xezon 17/06/2023 Changes primary damage from 2.5 (#2012)
;------------------------------------------------------------------------------
Weapon Chem_MediumPoisonFieldWeaponGamma
PrimaryDamage = 2.5
PrimaryDamage = 3.0
PrimaryDamageRadius = 80.0
AttackRange = 15.0
MinimumAttackRange = 10.0
Expand All @@ -5750,9 +5754,11 @@ Weapon Chem_MediumPoisonFieldWeaponGamma
DelayBetweenShots = 500 ; time between shots, msec
End

;------------------------------------------------------------------------------
; Patch104p @tweak xezon 17/06/2023 Changes primary damage from 2.5 (#2012)
;------------------------------------------------------------------------------
Weapon Chem_SmallPoisonFieldWeaponGamma
PrimaryDamage = 2.5
PrimaryDamage = 3.0
PrimaryDamageRadius = 7.5
AttackRange = 15.0
MinimumAttackRange = 10.0
Expand Down