diff --git a/mods/ts/bits/lrotor.shp b/mods/ts/bits/lrotor.shp new file mode 100644 index 0000000000..8f56fce28e Binary files /dev/null and b/mods/ts/bits/lrotor.shp differ diff --git a/mods/ts/rules/aircraft.yaml b/mods/ts/rules/aircraft.yaml index df6145fe5a..664c87dab4 100644 --- a/mods/ts/rules/aircraft.yaml +++ b/mods/ts/rules/aircraft.yaml @@ -261,6 +261,8 @@ APACHE: Ammo: 12 PipCount: 4 AutoTarget: + WithRotor: + Offset: 85,0,384 RenderSprites: RenderVoxels: WithVoxelBody: \ No newline at end of file diff --git a/mods/ts/sequences/aircraft.yaml b/mods/ts/sequences/aircraft.yaml index 70cca669a7..65b01f7e9f 100644 --- a/mods/ts/sequences/aircraft.yaml +++ b/mods/ts/sequences/aircraft.yaml @@ -28,4 +28,10 @@ scrin: apache: icon: apchicon - Start: 0 \ No newline at end of file + Start: 0 + rotor: lrotor + Start: 0 + Length: 4 + slow-rotor: lrotor + Start: 4 + Length: 8 \ No newline at end of file