Stoke (l_mortar_tank) - /pa/units/land/l_mortar_tank/l_mortar_tank.json

Light Tank - Amphibious. Armed with torpedoes. Attacks land, sea, seabed and undersea targets.
{
  "display_name": "!LOC:Stoke",
  "description": "!LOC:Light Tank - Amphibious. Armed with torpedoes. Attacks land, sea, seabed and undersea targets.",
  "TEMP_texelinfo": 9.31488,
  "armor_type": "AT_Bot",
  "attachable": {
    "offsets": {
      "head": [
        0,
        0,
        3.1
      ],
      "root": [
        0,
        0,
        0
      ]
    }
  },
  "audio": {
    "loops": {
      "move": {
        "cue": "/SE/Movement/veh/tank_heavy_mortar_loop_sheller_T2",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    }
  },
  "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
  "build_metal_cost": 210,
  "events": {
    "died": {
      "effect_scale": 1.4
    },
    "fired": {
      "audio_cue": "",
      "effect_scale": 1.0,
      "effect_spec": "/pa/units/land/l_mortar_tank/muzzle_flash.pfx socket_muzzle001 /pa/units/land/l_mortar_tank/muzzle_flash.pfx socket_muzzle002"
    }
  },
  "guard_layer": "WL_AnySurface",
  "guard_radius": 10,
  "max_health": 225,
  "mesh_bounds": [
    5,
    5,
    2.6
  ],
  "model": {
    "animtree": "/pa/anim/anim_trees/l_mortar_tank_anim_tree.json",
    "arrows": 5,
    "filename": "/pa/units/land/l_mortar_tank/l_mortar_tank.papa"
  },
  "navigation": {
    "acceleration": 40,
    "brake": 40,
    "move_speed": 14,
    "turn_speed": 100,
    "type": "amphibious"
  },
  "physics": {
    "radius": 4
  },
  "recon": {
    "observer": {
      "items": [
        {
          "channel": "sight",
          "layer": "surface_and_air",
          "radius": 100,
          "shape": "capsule"
        },
        {
          "channel": "sight",
          "layer": "underwater",
          "radius": 100,
          "shape": "capsule"
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": -11.0
  },
  "tools": [
    {
      "aim_bone": "bone_turret",
      "muzzle_bone": [
        "socket_muzzle001",
        "socket_muzzle002"
      ],
      "primary_weapon": true,
      "spec_id": "/pa/units/land/l_mortar_tank/l_mortar_tank_tool_weapon.json"
    },
    {
      "aim_bone": "bone_turret",
      "muzzle_bone": "socket_muzzle001",
      "primary_weapon": false,
      "show_range": false,
      "spec_id": "/pa/units/land/l_mortar_tank/l_mortar_tank_torpedo_tool_weapon.json"
    }
  ],
  "transportable": {
    "size": 1
  },
  "unit_types": [
    "UNITTYPE_Tank",
    "UNITTYPE_Mobile",
    "UNITTYPE_Offense",
    "UNITTYPE_Land",
    "UNITTYPE_Basic",
    "UNITTYPE_CannonBuildable",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_Custom1",
    "UNITTYPE_Amphibious"
  ]
}