battleship_ammo

{
    "audio_loop": "/SE/Movement/missile/battleship_fly_loop",
    "base_spec": "/pa/ammo/base_artillery/base_artillery.json",
    "damage": 200,
    "events": {
        "died": {
            "audio_cue": "/SE/Impacts/battleship",
            "effect_spec": "/pa/units/sea/battleship/battleship_hit.pfx"
        }
    },
    "full_damage_splash_radius": 2,
    "fx_trail": {
        "filename": "/pa/units/sea/battleship/battleship_shell_proj_trail.pfx",
        "offset": [
            0.0,
            0.7,
            0.0
        ]
    },
    "influence_radius": 900,
    "initial_velocity": 150.0,
    "lifetime": 3.5,
    "max_velocity": 150.0,
    "model": {
        "filename": "/pa/units/air/shell/shell.papa"
    },
    "physics": {
        "radius": 1,
        "gravity_scalar": 7,
        "add_to_spatial_db": false,
        "allow_underground": true
    },
    "splash_damage": 200,
    "splash_damages_allies": false,
    "splash_radius": 7
}