AOE Nova (triggered) - /pa/units/air/l_air_bomb/triggered/l_air_bomb.json

Flying Bomb - In the process of exploding. Deals very heavy damage over an area over time. Attacks air targets only.
{
    "display_name": "!LOC:AOE Nova",
    "description": "!LOC:Flying Bomb - In the process of exploding. Deals very heavy damage over an area over time. Attacks air targets only.",
    "TEMP_texelinfo": 10.4837,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/air_transport_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/air/transport"
        }
    },
    "base_spec": "/pa/units/air/base_flyer/base_flyer.json",
    "build_metal_cost": 180,
    "command_caps": [],
    "death_weapon": {
        "ground_ammo_spec": "/pa/units/air/l_air_bomb/triggered/l_air_bomb_air_death.json"
    },
    "events": {
        "died": {
            "audio_cue": "/SE/Weapons/bot/spark_fire",
            "effect_scale": 1,
            "effect_spec": "/pa/effects/specs/none.pfx"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/bot/sniper_fire_anti_tac",
            "effect_scale": 1,
            "effect_spec": "/pa/units/air/l_air_bomb/triggered/l_air_bomb_hit.pfx bone_root"
        }
    },
    "fx_offsets": [
        {
            "bone": "bone_root",
            "filename": "/pa/units/air/l_air_bomb/triggered/l_air_bomb.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ],
            "type": "idle"
        }
    ],
    "guard_layer": "WL_Air",
    "max_health": 500,
    "mesh_bounds": [
        6,
        6,
        4
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/air/l_air_bomb/l_air_bomb_idle.papa"
        },
        "animtree": "/pa/anim/anim_trees/constant_idle_anim_tree.json",
        "filename": "/pa/units/air/l_air_bomb/l_air_bomb.papa"
    },
    "navigation": {
        "acceleration": 400,
        "brake": 400,
        "move_speed": 0,
        "turn_speed": 480,
        "wobble_factor": 0.25,
        "wobble_speed": 0.2
    },
    "physics": {
        "allow_pushing": false,
        "gravity_scalar": 0.001,
        "push_sideways": false
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 150,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -14
    },
    "tools": [
        {
            "aim_bone": "bone_root",
            "spec_id": "/pa/units/air/l_air_bomb/triggered/l_air_bomb_death_tool_weapon.json"
        },
        {
            "aim_bone": "bone_root",
            "spec_id": "/pa/units/air/l_air_bomb/triggered/l_air_bomb_tool_weapon.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Air",
        "UNITTYPE_SelfDestruct",
        "UNITTYPE_Mobile",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Custom1"
    ]
}