From be8986e4b7979b3cfe5e36cb3d2b876abe7c33e0 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:32:55 +0200 Subject: [PATCH] Fix: Set better Easy AI and Hard AI damage bonus for GLA Quad Cannon (#1055) --- .../GameFilesEdited/Data/INI/Weapon.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini index e864a74ee..202c4aa14 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini @@ -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: ;------------------------------------------------------------------------------ @@ -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 @@ -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 ;------------------------------------------------------------------------------ @@ -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 ;------------------------------------------------------------------------------ @@ -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 ;------------------------------------------------------------------------------