Difference between revisions of "Module:Data/Equipment/Mk.32 ASW Torpedo (Mk.2 Thrower)"

(Created page with "-- Category:Equipment modules return { _name = "Mk.32 ASW Torpedo (Mk.2 Thrower)", _id = 472, _japanese_name = "Mk.32 対潜魚雷(Mk.2落射機)", _reading = nil...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Mk.32 ASW Torpedo (Mk.2 Thrower)",
 
   _name = "Mk.32 ASW Torpedo (Mk.2 Thrower)",
Line 6: Line 4:
 
   _japanese_name = "Mk.32 対潜魚雷(Mk.2落射機)",
 
   _japanese_name = "Mk.32 対潜魚雷(Mk.2落射機)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 15, -- 7,32,15,17,0
+
   _type = 15,
 
   _icon = 17,
 
   _icon = 17,
 +
  _types = {7, 32, 15, 17, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
Line 29: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "米国で開発、配備された誘導式対潜魚雷です。<br>あの大戦末期に開発された、アクティブ音響ホーミング誘導式の次世代型対潜魚雷。<br>本装備は、Mk.2落射機による水上艦艇装備型の対潜兵装です。<br>その技術は後の米海軍や海上自衛隊の対潜装備へと繋がっていきます。",
 +
  _info_en = "A guided anti-submarine torpedo developed and deployed by the US.<br>This next-generation anti-submarine torpedo with active acoustic homing capabilities was developed at the end of the war.<br>It was contained in a Mk.2 thrower and mounted on surface vessels.<br>The technology used in this would be used in later anti-submarine equipment for the USN and JMSDF.",
 +
  _wikipedia = "Mark 32 torpedo",
 +
  _asw_damage_type = "DCP",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Latest revision as of 07:04, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/Mk.32 ASW Torpedo (Mk.2 Thrower)/doc

return {
  _name = "Mk.32 ASW Torpedo (Mk.2 Thrower)",
  _id = 472,
  _japanese_name = "Mk.32 対潜魚雷(Mk.2落射機)",
  _reading = nil,
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = 1,
  _aa = false,
  _armor = false,
  _asw = 19,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 8,
  _scrap_steel = 2,
  _scrap_bauxite = 4,
  _info = "米国で開発、配備された誘導式対潜魚雷です。<br>あの大戦末期に開発された、アクティブ音響ホーミング誘導式の次世代型対潜魚雷。<br>本装備は、Mk.2落射機による水上艦艇装備型の対潜兵装です。<br>その技術は後の米海軍や海上自衛隊の対潜装備へと繋がっていきます。",
  _info_en = "A guided anti-submarine torpedo developed and deployed by the US.<br>This next-generation anti-submarine torpedo with active acoustic homing capabilities was developed at the end of the war.<br>It was contained in a Mk.2 thrower and mounted on surface vessels.<br>The technology used in this would be used in later anti-submarine equipment for the USN and JMSDF.",
  _wikipedia = "Mark 32 torpedo",
  _asw_damage_type = "DCP",
  _buildable = false,
  _improvements = false,
}