• 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/533mm Quintuple Torpedo Mount (Late Model)"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
   _info = "米国で開発され、広く実戦配備された標準的な対水上艦用魚雷<br>兵装、その改良後期型です。<br>初期型では動作不良も多く安定性を欠いていましたが、改良更<br>新されたこの後期型には不具合も解消され、対水上艦戦闘時に<br>おいて大きな力を発揮することが可能となりました。",
+
   _info = "米国で開発され、広く実戦配備された標準的な対水上艦用魚雷兵装、その改良後期型です。<br>初期型では動作不良も多く安定性を欠いていましたが、改良更新されたこの後期型には不具合も解消され、対水上艦戦闘時において大きな力を発揮することが可能となりました。",
 +
  _info_en = "An improved late model of the standard-issue anti-surface torpedo weapon that was developed and widely deployed by the US.<br>The early models were prone to malfunctions that largely reduced their reliability, but the improvements made to the late model fixed these defects, and they are now a significant threat in surface combat.",
 +
  _wikipedia = "Mark 15 torpedo",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 17:24, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/533mm Quintuple Torpedo Mount (Late Model)/doc

return {
  _name = "533mm Quintuple Torpedo Mount (Late Model)",
  _id = 376,
  _japanese_name = "533mm五連装魚雷(後期型)",
  _reading = nil,
  _type = 5,
  _icon = 5,
  _types = {2, 3, 5, 5, 0},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = 11,
  _aa = false,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = 2,
  _scrap_bauxite = 3,
  _info = "米国で開発され、広く実戦配備された標準的な対水上艦用魚雷兵装、その改良後期型です。<br>初期型では動作不良も多く安定性を欠いていましたが、改良更新されたこの後期型には不具合も解消され、対水上艦戦闘時において大きな力を発揮することが可能となりました。",
  _info_en = "An improved late model of the standard-issue anti-surface torpedo weapon that was developed and widely deployed by the US.<br>The early models were prone to malfunctions that largely reduced their reliability, but the improvements made to the late model fixed these defects, and they are now a significant threat in surface combat.",
  _wikipedia = "Mark 15 torpedo",
  _buildable = false,
  _improvements = false,
}