Fabrication Walker (l_fabrication_bot) - /pa/units/land/l_fabrication_bot/l_fabrication_bot.json

Builder - Builds basic structures. Cheap. Less powerful than other builders.
{
    "display_name": "!LOC:Fabrication Walker",
    "description": "!LOC:Builder - Builds basic structures. Cheap. Less powerful than other builders.",
    "TEMP_texelinfo": 5,
    "attachable": {
        "offsets": {
            "head": [
                0,
                0,
                3.6
            ],
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio": {
        "command_response": {
            "cue": "/SE/Confirmation/bot/fab"
        },
        "loops": {
            "build": {
                "cue": "/SE/Construction/Fab_bot_contruction_beam_loop",
                "flag": "build_target_changed",
                "should_start_func": "has_build_target",
                "should_stop_func": "no_build_target"
            },
            "move": {
                "cue": "/SE/Movement/bot/fab_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/fab"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 150,
    "buildable_types": "Custom1 & ( Land & Structure & Basic | Factory & Basic | Factory & Advanced & Bot & Land | FabBuild )",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Build",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Assist",
        "ORDER_Use"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/fab"
        },
        "died": {
            "effect_scale": 0.8
        }
    },
    "fx_offsets": [
        {
            "bone": "muzzle00",
            "filename": "/pa/effects/specs/legion_fab_spray.pfx",
            "type": "build"
        }
    ],
    "guard_layer": "WL_LandHorizontal",
    "max_health": 65,
    "mesh_bounds": [
        3,
        2,
        4.5
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/land/l_fabrication_bot/l_fabrication_bot_idle.papa",
            "walk": "/pa/units/land/l_fabrication_bot/l_fabrication_bot_walk.papa"
        },
        "animtree": "/pa/anim/anim_trees/l_fabrication_bot_anim_tree.json",
        "filename": "/pa/units/land/l_fabrication_bot/l_fabrication_bot.papa",
        "walk_speed": 2.75
    },
    "navigation": {
        "acceleration": 240,
        "brake": -1,
        "group_preference": "back",
        "move_speed": 14,
        "turn_speed": 360
    },
    "physics": {
        "allow_pushing": true,
        "radius": 2
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 100,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 100,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -8
    },
    "tools": [
        {
            "aim_bone": "turret00",
            "spec_id": "/pa/units/land/l_fabrication_bot/l_fabrication_bot_build_arm.json"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Fabber",
        "UNITTYPE_Construction",
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_CannonBuildable",
        "UNITTYPE_Custom1"
    ]
}