Spark (bot_tesla) - /pa/units/land/bot_tesla/bot_tesla.json

Tesla Bot - Very high damage over a short range area. Uses energy. Attacks land targets.
{
    "display_name": "Spark",
    "description": "!LOC:Tesla Bot - Very high damage over a short range area. Uses energy. Attacks land targets.",
    "TEMP_texelinfo": 4.07719,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                0,
                4
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/bot/spark_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/spark"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 105,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/bot"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/bot/spark_fire",
            "effect_spec": "/pa/effects/specs/tesla_muzzle_flash.pfx socket_rightMuzzle /pa/effects/specs/tesla_muzzle_flash.pfx socket_leftMuzzle"
        },
        "died": {
            "audio_cue": "/SE/Death/Bot",
            "effect_scale": 1.5
        }
    },
    "guard_layer": "WL_AnySurface",
    "maintain_priority_target": false,
    "max_health": 130,
    "mesh_bounds": [
        5,
        5,
        4.7
    ],
    "model": {
        "filename": "/pa/units/land/bot_tesla/bot_tesla.papa",
        "animations": {
            "walk": "/pa/units/land/bot_tesla/bot_tesla_anim_walk.papa",
            "idle": "/pa/units/land/bot_tesla/bot_tesla_anim_idle.papa"
        },
        "animtree": "/pa/anim/anim_trees/bot_tesla_anim_tree.json",
        "walk_speed": 14
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 140,
        "brake": -1,
        "move_speed": 14,
        "turn_speed": 720
    },
    "physics": {
        "radius": 2.0
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 120
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 11.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/bot_tesla/bot_tesla_tool_weapon.json",
            "aim_bone": "bone_pitch",
            "muzzle_bone": [
                "socket_leftMuzzle",
                "socket_rightMuzzle"
            ]
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Heavy",
        "UNITTYPE_Offense",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_CannonBuildable"
    ]
}