Infiltrator (l_air_scout_adv) - /pa/units/air/l_air_scout_adv/l_air_scout_adv.json

Advanced Stealth Scout - Launches a sneaky spy camera. Invisible to radar. Consumes energy. Can move between planets.
{
    "display_name": "!LOC:Infiltrator",
    "description": "!LOC:Advanced Stealth Scout - Launches a sneaky spy camera. Invisible to radar. Consumes energy. Can move between planets.",
    "TEMP_texelinfo": 17,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/air_scout_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 280,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Assist",
        "ORDER_Attack",
        "ORDER_FireSecondaryWeapon"
    ],
    "consumption": {
        "energy": 900
    },
    "energy_efficiency_requirement": 0.9,
    "events": {
        "died": {
            "effect_scale": 1.25
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/air_scout_fire"
        }
    },
    "fx_offsets": [
        {
            "bone": "thrust01",
            "filename": "/pa/units/air/gunship/gunship_jets.pfx",
            "orientation": [
                0,
                0,
                180
            ],
            "type": "moving_forward"
        },
        {
            "bone": "thrust02",
            "filename": "/pa/units/air/gunship/gunship_jets.pfx",
            "orientation": [
                0,
                0,
                180
            ],
            "type": "moving_forward"
        },
        {
            "bone": "thrust03",
            "filename": "/pa/units/air/gunship/gunship_jets.pfx",
            "orientation": [
                0,
                0,
                180
            ],
            "type": "moving_forward"
        },
        {
            "bone": "thrust04",
            "filename": "/pa/units/air/gunship/gunship_jets.pfx",
            "orientation": [
                0,
                0,
                180
            ],
            "type": "moving_forward"
        }
    ],
    "gravwell_velocity_multiplier": 10.0,
    "max_health": 250,
    "mesh_bounds": [
        23.7,
        17.7,
        5.7
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/air/l_air_scout_adv/l_air_scout_adv_idle.papa"
        },
        "animtree": "/pa/anim/anim_trees/constant_idle_anim_tree.json",
        "arrows": 5,
        "filename": "/pa/units/air/l_air_scout_adv/l_air_scout_adv.papa"
    },
    "navigation": {
        "acceleration": 300,
        "bank_factor": 2,
        "brake": 60,
        "inter_planetary_type": "system",
        "move_speed": 100,
        "turn_speed": 180,
        "vertical_speed": 50
    },
    "recon": {
        "observable": {
            "ignore_radar": true,
            "layer": "surface_and_air"
        },
        "observer": {
            "items": [
                {
                    "channel": "radar",
                    "layer": "surface_and_air",
                    "radius": 400,
                    "shape": "capsule",
                    "uses_energy": true
                },
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 300,
                    "shape": "capsule",
                    "uses_energy": true
                },
                {
                    "channel": "sight",
                    "layer": "mine",
                    "radius": 300,
                    "shape": "capsule",
                    "uses_energy": true
                },
                {
                    "channel": "sight",
                    "layer": "orbital",
                    "radius": 300,
                    "shape": "capsule",
                    "uses_energy": true
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 300,
                    "shape": "capsule",
                    "uses_energy": true
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -33
    },
    "system_velocity_multiplier": 30.0,
    "tools": [
        {
            "aim_bone": "bone_root",
            "muzzle": "light",
            "projectiles_per_fire": 1,
            "spec_id": "/pa/units/air/l_air_scout_adv/l_air_scout_adv_vision_tool_weapon.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Scout",
        "UNITTYPE_Mobile",
        "UNITTYPE_Air",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Custom1",
        "UNITTYPE_Interplanetary"
    ]
}