Skip to content

Commit

Permalink
Change: Decrease China Mig reload time by 50% before Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Aug 1, 2022
1 parent 53fc4d3 commit 79c05ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4314,6 +4314,7 @@ Weapon MiGFirestormCreationWeapon
FireOCL = OCL_MiGFirestorm
End

; Patch104p @balance commy2 24/07/2022 Decrease MIG reload time before upgrade.
;------------------------------------------------------------------------------
Weapon NapalmMissileWeapon
PrimaryDamage = 75.0
Expand All @@ -4333,7 +4334,7 @@ Weapon NapalmMissileWeapon
AcceptableAimDelta = 30
DelayBetweenShots = 300 ; time between shots, msec
ClipSize = 2 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 8000 ; how long to reload a Clip, msec
ClipReloadTime = 4000 ; how long to reload a Clip, msec
AutoReloadsClip = RETURN_TO_BASE ; must return to base to reload this weapon
AntiGround = Yes
ProjectileDetonationFX = WeaponFX_NapalmMissileDetonation
Expand Down Expand Up @@ -8204,6 +8205,7 @@ Weapon HelixNukeBombDetonationWeaponWithAnEvenLongerName
DamageDealtAtSelfPosition = Yes
End

; Patch104p @balance commy2 24/07/2022 Decrease MIG reload time before upgrade.
;------------------------------------------------------------------------------
Weapon Nuke_MiGMissileWeapon
PrimaryDamage = 100.0
Expand All @@ -8223,7 +8225,7 @@ Weapon Nuke_MiGMissileWeapon
AcceptableAimDelta = 30
DelayBetweenShots = 300 ; time between shots, msec
ClipSize = 2 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 8000 ; how long to reload a Clip, msec
ClipReloadTime = 4000 ; how long to reload a Clip, msec
AutoReloadsClip = RETURN_TO_BASE ; must return to base to reload this weapon
AntiGround = Yes
ProjectileDetonationFX = WeaponFX_JetMissileDetonation
Expand Down

0 comments on commit 79c05ca

Please sign in to comment.