Skip to content

Commit

Permalink
Change: Increase reload time of USA Patriot missile assist weapons fr…
Browse files Browse the repository at this point in the history
…om 1000 to 2000
  • Loading branch information
xezon committed Feb 25, 2023
1 parent 15babb2 commit a44380c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,7 @@ End

;------------------------------------------------------------------------------
; For use with the Assisted Targeting Update. No Assist Listing and longer range
; Patch104p @balance xezon 21/01/2023 Changes clip reload time from 1000 to match non-assist Patriot weapons.
Weapon PatriotMissileAssistWeapon
PrimaryDamage = 25.0
PrimaryDamageRadius = 5.0
Expand All @@ -2067,7 +2068,7 @@ Weapon PatriotMissileAssistWeapon
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 250 ; time between shots, msec
ClipSize = 4 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 1000 ; how long to reload a Clip, msec
ClipReloadTime = 2000 ; how long to reload a Clip, msec
AutoReloadsClip = Yes
AntiAirborneVehicle = Yes
AntiAirborneInfantry = Yes
Expand Down Expand Up @@ -6724,6 +6725,7 @@ End

;------------------------------------------------------------------------------
; For use with the Assisted Targeting Update. No Assist Listing and longer range
; Patch104p @balance xezon 21/01/2023 Changes clip reload time from 1000 to match non-assist Patriot weapons.
Weapon Lazr_PatriotMissileAssistWeapon
PrimaryDamage = 40.0
PrimaryDamageRadius = 3.0
Expand All @@ -6738,7 +6740,7 @@ Weapon Lazr_PatriotMissileAssistWeapon
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 250 ; time between shots, msec
ClipSize = 3 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 1000 ; how long to reload a Clip, msec
ClipReloadTime = 2000 ; how long to reload a Clip, msec
AutoReloadsClip = Yes
AntiAirborneVehicle = Yes
AntiAirborneInfantry = Yes
Expand Down Expand Up @@ -7779,6 +7781,7 @@ End

;------------------------------------------------------------------------------
; For use with the Assisted Targeting Update. No Assist Listing and longer range
; Patch104p @balance xezon 21/01/2023 Changes clip reload time from 1000 to match non-assist Patriot weapons.
Weapon SupW_PatriotMissileAssistWeapon
PrimaryDamage = 25.0
PrimaryDamageRadius = 5.0
Expand All @@ -7794,7 +7797,7 @@ Weapon SupW_PatriotMissileAssistWeapon
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 250 ; time between shots, msec
ClipSize = 4 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 1000 ; how long to reload a Clip, msec
ClipReloadTime = 2000 ; how long to reload a Clip, msec
AutoReloadsClip = Yes
AntiAirborneVehicle = Yes
AntiAirborneInfantry = Yes
Expand Down

0 comments on commit a44380c

Please sign in to comment.