Meteor (l_air_carrier) - /pa/units/air/l_air_carrier/l_air_carrier.json

Carrier - Launches fast-flying drones at enemies. Attacks land, air and sea targets.
{
    "display_name": "!LOC:Meteor",
    "description": "!LOC:Carrier - Launches fast-flying drones at enemies. Attacks land, air and sea targets.",
    "TEMP_texelinfo": 10,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/air_scout_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/air/air"
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 3000,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Assist",
        "ORDER_Attack"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/air"
        },
        "died": {
            "audio_cue": "/SE/Death/Air",
            "effect_scale": 1,
            "effect_spec": "/pa/units/air/base_flyer/base_flyer_death_t2.pfx"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/air_scout_fire",
            "effect_spec": "/pa/units/air/l_air_carrier/launch_smoke.pfx socket_muzzleRight /pa/units/air/l_air_carrier/launch_smoke.pfx socket_muzzleLeft"
        }
    },
    "fx_offsets": [
        {
            "bone": "thrust01",
            "filename": "/pa/units/air/l_air_carrier/carrier_jets_big.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust02",
            "filename": "/pa/units/air/l_air_carrier/carrier_jets.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust03",
            "filename": "/pa/units/air/l_air_carrier/carrier_jets.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust04",
            "filename": "/pa/units/air/l_air_carrier/carrier_jets.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust05",
            "filename": "/pa/units/air/l_air_carrier/carrier_jets.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust01",
            "filename": "/pa/units/air/l_air_carrier/carrier_lines_thrust_big.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust02",
            "filename": "/pa/units/air/l_air_carrier/carrier_lines_thrust.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust03",
            "filename": "/pa/units/air/l_air_carrier/carrier_lines_thrust.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust04",
            "filename": "/pa/units/air/l_air_carrier/carrier_lines_thrust.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "thrust05",
            "filename": "/pa/units/air/l_air_carrier/carrier_lines_thrust.pfx",
            "type": "moving_forward"
        },
        {
            "bone": "hole_frontLeft",
            "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_jets.pfx",
            "type": "idle"
        },
        {
            "bone": "hole_frontRight",
            "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_jets.pfx",
            "type": "idle"
        },
        {
            "bone": "hole_backLeft",
            "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_jets.pfx",
            "type": "idle"
        },
        {
            "bone": "hole_backRight",
            "filename": "/pa/units/air/fabrication_aircraft/fabrication_aircraft_jets.pfx",
            "type": "idle"
        }
    ],
    "max_health": 2000,
    "mesh_bounds": [
        13,
        18,
        8
    ],
    "model": {
        "arrows": 5,
        "filename": "/pa/units/air/l_air_carrier/l_air_carrier.papa"
    },
    "navigation": {
        "acceleration": 30,
        "brake": 30,
        "dodge_multiplier": 1,
        "dodge_radius": 10,
        "move_speed": 30,
        "turn_speed": 60,
        "type": "air",
        "wobble_factor": 0.2,
        "wobble_speed": 0.1
    },
    "physics": {
        "gravity_scalar": 1,
        "radius": 6
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 250,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 250,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -34
    },
    "tools": [
        {
            "aim_bone": "socket_muzzleLeft",
            "fire_event": "fired",
            "muzzle_bone": [
                "socket_muzzleLeft"
            ],
            "record_index": 0,
            "spec_id": "/pa/units/air/l_air_carrier/l_air_carrier_tool_weapon.json"
        },
        {
            "aim_bone": "socket_muzzleRight",
            "fire_event": "fired1",
            "muzzle_bone": [
                "socket_muzzleRight"
            ],
            "record_index": 1,
            "spec_id": "/pa/units/air/l_air_carrier/l_air_carrier_tool_weapon.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Air",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Custom1"
    ]
}