• 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/21inch 6-tube Bow Torpedo Launcher (Late Model)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "21inch 6-tube Bow Torpedo Launcher (Late Model)", _id = 441, _japanese_name = "21inch艦首魚雷発射管6門(後期型)", _reading = nil, _type =...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
   _japanese_name = "21inch艦首魚雷発射管6門(後期型)",
 
   _japanese_name = "21inch艦首魚雷発射管6門(後期型)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 32, -- 2,3,32,5,0
+
   _type = 32,
 
   _icon = 5,
 
   _icon = 5,
 +
  _types = {2, 3, 32, 5, 0},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = false,
 
   _firepower = false,
Line 20: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 1,
 
   _range = 1,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 3,
 
   _scrap_fuel = 3,
Line 27: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "米海軍で開発され、運用された潜水艦用魚雷兵装です。<br>前部6門の発射管から最大6射線、後部発射管もあわせれば、10発の魚雷で攻撃可能です。<br>信頼性の向上した後期型の魚雷は、日本の輸送船舶や護衛艦艇に対して圧倒的な猛威を発揮、<br>日本海軍そして日本全体の継戦能力を大きく削っていきました。",
 +
  _info_en = "A torpedo weapon developed and deployed by the US Navy.<br>When the 6 bow tubes are combined with the stern tubes, the submarine is capable of launching a 10 torpedo spread.<br>The more reliable late-model torpedoes were an overwhelming menace against Japanese convoys and escort vessels.<br>It severely limited the ability of the Imperial Japanese Navy and Japan to prosecute the war.",
 +
  _wikipedia = "Mark 14 torpedo",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = true,
 
}
 
}

Latest revision as of 21:05, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/21inch 6-tube Bow Torpedo Launcher (Late Model)/doc

return {
  _name = "21inch 6-tube Bow Torpedo Launcher (Late Model)",
  _id = 441,
  _japanese_name = "21inch艦首魚雷発射管6門(後期型)",
  _reading = nil,
  _type = 32,
  _icon = 5,
  _types = {2, 3, 32, 5, 0},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = 14,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = 3,
  _scrap_ammo = 4,
  _scrap_steel = 2,
  _scrap_bauxite = 2,
  _info = "米海軍で開発され、運用された潜水艦用魚雷兵装です。<br>前部6門の発射管から最大6射線、後部発射管もあわせれば、10発の魚雷で攻撃可能です。<br>信頼性の向上した後期型の魚雷は、日本の輸送船舶や護衛艦艇に対して圧倒的な猛威を発揮、<br>日本海軍そして日本全体の継戦能力を大きく削っていきました。",
  _info_en = "A torpedo weapon developed and deployed by the US Navy.<br>When the 6 bow tubes are combined with the stern tubes, the submarine is capable of launching a 10 torpedo spread.<br>The more reliable late-model torpedoes were an overwhelming menace against Japanese convoys and escort vessels.<br>It severely limited the ability of the Imperial Japanese Navy and Japan to prosecute the war.",
  _wikipedia = "Mark 14 torpedo",
  _buildable = false,
  _improvements = true,
}