Inferno (tank_armor) - /pa/units/land/tank_armor/tank_armor.json

Flame Tank - Short range, heavy armored vehicle.
{
    "display_name": "Inferno",
    "description": "!LOC:Flame Tank - Short range, heavy armored vehicle.",
    "TEMP_texelinfo": 8.06901,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                0,
                4.3
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/veh/tank_inferno_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/veh/tank_inferno"
        }
    },
    "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
    "build_metal_cost": 225,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/veh"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/veh/tank_flame",
            "effect_spec": "/pa/units/land/tank_armor/tank_armor_muzzle_flame.pfx socket_muzzle"
        },
        "died": {
            "audio_cue": "/SE/Death/Veh",
            "effect_scale": 1.4
        }
    },
    "guard_layer": "WL_AnySurface",
    "max_health": 1000,
    "mesh_bounds": [
        5.5,
        6,
        4.3
    ],
    "model": {
        "filename": "/pa/units/land/tank_armor/tank_armor.papa",
        "animtree": "/pa/anim/anim_trees/tank_armor_anim_tree.json",
        "arrows": 5
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 100,
        "brake": 100,
        "move_speed": 10,
        "turn_speed": 180,
        "group_preference": "front"
    },
    "physics": {
        "radius": 4.5
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "scrolling_uv": {
        "scroll_rate": 0.71,
        "uv_split": 0.881
    },
    "selection_icon": {
        "diameter": 13.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/tank_armor/tank_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_Basic",
        "UNITTYPE_FactoryBuild"
    ]
}