missile_seeking

{
    "ammo_type": "AMMO_Projectile",
    "damage": 15,
    "events": {
        "died": {
            "audio_cue": "/SE/Impacts/missile_seeking",
            "effect_spec": "/pa/effects/specs/default_proj_explosion.pfx"
        }
    },
    "flight_type": "Seeking",
    "fx_trail": {
        "filename": "/pa/effects/specs/rocket_proj_trail.pfx",
        "offset": [
            0.0,
            1.3,
            0.0
        ]
    },
    "initial_velocity": 155.0,
    "lifetime": 2.5,
    "max_velocity": 155.0,
    "model": {
        "filename": "/pa/units/air/missile/missile.papa"
    },
    "physics": {
        "radius": 1,
        "gravity_scalar": 5,
        "ignore_gravity": true,
        "add_to_spatial_db": false,
        "allow_underground": true
    },
    "recon": {
        "observable": {
            "ignore_radar": true
        }
    },
    "spawn_layers": "WL_Air",
    "splash_damage": 0,
    "splash_damages_allies": false,
    "splash_radius": 0,
    "turn_rate": 270.0
}