Stitch (fabrication_bot_combat) - /pa/units/land/fabrication_bot_combat/fabrication_bot_combat.json

Combat Fabricator - Repairs damaged units. Can build and detect mines. Can build teleporters. Can't help build other structures.
{
    "display_name": "Stitch",
    "description": "!LOC:Combat Fabricator - Repairs damaged units. Can build and detect mines. Can build teleporters. Can't help build other structures.",
    "TEMP_texelinfo": 5.11028,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                0,
                5.4
            ]
        }
    },
    "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/fab_combat_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/fab_combat"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 250,
    "buildable_types": "CombatFabBuild & 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": 1.3
        }
    },
    "fx_offsets": [
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_combat_spray.pfx",
            "bone": "socket_muzzle",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ]
        }
    ],
    "guard_layer": "WL_LandHorizontal",
    "max_health": 50,
    "mesh_bounds": [
        3.7,
        4.5,
        5.5
    ],
    "model": {
        "filename": "/pa/units/land/fabrication_bot_combat/fabrication_bot_combat.papa",
        "animations": {
            "death01": "/pa/units/land/fabrication_bot_combat/fabrication_bot_combat_anim_death01.papa",
            "idle": "/pa/units/land/fabrication_bot_combat/fabrication_bot_combat_anim_idle.papa",
            "walk": "/pa/units/land/fabrication_bot_combat/fabrication_bot_combat_anim_run.papa"
        },
        "animtree": "/pa/anim/anim_trees/fabrication_bot_combat_anim_tree.json",
        "walk_speed": 12
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 120,
        "brake": -1,
        "move_speed": 12,
        "turn_speed": 720,
        "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
                },
                {
                    "layer": "mine",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 9.5
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/fabrication_bot_combat/fabrication_bot_combat_build_arm.json",
            "aim_bone": "bone_root"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Construction",
        "UNITTYPE_Bot",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_CannonBuildable"
    ]
}