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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Remove redirect)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
local Submarine_53cm_Bow_Torpedo_Mount_8_tubes = {
+
return {
_name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
+
  _name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
_page = false,
+
  _id = 95,
_id = 95,
+
  _japanese_name = "潜水艦53cm艦首魚雷(8門)",
_japanese_name = "潜水艦53cm艦首魚雷(8門)",
+
  _reading = "せんすいかん53せんちかんしゅぎょらい(はちもん)",
_reading = "せんすいかん53せんちかんしゅぎょらい(8もん)",
+
  _type = 32,
_type = 32,
+
  _icon = 5,
_icon = 5,
+
  _types = {2, 3, 32, 5, 0},
_rarity = 2,
+
  _rarity = 2,
_card = "Slotitem 095.png",
+
  _firepower = false,
_firepower = false,
+
  _bombing = false,
_bombing = false,
+
  _torpedo = 16,
_torpedo = 16,
+
  _aa = false,
_aa = false,
+
  _armor = false,
_armor = false,
+
  _asw = false,
_asw = false,
+
  _shelling_accuracy = 3,
_shelling_accuracy = 3,
+
  _torpedo_accuracy = false,
_torpedo_accuracy = false,
+
  _evasion = false,
_evasion = false,
+
  _los = false,
_los = false,
+
  _speed = false,
_speed = false,
+
  _luck = false,
_luck = false,
+
  _range = 1,
_range = 1,
+
  _special = false,
_special = false,
+
  _scrap_fuel = 2,
_scrap_fuel = 2,
+
  _scrap_ammo = 4,
_scrap_ammo = 4,
+
  _scrap_steel = 2,
_scrap_steel = 2,
+
  _scrap_bauxite = false,
_scrap_bauxite = false,
+
  _version = 2,
_buildable = false,
+
  _info = "伊号潜水艦の艦首に装備する潜水艦専用兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷発射管艦首8門です。<br>高い魚雷火力を潜水艦に付与します。",
_upgradable = false,
+
  _info_en = "This is a submarine-only weapon to equip along the bow of submarines.<br>Slightly smaller in diameter than those to be mounted on surface ships, the oxygen torpedo tubes ship pack 8 tubes of deadly, long-range high-accuracy oxygen torpedoes.<br>It will add a high torpedo firepower to submarines.",
 +
  _wikipedia = "Type 95 torpedo",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}
 
return Submarine_53cm_Bow_Torpedo_Mount_8_tubes
 

Latest revision as of 16:28, 5 May 2024

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

return {
  _name = "Submarine 53cm Bow Torpedo Mount (8 tubes)",
  _id = 95,
  _japanese_name = "潜水艦53cm艦首魚雷(8門)",
  _reading = "せんすいかん53せんちかんしゅぎょらい(はちもん)",
  _type = 32,
  _icon = 5,
  _types = {2, 3, 32, 5, 0},
  _rarity = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = 16,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 4,
  _scrap_steel = 2,
  _scrap_bauxite = false,
  _version = 2,
  _info = "伊号潜水艦の艦首に装備する潜水艦専用兵装です。<br>水上艦艇に搭載するものよりやや直径の小さい、長射程高威力を誇る必殺の酸素魚雷発射管艦首8門です。<br>高い魚雷火力を潜水艦に付与します。",
  _info_en = "This is a submarine-only weapon to equip along the bow of submarines.<br>Slightly smaller in diameter than those to be mounted on surface ships, the oxygen torpedo tubes ship pack 8 tubes of deadly, long-range high-accuracy oxygen torpedoes.<br>It will add a high torpedo firepower to submarines.",
  _wikipedia = "Type 95 torpedo",
  _buildable = false,
  _improvements = true,
}