Skip to content

Commit

Permalink
Fix offset
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Nov 1, 2024
1 parent 53049b2 commit c51e59c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mods/sp/rules/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -689,19 +689,19 @@ MUTHELI:
Health:
HP: 15000
WithIdleOverlay@ROTORAIR:
Offset: 150,-475,448
Offset: 150,-475,446
Sequence: rotor
RequiresCondition: airborne
WithIdleOverlay@ROTORGROUND:
Offset: 150,-475,448
Offset: 150,-475,446
Sequence: slow-rotor
RequiresCondition: !airborne
WithIdleOverlay@ROTORAIR2:
Offset: 150,475,448
Offset: 150,475,446
Sequence: rotor
RequiresCondition: airborne
WithIdleOverlay@ROTORGROUND2:
Offset: 150,475,448
Offset: 150,475,446
Sequence: slow-rotor
RequiresCondition: !airborne
Armament@primary:
Expand Down Expand Up @@ -742,12 +742,12 @@ MUTHELI:
SpawnHuskEffectOnDeath@ROTOR:
Weapon: smaller.rotor.husk
RandomFacing: true
LocalOffset: 150,475,448
LocalOffset: 150,475,446
RequiresCondition: airborne
SpawnHuskEffectOnDeath@ROTOR2:
Weapon: smaller.rotor.husk
RandomFacing: true
LocalOffset: 150,-475,448
LocalOffset: 150,-475,446
RequiresCondition: airborne
WithAmmoPipsDecoration:
Position: BottomLeft
Expand Down

0 comments on commit c51e59c

Please sign in to comment.