• 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/Late Model Bow Torpedo Mount (6 tubes)"

From Kancolle Wiki
Jump to navigation Jump to search
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Late Model Bow Torpedo Mount (6 tubes)",
+
  _name = "Late Model Bow Torpedo Mount (6 tubes)",
    _page = false,
+
  _id = 213,
    _id = 213,
+
  _japanese_name = "後期型艦首魚雷(6門)",
    _japanese_name = "後期型艦首魚雷(6門)",
+
  _reading = "こうきがたかんしゅぎょらい(6もん)",
    _reading = "こうきがたかんしゅぎょらい(6もん)",
+
  _type = 32,
    _type = 32,
+
  _icon = 5,
    _icon = 5,
+
  _types = {2, 3, 32, 5, 0},
    _rarity = 3,
+
  _rarity = 3,
    _firepower = false,
+
  _firepower = false,
    _bombing = false,
+
  _bombing = false,
    _torpedo = 15,
+
  _torpedo = 15,
    _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 = 1,
+
  _evasion = 1,
    _los = false,
+
  _los = false,
    _speed = false,
+
  _speed = false,
    _luck = false,
+
  _luck = false,
    _range = 1,
+
  _range = 1,
    -- _flight_cost = 9,
+
  _special = false,
    -- _flight_range = 8,
+
  _scrap_fuel = 2,
    _special = false,
+
  _scrap_ammo = 3,
    _scrap_fuel = 2,
+
  _scrap_steel = 2,
    _scrap_ammo = 3,
+
  _scrap_bauxite = 1,
    _scrap_steel = 2,
+
  _version = 2,
    _scrap_bauxite = 1,
+
  _info = "潜水艦の艦首に装備する潜水艦専用兵装の改良後期型です。<br>水上艦艇に搭載するものよりやや直径の小さい長射程高威力を<br>誇る必殺の酸素魚雷、その無気泡発射管の改良後期型艦首6門<br>です。高い魚雷火力を潜水艦に付与します。",
    _buildable = false,
+
  _buildable = true,
    _info = "潜水艦の艦首に装備する潜水艦専用兵装の改良後期型です。<br/>水上艦艇に搭載するものよりやや直径の小さい長射程高威力を誇る必殺の酸素魚雷、その無気泡発射管の改良後期型艦首6門です。高い魚雷火力を潜水艦に付与します。",
+
  _improvements = true,
 
}
 
}

Revision as of 20:46, 2 November 2023

Documentation for this module may be created at Module:Data/Equipment/Late Model Bow Torpedo Mount (6 tubes)/doc

return {
  _name = "Late Model Bow Torpedo Mount (6 tubes)",
  _id = 213,
  _japanese_name = "後期型艦首魚雷(6門)",
  _reading = "こうきがたかんしゅぎょらい(6もん)",
  _type = 32,
  _icon = 5,
  _types = {2, 3, 32, 5, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = 15,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _version = 2,
  _info = "潜水艦の艦首に装備する潜水艦専用兵装の改良後期型です。<br>水上艦艇に搭載するものよりやや直径の小さい長射程高威力を<br>誇る必殺の酸素魚雷、その無気泡発射管の改良後期型艦首6門<br>です。高い魚雷火力を潜水艦に付与します。",
  _buildable = true,
  _improvements = true,
}