Hornet (bomber_adv) - /pa/units/air/bomber_adv/bomber_adv.json

Tactical Bomber - Long range. High damage tactical missiles. Attacks land and sea targets.
{
    "display_name": "Hornet",
    "description": "!LOC:Tactical Bomber - Long range. High damage tactical missiles. Attacks land and sea targets.",
    "TEMP_texelinfo": 11.3221,
    "attack_range_frac": 1.05,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/air_bomber_T2_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving_laterally",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/air/bomber_T2"
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 3200,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/air"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/bomber_T2_fire"
        },
        "died": {
            "audio_cue": "/SE/Death/Air",
            "effect_spec": "/pa/units/air/base_flyer/base_flyer_death_t2.pfx",
            "effect_scale": 1.0
        }
    },
    "fx_offsets": [
        {
            "type": "moving_forward",
            "filename": "/pa/units/air/bomber_adv/bomber_adv_jets.pfx",
            "offset": [
                0,
                0,
                0
            ]
        }
    ],
    "guard_layer": "WL_AnySurface",
    "max_health": 600,
    "mesh_bounds": [
        23,
        9.5,
        4.8
    ],
    "model": {
        "filename": "/pa/units/air/bomber_adv/bomber_adv.papa",
        "arrows": 5
    },
    "navigation": {
        "type": "air",
        "acceleration": 40,
        "brake": 40,
        "move_speed": 30,
        "turn_speed": 135,
        "dodge_radius": 0,
        "dodge_multiplier": 0.0,
        "aggressive_distance": 250.0,
        "aggressive_height": 100.0,
        "aggressive_behavior": "circle",
        "circle_min_time": 2.0,
        "circle_max_time": 4.0,
        "hover_time": -1.0,
        "bank_factor": 1,
        "wobble_factor": 0.05,
        "wobble_speed": 0.1
    },
    "physics": {
        "radius": 9,
        "gravity_scalar": 1,
        "push_sideways": false,
        "allow_pushing": false,
        "air_friction": 1.0
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 200
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 200
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 32.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/air/bomber_adv/bomber_adv_tool_weapon.json",
            "aim_bone": "bone_root",
            "muzzle_bone": "bone_root"
        }
    ],
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Bomber",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Air",
        "UNITTYPE_Tactical",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild"
    ]
}