Phoenix (fighter_adv) - /pa/units/air/fighter_adv/fighter_adv.json

Advanced Interplanetary Fighter - Stronger fighter. Can move between planets. Can only attack air targets.
{
    "display_name": "Phoenix",
    "description": "!LOC:Advanced Interplanetary Fighter - Stronger fighter. Can move between planets. Can only attack air targets.",
    "TEMP_texelinfo": 7.96209,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/air_fighter_loop_advanced",
                "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": 820,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/air"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/fighter_fire_advanced"
        },
        "died": {
            "audio_cue": "/SE/Death/Air",
            "effect_spec": "/pa/units/air/base_flyer/base_flyer_death_t2.pfx",
            "effect_scale": 0.85
        }
    },
    "fx_offsets": [
        {
            "type": "moving_forward",
            "filename": "/pa/units/air/fighter_adv/fighter_adv_jets.pfx",
            "offset": [
                0,
                4.35,
                0.836
            ]
        }
    ],
    "gravwell_velocity_multiplier": 10.0,
    "guard_layer": "WL_Air",
    "max_health": 240,
    "mesh_bounds": [
        4.5,
        9.2,
        4
    ],
    "model": {
        "filename": "/pa/units/air/fighter_adv/fighter_adv.papa",
        "animations": {
            "closed": "/pa/units/air/fighter_adv/fighter_adv_anim_closed.papa",
            "deploy": "/pa/units/air/fighter_adv/fighter_adv_anim_deploy.papa"
        },
        "animtree": "/pa/anim/anim_trees/fighter_adv_anim_tree.json"
    },
    "navigation": {
        "type": "air",
        "inter_planetary_type": "system",
        "acceleration": 80,
        "brake": 80,
        "move_speed": 80,
        "turn_speed": 270,
        "aggressive_distance": 50.0,
        "bank_factor": 10,
        "vertical_speed": 50
    },
    "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": 20.0,
        "vertical_offset": -2.0
    },
    "system_velocity_multiplier": 30.0,
    "tools": [
        {
            "spec_id": "/pa/units/air/fighter_adv/fighter_adv_tool_weapon.json",
            "aim_bone": "bone_root",
            "muzzle_bone": [
                "socket_leftMuzzle",
                "socket_rightMuzzle"
            ]
        }
    ],
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Fighter",
        "UNITTYPE_Air",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Interplanetary"
    ]
}