Skip to content
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

Change: Decrease China Mig reload time by 50% before Upgrade #751

Merged
merged 1 commit into from
Aug 1, 2022
Merged
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
6 changes: 4 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4279,6 +4279,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 @@ -4298,7 +4299,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 @@ -8169,6 +8170,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 @@ -8188,7 +8190,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