Vanguard (tank_heavy_armor) - /pa/units/land/tank_heavy_armor/tank_heavy_armor.json

Heavy Tank - Advanced short range, heavily armored vehicle.
{
    "display_name": "Vanguard",
    "description": "!LOC:Heavy Tank - Advanced short range, heavily armored vehicle.",
    "TEMP_texelinfo": 9.04444,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                -0.5,
                6.1
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/veh/tank_vagaurd_loop_T2",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/veh/tank_vagaurd_T2"
        }
    },
    "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
    "build_metal_cost": 1500,
    "energy_efficiency_requirement": 0.9,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/veh"
        },
        "fired": {
            "effect_spec": "/pa/effects/specs/default_muzzle_flash.pfx socket_muzzle"
        },
        "died": {
            "audio_cue": "/SE/Death/Veh",
            "effect_spec": "/pa/effects/specs/default_explosion_bot_t2.pfx",
            "effect_scale": 1.2
        }
    },
    "guard_layer": "WL_AnySurface",
    "max_health": 5000,
    "mesh_bounds": [
        7.5,
        8.2,
        6.2
    ],
    "model": {
        "filename": "/pa/units/land/tank_heavy_armor/tank_heavy_armor.papa",
        "animtree": "/pa/anim/anim_trees/tank_armor_anim_tree.json"
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 100,
        "brake": 100,
        "move_speed": 10,
        "turn_speed": 180,
        "group_preference": "front"
    },
    "physics": {
        "radius": 6
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "scrolling_uv": {
        "scroll_rate": 0.58,
        "uv_split": 0.855
    },
    "selection_icon": {
        "diameter": 14
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/tank_heavy_armor/tank_heavy_armor_tool_weapon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": "socket_muzzle"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Tank",
        "UNITTYPE_Heavy",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Land",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_Radar"
    ]
}