Bot Factory (bot_factory) - /pa/units/land/bot_factory/bot_factory.json

Basic Manufacturing - Builds basic bots.
{
    "display_name": "!LOC:Bot Factory",
    "description": "!LOC:Basic Manufacturing - Builds basic bots.",
    "TEMP_texelinfo": 38.3936,
    "area_build_separation": 2,
    "atrophy_cool_down": 15.0,
    "atrophy_rate": 10.0,
    "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": "Bot & Mobile & Basic & FactoryBuild & Custom58",
    "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"
        ]
    },
    "events": {
        "died": {
            "effect_scale": 1.0
        }
    },
    "factory_cooldown_time": 3,
    "fx_offsets": [
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "socket_muzzle01",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ]
        },
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "socket_muzzle02",
            "offset": [
                0,
                0,
                0
            ],
            "orientation": [
                0,
                0,
                0
            ]
        }
    ],
    "headlights": [
        {
            "gobo": "/pa/effects/textures/gobo/spotlight_gobo.papa",
            "offset": [
                -8.1,
                0.0,
                10.58
            ],
            "orientation": [
                45.0,
                0.0,
                0.0
            ],
            "near_width": 12.0,
            "near_height": 12.0,
            "near_distance": 5.0,
            "far_distance": 20.0,
            "color": [
                1.5,
                1.52,
                1.6
            ],
            "intensity": 2.0,
            "debug": false
        }
    ],
    "lamps": [
        {
            "offset": [
                -8.1,
                0.0,
                10.0
            ],
            "radius": 4.0,
            "color": [
                1.0,
                1.0,
                1.0
            ],
            "intensity": 2.0
        },
        {
            "offset": [
                -8.1,
                0.0,
                11.4
            ],
            "radius": 4.0,
            "color": [
                1.0,
                1.0,
                1.0
            ],
            "intensity": 2.0
        },
        {
            "offset": [
                12.63,
                0.0,
                9.15
            ],
            "radius": 8.0,
            "color": [
                0.1,
                1.0,
                0.1
            ],
            "intensity": 2.0
        },
        {
            "offset": [
                -15.47,
                0.0,
                9.94
            ],
            "radius": 4.0,
            "color": [
                1.0,
                0.0,
                0.0
            ],
            "intensity": 2.0
        }
    ],
    "max_health": 6000,
    "mesh_bounds": [
        29.5,
        30.5,
        15.2
    ],
    "model": {
        "filename": "/pa/units/land/bot_factory/bot_factory.papa",
        "animations": {
            "idle": "/pa/units/land/bot_factory/bot_factory_anim_build.papa",
            "build_start": "/pa/units/land/bot_factory/bot_factory_anim_start.papa",
            "build_loop": "/pa/units/land/bot_factory/bot_factory_anim_build.papa",
            "build_end": "/pa/units/land/bot_factory/bot_factory_anim_end.papa"
        },
        "animtree": "/pa/anim/anim_trees/factory_anim_tree.json",
        "skirt_decal": "/pa/effects/specs/skirt_bot.json"
    },
    "physics": {
        "collision_layers": "WL_AnyHorizontalGroundOrWaterSurface"
    },
    "placement_size": [
        40,
        55
    ],
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 110
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 110
                }
            ]
        }
    },
    "rolloff_dirs": [
        [
            0,
            1,
            0
        ],
        [
            0,
            -1,
            0
        ]
    ],
    "selection_icon": {
        "diameter": 49.5
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/bot_factory/bot_factory_build_arm.json",
            "aim_bone": "bone_root"
        }
    ],
    "unit_name": "Bot Factory",
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Factory",
        "UNITTYPE_Construction",
        "UNITTYPE_Land",
        "UNITTYPE_Bot",
        "UNITTYPE_Structure",
        "UNITTYPE_Basic",
        "UNITTYPE_CmdBuild",
        "UNITTYPE_FabBuild",
        "UNITTYPE_FabAdvBuild",
        "UNITTYPE_Important"
    ],
    "wait_to_rolloff_time": 0
}