Fabrication Bot (fabrication_bot) - /pa/units/land/fabrication_bot/fabrication_bot.json

Basic Fabricator - Build basic structures.
{
    "display_name": "!LOC:Fabrication Bot",
    "description": "!LOC:Basic Fabricator - Build basic structures.",
    "TEMP_texelinfo": 5.11028,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                0,
                3.6
            ]
        }
    },
    "audio": {
        "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"
        },
        "command_response": {
            "cue": "/SE/Confirmation/bot/fab"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 150,
    "buildable_types": "(Land & Structure & Basic | Factory & Basic | Factory & Advanced & Bot & Land | FabBuild) & Custom58",
    "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": {
            "audio_cue": "/SE/Death/Bot",
            "effect_scale": 0.8
        }
    },
    "fx_offsets": [
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "bone_rightElbow",
            "offset": [
                0,
                -1.891,
                -0.11
            ],
            "orientation": [
                0,
                0,
                0
            ]
        },
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "bone_leftElbow",
            "offset": [
                0,
                -1.891,
                -0.11
            ],
            "orientation": [
                0,
                0,
                0
            ]
        }
    ],
    "guard_layer": "WL_LandHorizontal",
    "max_health": 50,
    "mesh_bounds": [
        4,
        3.8,
        4
    ],
    "model": {
        "filename": "/pa/units/land/fabrication_bot/fabrication_bot.papa",
        "animations": {
            "death01": "/pa/units/land/fabrication_bot/fabrication_bot_anim_death01.papa",
            "idle": "/pa/units/land/fabrication_bot/fabrication_bot_anim_idle.papa",
            "walk": "/pa/units/land/fabrication_bot/fabrication_bot_anim_run.papa",
            "aim_up": "/pa/units/land/fabrication_bot/fabrication_bot_anim_aimUp.papa",
            "aim_down": "/pa/units/land/fabrication_bot/fabrication_bot_anim_aimDown.papa"
        },
        "animtree": "/pa/anim/anim_trees/fabrication_bipedal_mech_anim_tree.json",
        "walk_speed": 12
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 160,
        "brake": -1,
        "move_speed": 16,
        "turn_speed": 360,
        "group_preference": "back"
    },
    "physics": {
        "radius": 2,
        "allow_pushing": true
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 9.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/fabrication_bot/fabrication_bot_build_arm.json",
            "aim_bone": "bone_root"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_name": "Fabrication Bot",
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Fabber",
        "UNITTYPE_Construction",
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_CannonBuildable"
    ]
}