Praetorian (l_bot_support_commander) - /pa/units/land/l_bot_support_commander/l_bot_support_commander.json

Auxiliary Commander - Can build advanced structures. Heavily armored. High damage. Attacks any targets except orbital.
{
    "display_name": "!LOC:Praetorian",
    "description": "!LOC:Auxiliary Commander - Can build advanced structures. Heavily armored. High damage. Attacks any targets except orbital.",
    "TEMP_texelinfo": 25,
    "armor_type": "AT_Commander",
    "attachable": {
        "offsets": {
            "head": [
                0,
                0,
                10
            ],
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio": {
        "loops": {
            "build": {
                "cue": "/SE/Construction/Commander_contruction_beam_loop",
                "flag": "build_target_changed",
                "should_start_func": "has_build_target",
                "should_stop_func": "no_build_target"
            },
            "move": {
                "cue": "/SE/Movement/bot/Sub_Commander_move_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/sub_commander"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 7000,
    "buildable_types": "(Land & Structure & Advanced - Factory| Factory & Advanced & Bot & Land | FabAdvBuild | FabBuild | Titan & Bot) & Custom1",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Build",
        "ORDER_Attack",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Assist",
        "ORDER_Use"
    ],
    "events": {
        "died": {
            "effect_scale": 1.7,
            "effect_spec": "/pa/effects/specs/default_explosion_bot_t2.pfx"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/sea/destroyer_fire",
            "effect_spec": "/pa/effects/specs/default_muzzle_flash.pfx bone_recoil /pa/effects/specs/small_gun_smoke.pfx bone_recoil"
        }
    },
    "fx_offsets": [
        {
            "bone": "socket_laser",
            "filename": "/pa/effects/specs/legion_fab_spray.pfx",
            "type": "build"
        }
    ],
    "max_health": 8000,
    "mesh_bounds": [
        9.97,
        10.233,
        11.764
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/land/l_bot_support_commander/l_bot_support_commander_idle.papa",
            "walk": "/pa/units/land/l_bot_support_commander/l_bot_support_commander_walk.papa"
        },
        "animtree": "/pa/anim/anim_trees/l_bot_support_commander_anim_tree.json",
        "filename": "/pa/units/land/l_bot_support_commander/l_bot_support_commander.papa",
        "walk_speed": 4.0
    },
    "navigation": {
        "acceleration": 120,
        "brake": -1,
        "move_speed": 12,
        "turn_speed": 90,
        "type": "amphibious"
    },
    "physics": {
        "radius": 9,
        "sync_radius_to_extents": true
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 150,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 150,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -15.0
    },
    "show_in_orbital_layer": true,
    "strategic_icon_priority": 0,
    "teleportable": {},
    "tools": [
        {
            "aim_bone": "bone_turret",
            "muzzle_bone": "socket_laser",
            "spec_id": "/pa/units/land/l_bot_support_commander/l_bot_support_commander_tool_build_arm.json"
        },
        {
            "aim_bone": "bone_turret",
            "muzzle_bone": [
                "socket_muzzle001",
                "socket_muzzle002"
            ],
            "primary_weapon": true,
            "projectiles_per_fire": 1,
            "spec_id": "/pa/units/land/l_bot_support_commander/l_bot_support_commander_tool_weapon.json"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Bot",
        "UNITTYPE_Fabber",
        "UNITTYPE_Construction",
        "UNITTYPE_SupportCommander",
        "UNITTYPE_CannonBuildable",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Custom1",
        "UNITTYPE_Amphibious"
    ]
}