Leveler (tank_laser_adv) - /pa/units/land/tank_laser_adv/tank_laser_adv.json

Assault Tank - Devastating damage with heavy armor. Vulnerable to flanking. Attacks land and sea targets.
{
    "display_name": "Leveler",
    "description": "!LOC:Assault Tank - Devastating damage with heavy armor. Vulnerable to flanking. Attacks land and sea targets.",
    "TEMP_texelinfo": 10.3794,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                0,
                3.4
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/veh/tank_leveler_loop_T2",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/veh/tank_leveler_T2"
        }
    },
    "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
    "build_metal_cost": 800,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/veh"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/veh/tank_T2_leveler",
            "effect_spec": "/pa/effects/specs/tank_muzzle_flash.pfx socket_leftMuzzleFlash /pa/effects/specs/tank_muzzle_flash.pfx socket_rightMuzzleFlash"
        },
        "died": {
            "audio_cue": "/SE/Death/Veh",
            "effect_spec": "/pa/effects/specs/default_explosion_bot_t2.pfx",
            "effect_scale": 1.0
        }
    },
    "guard_layer": "WL_AnySurface",
    "max_health": 1500,
    "mesh_bounds": [
        6.8,
        7.5,
        3.6
    ],
    "model": {
        "filename": "/pa/units/land/tank_laser_adv/tank_laser_adv.papa",
        "animtree": "/pa/anim/anim_trees/tank_laser_adv_anim_tree.json",
        "arrows": 5
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 100,
        "brake": 100,
        "move_speed": 10,
        "turn_speed": 60
    },
    "physics": {
        "radius": 5
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 14.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/tank_laser_adv/tank_laser_adv_tool_weapon.json",
            "aim_bone": "socket_aim",
            "projectiles_per_fire": 2,
            "muzzle_bone": [
                "socket_rightMuzzle",
                "socket_leftMuzzle"
            ]
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Tank",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Land",
        "UNITTYPE_Advanced",
        "UNITTYPE_FactoryBuild"
    ]
}