nuclear_sub_ammo_missile

{
    "base_spec": "/pa/ammo/base_missiles/base_missile_tactical.json",
    "cruise_height": 60,
    "damage": 200,
    "events": {
        "died": {
            "effect_spec": "/pa/units/sea/battleship/battleship_hit.pfx"
        }
    },
    "flight_type": "Staged",
    "influence_radius": 400,
    "initial_velocity": 140.0,
    "lifetime": 10,
    "max_velocity": 140.0,
    "model": {
        "filename": "/pa/units/air/atoa_missile/atoa_missile.papa"
    },
    "splash_damage": 0,
    "splash_radius": 0,
    "stages": [
        {
            "ignores_gravity": true,
            "ignores_LOS": true,
            "stage_duration": 100,
            "stage_turn_rate": 0,
            "rotates_to_velocity": true
        },
        {
            "ignores_gravity": true,
            "ignores_LOS": true,
            "stage_duration": 0,
            "stage_turn_rate": 360,
            "stage_change_range": 30,
            "rotates_to_velocity": true
        },
        {
            "ignores_gravity": false,
            "ignores_LOS": false,
            "stage_duration": 5000,
            "stage_turn_rate": 540,
            "rotates_to_velocity": true
        }
    ],
    "turn_rate": 0
}