Skip to content

Commit

Permalink
Fix: Set better Easy AI and Hard AI damage bonus for GLA Quad Cannon (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Jul 29, 2023
1 parent 8b19b2c commit be8986e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2761,6 +2761,9 @@ End
; VETERAN | +120% | +76% | +76% |
; ELITE | +140% | +92% | +92% |
; HERO | +160% | +108% | +108% |
; AI EASY | | +60% | +60% |
; AI MED | | +60% | +60% |
; AI HARD | +100% | +60% | +60% |
;------------------------------------------------------------------------------
; The patched Quad Cannon Guns progress like so:
;------------------------------------------------------------------------------
Expand All @@ -2769,6 +2772,9 @@ End
; VETERAN | +60% | +92% | +120% |
; ELITE | +76% | +108% | +140% |
; HERO | +92% | +124% | +160% |
; AI EASY | -20% | +12% | +44% |
; AI MED | | +40% | +80% |
; AI HARD | +20% | +68% | +116% |
;------------------------------------------------------------------------------
Weapon QuadCannonGun
PrimaryDamage = 10.0
Expand All @@ -2791,6 +2797,10 @@ Weapon QuadCannonGun
WeaponBonus = VETERAN DAMAGE 70% ; Patch104p @bugfix Changes damage bonus from +120% to +60%.
WeaponBonus = ELITE DAMAGE 68% ; Patch104p @bugfix Changes damage bonus from +140% to +76%.
WeaponBonus = HERO DAMAGE 66% ; Patch104p @bugfix Changes damage bonus from +160% to +92%.
WeaponBonus = SOLO_AI_EASY RATE_OF_FIRE 120% ; Patch104p @bugfix Cancels the global bonus of 80%.
WeaponBonus = SOLO_AI_HARD RATE_OF_FIRE 80% ; Patch104p @bugfix Cancels the global bonus of 120%.
WeaponBonus = SOLO_AI_EASY DAMAGE 80% ; Patch104p @bugfix Gives the respective bonus for damage.
WeaponBonus = SOLO_AI_HARD DAMAGE 120% ; Patch104p @bugfix Gives the respective bonus for damage.
End

;------------------------------------------------------------------------------
Expand Down Expand Up @@ -2838,6 +2848,10 @@ Weapon QuadCannonGunUpgradeOne
WeaponBonus = VETERAN DAMAGE 127.14% ; Patch104p @bugfix Changes damage bonus from + 76% to + 92%.
WeaponBonus = ELITE DAMAGE 128.57% ; Patch104p @bugfix Changes damage bonus from + 92% to +108%.
WeaponBonus = HERO DAMAGE 130.00% ; Patch104p @bugfix Changes damage bonus from +108% to +124%.
WeaponBonus = SOLO_AI_EASY RATE_OF_FIRE 120% ; Patch104p @bugfix Cancels the global bonus of 80%.
WeaponBonus = SOLO_AI_HARD RATE_OF_FIRE 80% ; Patch104p @bugfix Cancels the global bonus of 120%.
WeaponBonus = SOLO_AI_EASY DAMAGE 80% ; Patch104p @bugfix Gives the respective bonus for damage.
WeaponBonus = SOLO_AI_HARD DAMAGE 120% ; Patch104p @bugfix Gives the respective bonus for damage.
End

;------------------------------------------------------------------------------
Expand Down Expand Up @@ -2885,6 +2899,10 @@ Weapon QuadCannonGunUpgradeTwo
WeaponBonus = VETERAN DAMAGE 112.2222% ; Patch104p @bugfix Changes damage bonus from + 76% to +120%.
WeaponBonus = ELITE DAMAGE 113.3333% ; Patch104p @bugfix Changes damage bonus from + 92% to +140%.
WeaponBonus = HERO DAMAGE 114.4444% ; Patch104p @bugfix Changes damage bonus from +108% to +160%.
WeaponBonus = SOLO_AI_EASY RATE_OF_FIRE 120% ; Patch104p @bugfix Cancels the global bonus of 80%.
WeaponBonus = SOLO_AI_HARD RATE_OF_FIRE 80% ; Patch104p @bugfix Cancels the global bonus of 120%.
WeaponBonus = SOLO_AI_EASY DAMAGE 80% ; Patch104p @bugfix Gives the respective bonus for damage.
WeaponBonus = SOLO_AI_HARD DAMAGE 120% ; Patch104p @bugfix Gives the respective bonus for damage.
End

;------------------------------------------------------------------------------
Expand Down

0 comments on commit be8986e

Please sign in to comment.