Purger (l_bot_bomb) - /pa/units/land/l_bot_bomb/l_bot_bomb.json

Leaping Bomb Bot - Self-destructs. Leaps at enemies. Jumps with alt fire. Attacks land and sea targets.
{
    "display_name": "!LOC:Purger",
    "description": "!LOC:Leaping Bomb Bot - Self-destructs. Leaps at enemies. Jumps with alt fire.  Attacks land and sea targets.",
    "TEMP_texelinfo": 6.38702,
    "attachable": {
        "offsets": {
            "head": [
                0,
                0,
                1.8
            ],
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/bot/T2_bot_bomb_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/bot_bomb"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 50,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Attack",
        "ORDER_Assist",
        "ORDER_Use",
        "ORDER_FireSecondaryWeapon"
    ],
    "events": {
        "died": {
            "audio_cue": "/SE/Death/Bot_bomb"
        },
        "fired": {
            "audio_cue": "",
            "effect_spec": ""
        }
    },
    "fx_offsets": [
        {
            "bone": "socket_rocket",
            "filename": "/pa/units/land/l_bot_bomb/l_bot_bomb_rocket_trail.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ],
            "effect_scale": 0.7,
            "type": "moving"
        }
    ],
    "guard_layer": "WL_AnySurface",
    "guard_radius": 50,
    "has_death_effects": true,
    "max_health": 20,
    "mesh_bounds": [
        3.5,
        3,
        2.8
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/land/l_bot_bomb/l_bot_bomb_anim_idle.papa",
            "walk": "/pa/units/land/l_bot_bomb/l_bot_bomb_anim_walk.papa",
            "death": "/pa/units/land/l_bot_bomb/l_bot_bomb_anim_dead.papa"
        },
        "animtree": "/pa/anim/anim_trees/l_bot_bomb_anim_tree.json",
        "filename": "/pa/units/land/l_bot_bomb/l_bot_bomb.papa",
        "walk_speed": 25
    },
    "navigation": {
        "acceleration": 200,
        "brake": -1,
        "move_speed": 30,
        "turn_speed": 720
    },
    "physics": {
        "allow_pushing": true,
        "radius": 0.1
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 50,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -9
    },
    "spawn_layers": "WL_LandHorizontal",
    "tools": [
        {
            "aim_bone": "bone_turret",
            "primary_weapon": true,
            "spec_id": "/pa/units/land/l_bot_bomb/l_bot_bomb_tool_weapon.json"
        },
        {
            "aim_bone": "bone_turret",
            "secondary_weapon": true,
            "spec_id": "/pa/units/land/l_bot_bomb/l_bot_bomb_jump_tool_weapon.json"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Offense",
        "UNITTYPE_SelfDestruct",
        "UNITTYPE_Custom1"
    ],
    "wreckage_health_frac": 0.0
}