torpedo

{
  "ammo_type": "AMMO_Projectile",
  "cruise_height": 2,
  "damage": 50,
  "events": {
    "died": {
      "audio_cue": "/SE/Impacts/torpedo",
      "effect_spec": "/pa/effects/specs/default_torpedo_explosion.pfx"
    }
  },
  "flight_layer": "Underwater",
  "flight_type": "Seeking",
  "fx_trail": {
    "filename": "/pa/effects/specs/torpedo_proj_trail.pfx",
    "offset": [
      0.0,
      0.8,
      0.0
    ]
  },
  "initial_velocity": 40.0,
  "lifetime": 8,
  "max_velocity": 40.0,
  "model": {
    "filename": "/pa/units/sea/torpedo/torpedo.papa"
  },
  "physics": {
    "radius": 1,
    "gravity_scalar": 5,
    "add_to_spatial_db": false,
    "allow_underground": true
  },
  "recon": {
    "observable": {
      "ignore_radar": true
    }
  },
  "spawn_layers": "WL_Underwater",
  "turn_rate": 45
}