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

Fix: Helix With Gattling Gun Sometimes Fires At Airborne Targets #284

Merged
merged 1 commit into from
Sep 11, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ https://github.com/commy2/zerohour/issues/144 [IMPROVEMENT] Overlord D
https://github.com/commy2/zerohour/issues/143 [IMPROVEMENT] GPS Scrambled Rangers And Red Guards Remain Stealthed While Capturing Buildings
https://github.com/commy2/zerohour/issues/142 [IMPROVEMENT][NPROJECT] Fire Base Shoots At Awkward Angle
https://github.com/commy2/zerohour/issues/141 [IMPROVEMENT][NPROJECT] Toxin General RPG-Trooper Shoots Stinger Missiles
https://github.com/commy2/zerohour/issues/140 [IMPROVEMENT][NPROJECT] Gattling Helix Sometimes Fires At Airborne Units
https://github.com/commy2/zerohour/issues/140 [DONE][NPROJECT] Gattling Helix Sometimes Fires At Airborne Units
https://github.com/commy2/zerohour/issues/139 [DONE][NPROJECT] Dummy Weapons Cause Notifications And Hit Effects
https://github.com/commy2/zerohour/issues/138 [IMPROVEMENT][NPROJECT] Nuke Battlemaster Uses Normal Battlemaster Button
https://github.com/commy2/zerohour/issues/137 [IMPROVEMENT][NPROJECT] Tracer Emerges Below Jarmen Kell When Using Sniper Attack
Expand Down
7 changes: 5 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaAir.ini
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,15 @@ Object ChinaHelixGattlingCannon
Side = China
EditorSorting = SYSTEM
TransportSlotCount = 1

; Patch104p @bugfix commy2 11/09/2021 Fix Helix Gatling sometimes attacks airborne units.

WeaponSet
Conditions = None
Weapon = PRIMARY GattlingBuildingGun
PreferredAgainst = PRIMARY INFANTRY
Weapon = SECONDARY GattlingBuildingGunAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
;Weapon = SECONDARY GattlingBuildingGunAir
;PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
End

ArmorSet
Expand Down
7 changes: 5 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,15 @@ Object Nuke_ChinaHelixGattlingCannon
Side = ChinaNukeGeneral
EditorSorting = SYSTEM
TransportSlotCount = 1

; Patch104p @bugfix commy2 11/09/2021 Fix Helix Gatling sometimes attacks airborne units.

WeaponSet
Conditions = None
Weapon = PRIMARY GattlingBuildingGun
PreferredAgainst = PRIMARY INFANTRY
Weapon = SECONDARY GattlingBuildingGunAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
;Weapon = SECONDARY GattlingBuildingGunAir
;PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
End

ArmorSet
Expand Down
7 changes: 5 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,15 @@ Object Tank_ChinaHelixGattlingCannon
Side = ChinaTankGeneral
EditorSorting = SYSTEM
TransportSlotCount = 1

; Patch104p @bugfix commy2 11/09/2021 Fix Helix Gatling sometimes attacks airborne units.

WeaponSet
Conditions = None
Weapon = PRIMARY GattlingBuildingGun
PreferredAgainst = PRIMARY INFANTRY
Weapon = SECONDARY GattlingBuildingGunAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
;Weapon = SECONDARY GattlingBuildingGunAir
;PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
End

ArmorSet
Expand Down