l_orbital_dropper_ammo

{
    "ammo_type": "AMMO_Projectile",
    "attachable": {
        "default_attach_bone": "bone_root",
        "offsets": {
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio_loop": "/SE/Movement/missile/bot_tactical_missile_fly_loop",
    "build_metal_cost": 1,
    "collision_check": "ground",
    "cruise_height": 170,
    "damage": 0,
    "events": {
        "collided": {
            "audio_cue": "/SE/Impacts/missile_seeking",
            "effect_scale": 0.5,
            "effect_spec": "/pa/units/air/missile_nuke/missile_nuke_implosion.pfx",
            "effect_world_aligned": false
        },
        "died": {
            "audio_cue": "/SE/Impacts/unit_cannon_unit_impact",
            "effect_spec": "/pa/units/air/unit_shell/unit_shell_deploy.pfx"
        }
    },
    "flight_type": "Staged",
    "fx_trail": {
        "filename": "/pa/units/orbital/l_orbital_dropper/unit_shell_trail.pfx"
    },
    "ground_target_area_spread": 30,
    "influence_radius": 400,
    "initial_velocity": 40.0,
    "lifetime": 0,
    "max_health": 1,
    "max_velocity": 120.0,
    "model": {
        "filename": "/pa/units/air/unit_shell/unit_shell.papa"
    },
    "physics": {
        "add_to_spatial_db": true,
        "allow_underground": true,
        "gravity_scalar": 5,
        "ignore_gravity": true,
        "radius": 1
    },
    "recon": {
        "observable": {
            "always_visible": true,
            "ignore_radar": false,
            "layer": "surface_and_air"
        }
    },
    "show_in_orbital_layer": true,
    "show_strategic_icon": true,
    "splash_damage": 0,
    "splash_damages_allies": "false",
    "splash_radius": 0,
    "stages": [
        {
            "ignores_LOS": true,
            "ignores_gravity": true,
            "rotates_to_velocity": true,
            "stage_duration": 500,
            "stage_turn_rate": 0
        },
        {
            "ignores_LOS": true,
            "ignores_gravity": true,
            "rotates_to_velocity": true,
            "stage_change_range": 70,
            "stage_duration": 0,
            "stage_turn_rate": 45
        },
        {
            "ignores_LOS": false,
            "ignores_gravity": false,
            "release_payload_on_impact": true,
            "rotates_to_velocity": true,
            "stage_duration": 5000,
            "stage_turn_rate": 180
        }
    ],
    "transporter": {
        "capacity": 1,
        "transportable_attach_offset": "root",
        "transportable_unit_types": "CannonBuildable",
        "transporter_attach_bone": "bone_root"
    },
    "turn_rate": 45
}