l_tele_rocket_ammo

{
    "audio_loop": "/SE/Movement/missile/bomber_t2_fly_loop",
    "base_spec": "/pa/ammo/base_missiles/base_missile_tactical.json",
    "cruise_height": 40,
    "damage": 40,
    "events": {
        "died": {
            "audio_cue": "/SE/Impacts/bomber_adv",
            "effect_spec": "/pa/effects/specs/default_proj_area_explosion.pfx"
        }
    },
    "flight_type": "Staged",
    "initial_velocity": 90,
    "lifetime": 3,
    "max_health": 1,
    "max_velocity": 150,
    "model": {
        "filename": "/pa/units/air/shell/shell.papa"
    },
    "physics": {
        "add_to_spatial_db": true
    },
    "splash_damage": 0,
    "splash_radius": 0,
    "stages": [
        {
            "apply_thrust": false,
            "ignores_LOS": true,
            "ignores_gravity": false,
            "rotates_to_velocity": false,
            "stage_duration": 400,
            "stage_turn_rate": 0
        },
        {
            "ignores_LOS": true,
            "ignores_gravity": true,
            "rotates_to_velocity": true,
            "stage_change_range": 30,
            "stage_duration": 0,
            "stage_turn_rate": 360
        },
        {
            "apply_thrust": true,
            "ignores_LOS": false,
            "ignores_gravity": false,
            "rotates_to_velocity": true,
            "stage_duration": 5000,
            "stage_turn_rate": 720
        }
    ],
    "turn_rate": 360
}