diff --git a/mods/cnc/mod.yaml b/mods/cnc/mod.yaml index d5da8da5b2..08dc7abfb2 100644 --- a/mods/cnc/mod.yaml +++ b/mods/cnc/mod.yaml @@ -47,6 +47,7 @@ Sequences: mods/cnc/sequences/structures.yaml mods/cnc/sequences/vehicles.yaml mods/cnc/sequences/infantry.yaml + mods/cnc/sequences/aircraft.yaml mods/cnc/sequences/map.yaml mods/cnc/sequences/misc.yaml mods/cnc/sequences/funpark.yaml diff --git a/mods/cnc/sequences/aircraft.yaml b/mods/cnc/sequences/aircraft.yaml new file mode 100644 index 0000000000..369ff97360 --- /dev/null +++ b/mods/cnc/sequences/aircraft.yaml @@ -0,0 +1,53 @@ +c17: + idle: + Start: 0 + Facings: 32 + +tran: + idle: + Start: 0 + Facings: 32 + rotor: lrotor + Start: 0 + Length: 4 + rotor2: rrotor + Start: 0 + Length: 4 + slow-rotor: lrotor + Start: 4 + Length: 8 + slow-rotor2: rrotor + Start: 4 + Length: 8 + open: + Start: 32 + Length: 4 + unload: + Start: 35 + +heli: + idle: + Start: 0 + Facings: 32 + rotor: lrotor + Start: 0 + Length: 4 + slow-rotor: lrotor + Start: 4 + Length: 8 + muzzle: minigun + Start: 0 + Length: 6 + Facings: 8 +orca: + idle: + Start: 0 + Facings: 32 + damaged-idle: + Start: 32 + Facings: 32 + +a10: + idle: + Start: 0 + Facings: 32 \ No newline at end of file diff --git a/mods/cnc/sequences/vehicles.yaml b/mods/cnc/sequences/vehicles.yaml index 2bc8ac8a36..03943a467b 100644 --- a/mods/cnc/sequences/vehicles.yaml +++ b/mods/cnc/sequences/vehicles.yaml @@ -31,55 +31,6 @@ bggy: Length: 6 Facings: 8 -c17: - idle: - Start: 0 - Facings: 32 - -tran: - idle: - Start: 0 - Facings: 32 - rotor: lrotor - Start: 0 - Length: 4 - rotor2: rrotor - Start: 0 - Length: 4 - slow-rotor: lrotor - Start: 4 - Length: 8 - slow-rotor2: rrotor - Start: 4 - Length: 8 - open: - Start: 32 - Length: 4 - unload: - Start: 35 - -heli: - idle: - Start: 0 - Facings: 32 - rotor: lrotor - Start: 0 - Length: 4 - slow-rotor: lrotor - Start: 4 - Length: 8 - muzzle: minigun - Start: 0 - Length: 6 - Facings: 8 -orca: - idle: - Start: 0 - Facings: 32 - damaged-idle: - Start: 32 - Facings: 32 - mtnk: idle: Start: 0 @@ -204,10 +155,4 @@ apc: Start: 32 Length: 3 unload: - Start: 32 - -a10: - idle: - Start: 0 - Facings: 32 - + Start: 32 \ No newline at end of file