Time Delay Bomb (bomb) - /pa/units/land/l_bot_artillery/bomb/bomb.json

KABOOM!
{
    "display_name": "Time Delay Bomb",
    "description": "!LOC:KABOOM!",
    "TEMP_texelinfo": 6.38702,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/air/carrier_drone_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 100,
    "events": {
        "died": {
            "audio_cue": "/SE/Death/Bot_bomb",
            "effect_scale": 1.0,
            "effect_spec": "/pa/effects/specs/none.pfx"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/air/carrier_drone_fire"
        }
    },
    "fx_offsets": [
        {
            "bone": "bone_root",
            "filename": "/pa/units/land/l_bot_artillery/exp.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "type": "idle"
        }
    ],
    "guard_layer": "WL_AnySurface",
    "guard_radius": 30,
    "max_health": 130,
    "mesh_bounds": [
        1,
        1,
        1
    ],
    "navigation": {
        "acceleration": 400,
        "brake": 400,
        "move_speed": 0,
        "turn_speed": 0,
        "type": "hover",
        "wobble_factor": 0.1,
        "wobble_speed": 0.2
    },
    "physics": {
        "allow_pushing": true,
        "radius": 1
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 1,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 1,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -9
    },
    "tools": [
        {
            "aim_bone": "bone_root",
            "record_index": 0,
            "spec_id": "/pa/units/land/l_bot_artillery/bomb/bomb_tool_weapon.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Land",
        "UNITTYPE_Advanced",
        "UNITTYPE_NoBuild",
        "UNITTYPE_Custom1"
    ],
    "wreckage_health_frac": 0.0
}