• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

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

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
m
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
   _info = "米国で開発、配備された誘導式対潜魚雷です。<br>あの大戦末期に開発された、アクティブ音響ホーミング誘導式<br>の次世代型対潜魚雷。本装備は、Mk.2落射機による水上艦艇<br>装備型の対潜兵装です。その技術は後の米海軍や海上自衛隊の<br>対潜装備へと繋がっていきます。",
+
   _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,
 
   _improvements = false,
 
   _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,
}