Recluse (bot_spider_adv) - /pa/units/land/bot_spider_adv/bot_spider_adv.json

All Terrain Bot - Can crawl almost anywhere.
{
    "display_name": "Recluse",
    "description": "!LOC:All Terrain Bot - Can crawl almost anywhere.",
    "TEMP_texelinfo": 6.38702,
    "audio": {
        "loops": {
            "build": {
                "cue": "/SE/Construction/Fab_contruction_beam_loop",
                "flag": "build_target_changed",
                "should_start_func": "has_build_target",
                "should_stop_func": "no_build_target"
            },
            "move": {
                "cue": "/SE/Movement/bot/T2_fab_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/T2_fab"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 1080,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/fab"
        },
        "died": {
            "audio_cue": "/SE/Death/Bot",
            "effect_scale": 0.8
        }
    },
    "fx_offsets": [
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "bone_rightMuzzle",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ]
        },
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "bone_leftMuzzle",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ]
        }
    ],
    "guard_layer": "WL_LandHorizontal",
    "max_health": 400,
    "model": {
        "filename": "/pa/units/land/bot_spider_adv/bot_spider_adv.papa",
        "animations": {
            "death01": "/pa/units/land/bot_spider_adv/bot_spider_adv_anim_death01.papa",
            "walk": "/pa/units/land/bot_spider_adv/bot_spider_adv_anim_run.papa",
            "aim_up": "/pa/units/land/bot_spider_adv/bot_spider_adv_anim_aimUp.papa",
            "aim_down": "/pa/units/land/bot_spider_adv/bot_spider_adv_anim_aimDown.papa"
        },
        "animtree": "/pa/anim/anim_trees/fabrication_bipedal_mech_anim_tree.json",
        "walk_speed": 4.9,
        "arrows": 5
    },
    "navigation": {
        "type": "amphibious",
        "acceleration": 150,
        "brake": 150,
        "move_speed": 10,
        "turn_speed": 720,
        "dodge_radius": 15,
        "dodge_multiplier": 1.0,
        "wobble_factor": 0.1,
        "wobble_speed": 0.2
    },
    "physics": {
        "radius": 4,
        "allow_pushing": true
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/bot_spider_adv/bot_spider_adv_tool_weapon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": "bone_rightRecoil"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Land"
    ]
}