Walker Foundry (l_bot_factory) - /pa/units/land/l_bot_factory/l_bot_factory.json

Basic Manufacturing - Builds basic bots.
{
    "display_name": "!LOC:Walker Foundry",
    "description": "!LOC:Basic Manufacturing - Builds basic bots.",
    "TEMP_texelinfo": 33.4936,
    "area_build_separation": 2,
    "atrophy_cool_down": 15,
    "atrophy_rate": 10,
    "audio": {
        "loops": {
            "build": {
                "cue": "/SE/Construction/Factory_contruction_loop_bot",
                "flag": "build_target_changed",
                "should_start_func": "has_build_target",
                "should_stop_func": "no_build_target"
            }
        }
    },
    "base_spec": "/pa/units/land/base_structure/base_structure.json",
    "build_metal_cost": 600,
    "buildable_types": "Custom1 & ( Bot & Mobile & Basic & FactoryBuild )",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_FactoryBuild",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Attack",
        "ORDER_Assist",
        "ORDER_Use"
    ],
    "death": {
        "decals": [
            "/pa/effects/specs/scorch_c_01.json"
        ]
    },
    "factory_cooldown_time": 3,
    "fx_offsets": [
        {
            "bone": "laser001",
            "filename": "/pa/effects/specs/legion_factory_spray_short.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ],
            "type": "build"
        },
        {
            "bone": "laser002",
            "filename": "/pa/effects/specs/legion_factory_spray_short.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ],
            "type": "build"
        },
        {
            "bone": "rail_muzzle001",
            "filename": "/pa/effects/specs/legion_factory_spray_short.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ],
            "type": "build"
        },
        {
            "bone": "rail_muzzle002",
            "filename": "/pa/effects/specs/legion_factory_spray_short.pfx",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ],
            "type": "build"
        },
        {
            "bone": "bone_root",
            "filename": "/pa/effects/specs/factory_smoke.pfx",
            "offset": [
                -14,
                -5.5,
                19
            ],
            "type": "enabled"
        },
        {
            "bone": "bone_root",
            "filename": "/pa/effects/specs/factory_smoke.pfx",
            "offset": [
                -14,
                5.5,
                19
            ],
            "type": "enabled"
        }
    ],
    "max_health": 6000,
    "mesh_bounds": [
        35.9,
        27.9,
        15
    ],
    "model": {
        "animations": {
            "build_end": "/pa/units/land/l_bot_factory/l_bot_factory_end.papa",
            "build_loop": "/pa/units/land/l_bot_factory/l_bot_factory_build.papa",
            "build_start": "/pa/units/land/l_bot_factory/l_bot_factory_start.papa",
            "idle": "/pa/units/land/l_bot_factory/l_bot_factory_idle.papa"
        },
        "animtree": "/pa/anim/anim_trees/factory_anim_tree.json",
        "filename": "/pa/units/land/l_bot_factory/l_bot_factory.papa",
        "skirt_decal": "/pa/effects/specs/skirt_bot.json"
    },
    "placement_size": [
        40,
        55
    ],
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 110,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 110,
                    "shape": "capsule"
                }
            ]
        }
    },
    "rolloff_dirs": [
        [
            0,
            1,
            0
        ],
        [
            0,
            -1,
            0
        ]
    ],
    "selection_icon": {
        "diameter": -49
    },
    "tools": [
        {
            "aim_bone": "bone_platform",
            "spec_id": "/pa/units/land/l_bot_factory/l_bot_factory_build_arm.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Factory",
        "UNITTYPE_Construction",
        "UNITTYPE_Land",
        "UNITTYPE_Bot",
        "UNITTYPE_Structure",
        "UNITTYPE_Basic",
        "UNITTYPE_CmdBuild",
        "UNITTYPE_FabBuild",
        "UNITTYPE_FabAdvBuild",
        "UNITTYPE_Important",
        "UNITTYPE_Custom1"
    ],
    "wait_to_rolloff_time": 0
}