From b3c3c7b4145f92c8256d8457823e078b41577a5f Mon Sep 17 00:00:00 2001 From: reaperrr Date: Tue, 26 Dec 2017 20:28:37 +0100 Subject: [PATCH] Make RA heli weapons alternate between offsets Instead of using one for AG-only and one for AA-only. --- mods/ra/rules/aircraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/ra/rules/aircraft.yaml b/mods/ra/rules/aircraft.yaml index 0a015c4aaa..a5058c66a7 100644 --- a/mods/ra/rules/aircraft.yaml +++ b/mods/ra/rules/aircraft.yaml @@ -294,11 +294,11 @@ HELI: Type: GroundPosition Armament@PRIMARY: Weapon: HellfireAA - LocalOffset: 0,-213,-85 + LocalOffset: 0,-213,-85, 0,213,-85 PauseOnCondition: !ammo Armament@SECONDARY: Weapon: HellfireAG - LocalOffset: 0,213,-85 + LocalOffset: 0,213,-85, 0,-213,-85 PauseOnCondition: !ammo AttackHeli: FacingTolerance: 20 @@ -358,13 +358,13 @@ HIND: Type: GroundPosition Armament@PRIMARY: Weapon: ChainGun - LocalOffset: 85,-213,-85 + LocalOffset: 85,-213,-85, 85,213,-85 MuzzleSequence: muzzle PauseOnCondition: !ammo Armament@SECONDARY: Name: secondary Weapon: ChainGun - LocalOffset: 85,213,-85 + LocalOffset: 85,213,-85, 85,-213,-85 MuzzleSequence: muzzle PauseOnCondition: !ammo AttackHeli: