• 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/53cm Bow (Oxygen) Torpedo Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
m
 
Line 28: Line 28:
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
 
   _version = 2,
 
   _version = 2,
   _info = "伊号潜水艦の艦首に装備する潜水艦の主兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力<br>を誇る必殺の酸素魚雷です。大型艦艇に大ダメージを与えるこ<br>とも可能です。",
+
   _info = "伊号潜水艦の艦首に装備する潜水艦の主兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷です。<br>大型艦艇に大ダメージを与えることも可能です。",
 +
  _info_en = "This torpedo is the primary weapon of the I- submarines.<br>While smaller than the torpedoes of surface ships, it still is renowned for its incredible range and deadly firepower.<br>It could inflict severe damage even against larger warships.",
 
   _wikipedia = "Type 95 torpedo",
 
   _wikipedia = "Type 95 torpedo",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 09:08, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/53cm Bow (Oxygen) Torpedo Mount/doc

return {
  _name = "53cm Bow (Oxygen) Torpedo Mount",
  _id = 67,
  _japanese_name = "53cm艦首(酸素)魚雷",
  _reading = "53せんちかんしゅ(さんそ)ぎょらい",
  _type = 5,
  _icon = 5,
  _types = {2, 3, 5, 5, 0},
  _rarity = 1,
  _back = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = 15,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = false,
  _version = 2,
  _info = "伊号潜水艦の艦首に装備する潜水艦の主兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷です。<br>大型艦艇に大ダメージを与えることも可能です。",
  _info_en = "This torpedo is the primary weapon of the I- submarines.<br>While smaller than the torpedoes of surface ships, it still is renowned for its incredible range and deadly firepower.<br>It could inflict severe damage even against larger warships.",
  _wikipedia = "Type 95 torpedo",
  _buildable = false,
  _improvements = false,
}