Hummingbird (fighter) - /pa/units/air/fighter/fighter.json

Fighter - Fast. High damage. Only attacks air targets.
{
    "display_name": "Hummingbird",
    "description": "!LOC:Fighter - Fast. High damage. Only attacks air targets.",
    "TEMP_texelinfo": 6.1803,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/air_fighter_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving_laterally",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/air/fighter"
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 220,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/air"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/fighter_fire"
        },
        "died": {
            "audio_cue": "/SE/Death/Air",
            "effect_spec": "/pa/units/air/base_flyer/base_flyer_death.pfx",
            "effect_scale": 0.85
        }
    },
    "fx_offsets": [
        {
            "type": "moving_forward",
            "filename": "/pa/units/air/fighter/fighter_jets.pfx",
            "offset": [
                0,
                2.9,
                0.836
            ]
        }
    ],
    "guard_layer": "WL_Air",
    "max_health": 120,
    "mesh_bounds": [
        9,
        6.5,
        3.1
    ],
    "model": {
        "filename": "/pa/units/air/fighter/fighter.papa",
        "arrows": 5
    },
    "navigation": {
        "type": "air",
        "acceleration": 90,
        "brake": 30,
        "move_speed": 90,
        "turn_speed": 270,
        "aggressive_distance": 50.0,
        "bank_factor": 10,
        "vertical_speed": 45,
        "hover_time": -1.0
    },
    "physics": {
        "radius": 6,
        "gravity_scalar": 1
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 150
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 150
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 16.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/air/fighter/fighter_tool_weapon.json",
            "aim_bone": "bone_root",
            "muzzle_bone": "bone_root"
        }
    ],
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Fighter",
        "UNITTYPE_Air",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild"
    ]
}