Base Commander (base_commander) - /pa/units/commanders/base_commander/base_commander.json

Base Commander Description - If you're seeing this, something is wrong in your commander.
{
    "display_name": "Base Commander",
    "description": "Base Commander Description - If you're seeing this, something is wrong in your commander.",
    "armor_type": "AT_Commander",
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                0,
                10
            ]
        }
    },
    "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"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/commander"
        }
    },
    "build_metal_cost": 25000,
    "buildable_types": "CmdBuild & Custom58",
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Build",
        "ORDER_Attack",
        "ORDER_Reclaim",
        "ORDER_Repair",
        "ORDER_Assist",
        "ORDER_Use",
        "ORDER_FireSecondaryWeapon"
    ],
    "death_weapon": {
        "ground_ammo_spec": "/pa/ammo/nuke_pbaoe/nuke_pbaoe.json",
        "air_ammo_spec": "/pa/ammo/nuke_pbaoe/nuke_pbaoe_air.json",
        "air_height_threshold": 50
    },
    "events": {
        "fired": {
            "effect_spec": "/pa/effects/specs/default_muzzle_flash.pfx socket_rightMuzzle"
        },
        "teleported": {
            "audio_cue": "/SE/Death/Veh",
            "effect_spec": "/pa/effects/specs/default_explosion.pfx"
        }
    },
    "fx_offsets": [
        {
            "type": "build",
            "filename": "/pa/effects/specs/fab_spray.pfx",
            "bone": "socket_leftMuzzle"
        }
    ],
    "max_health": 12500,
    "mesh_bounds": [
        10,
        10,
        12
    ],
    "navigation": {
        "type": "amphibious",
        "acceleration": 60,
        "brake": -1,
        "move_speed": 8,
        "turn_speed": 180,
        "turn_in_place": true,
        "park_stamp": {
            "shape": "sphere",
            "cost": 20,
            "type_data": [
                {
                    "move_type": "land-small",
                    "stamp_type": "simple"
                },
                {
                    "move_type": "amphibious",
                    "stamp_type": "simple"
                },
                {
                    "move_type": "hover",
                    "stamp_type": "simple"
                },
                {
                    "move_type": "water-hover",
                    "stamp_type": "simple"
                }
            ]
        }
    },
    "physics": {
        "radius": 9,
        "sync_radius_to_extents": true,
        "air_friction": 1
    },
    "production": {
        "energy": 2000,
        "metal": 20
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 150
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 150
                },
                {
                    "layer": "celestial",
                    "channel": "sight",
                    "shape": "sphere",
                    "radius": 1
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 16.6
    },
    "show_in_orbital_layer": true,
    "si_name": "commander",
    "storage": {
        "energy": 45000,
        "metal": 1500
    },
    "strategic_icon_priority": 0,
    "teleportable": {},
    "tools": [
        {
            "spec_id": "/pa/tools/commander_build_arm/commander_build_arm.json",
            "aim_bone": "bone_turret"
        },
        {
            "spec_id": "/pa/units/commanders/base_commander/base_commander_tool_bullet_weapon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": "socket_rightMuzzle",
            "primary_weapon": true
        },
        {
            "spec_id": "/pa/tools/uber_cannon/uber_cannon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": "socket_rightMuzzle",
            "secondary_weapon": true
        },
        {
            "spec_id": "/pa/units/commanders/base_commander/base_commander_tool_aa_weapon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": "socket_rightMuzzle",
            "primary_weapon": false,
            "show_range": false
        },
        {
            "spec_id": "/pa/units/commanders/base_commander/base_commander_tool_torpedo_weapon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": "socket_rightMuzzle",
            "primary_weapon": false,
            "show_range": false
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Commander",
        "UNITTYPE_Construction",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Land",
        "UNITTYPE_Amphibious",
        "UNITTYPE_NoBuild"
    ]
}