unit_cannon_deploy

{
    "ammo_type": "AMMO_Projectile",
    "attachable": {
        "default_attach_bone": "bone_root",
        "offsets": {
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio_loop": "/SE/Movement/missile/unit_cannon_missile_fly_loop",
    "build_metal_cost": 1,
    "collision_check": "ground",
    "cruise_height": 300,
    "damage": 0,
    "events": {
        "collided": {
            "audio_cue": "/SE/Impacts/missile_seeking",
            "effect_spec": "/pa/units/air/missile_nuke/missile_nuke_implosion.pfx",
            "effect_scale": 0.5,
            "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/air/unit_shell/unit_shell_trail.pfx"
    },
    "gravwell_velocity_multiplier": 10.0,
    "ground_target_area_spread": 30,
    "influence_radius": 400,
    "initial_velocity": 250.0,
    "interplanetary_type": "INTER_System",
    "lifetime": 0,
    "max_velocity": 250.0,
    "model": {
        "filename": "/pa/units/air/unit_shell/unit_shell.papa"
    },
    "physics": {
        "radius": 10,
        "gravity_scalar": 3,
        "ignore_gravity": true,
        "add_to_spatial_db": true,
        "allow_underground": true
    },
    "recon": {
        "observable": {
            "ignore_radar": false
        }
    },
    "show_in_orbital_layer": true,
    "show_strategic_icon": true,
    "splash_damage": 0,
    "splash_damages_allies": "false",
    "splash_radius": 0,
    "stage_on_planet_handoff": 2,
    "stages": [
        {
            "ignores_gravity": true,
            "ignores_LOS": true,
            "stage_duration": 0,
            "stage_turn_rate": 0,
            "stage_change_height": 300,
            "release_payload_on_impact": true,
            "rotates_to_velocity": true
        },
        {
            "ignores_gravity": true,
            "ignores_LOS": true,
            "stage_duration": 0,
            "stage_turn_rate": 90,
            "stage_change_range": 150,
            "release_payload_on_impact": true,
            "rotates_to_velocity": true
        },
        {
            "ignores_gravity": false,
            "ignores_LOS": false,
            "stage_turn_rate": 90,
            "release_payload_on_impact": true,
            "rotates_to_velocity": true
        }
    ],
    "system_velocity_multiplier": 30.0,
    "transporter": {
        "capacity": 1,
        "transportable_unit_types": "CannonBuildable",
        "transporter_attach_bone": "bone_root",
        "transportable_attach_offset": "root"
    },
    "turn_rate": 90
}