base_bomb_bay

{
    "ammo_capacity": 100000,
    "ammo_demand": 100000,
    "ammo_id": "/pa/ammo/bomb/bomb.json",
    "ammo_per_shot": 100000,
    "ammo_source": "energy",
    "auto_attack": true,
    "flight_type": "Staged",
    "max_range": 2000,
    "pitch_range": 90,
    "pitch_rate": 900,
    "rate_of_fire": 1.0,
    "stages": [
        {
            "ignores_gravity": true,
            "ignores_LOS": true,
            "stage_duration": 5,
            "stage_turn_rate": 0,
            "rotates_to_velocity": true
        },
        {
            "ignores_gravity": false,
            "ignores_LOS": true,
            "stage_duration": 50000,
            "stage_turn_rate": 0,
            "rotates_to_velocity": true
        }
    ],
    "target_layers": [
        "WL_LandHorizontal",
        "WL_WaterSurface"
    ],
    "tool_type": "TOOL_Weapon",
    "yaw_range": 90,
    "yaw_rate": 900
}