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

From Kancolle Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Skilled Sonar Personnel + Late Model Bow Torpedo Mount (6 tubes)",
+
  _name = "Skilled Sonar Personnel + Late Model Bow Torpedo Mount (6 tubes)",
    _page = false,
+
  _id = 214,
    _id = 214,
+
  _japanese_name = "熟練聴音員+後期型艦首魚雷(6門)",
    _japanese_name = "熟練聴音員+後期型艦首魚雷(6門)",
+
  _reading = "じゅくれんちょうおんいん+こうきがたかんしゅぎょらい(6もん)",
    _reading = nil,
+
  _type = 32,
    _type = 32,
+
  _icon = 5,
    _icon = 5,
+
  _types = {2, 3, 32, 5, 0},
    _rarity = 4,
+
  _rarity = 4,
    _back = 5,
+
  _back = 5,
    _stars = 4,
+
  _stars = 4,
    _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 = 5,
+
  _shelling_accuracy = 5,
    _torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
    _evasion = 4,
+
  _evasion = 4,
    _los = 1,
+
  _los = 1,
    _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 = 2,
    _scrap_steel = 2,
+
  _version = 2,
    _scrap_bauxite = 2,
+
  _info = "潜水艦の艦首に装備する潜水艦専用兵装の改良後期型です。<br>水上艦搭載のものよりやや直径の小さい、必殺の潜水艦搭載酸素魚雷。<br>その無気泡発射管の改良後期型艦首6門と熟練の高いソナー員達の組み合わせは、高い攻撃力と生存性を潜水艦に付与します。",
    _buildable = false,
+
  _info_en = "The late-model, improved version of a sub-exclusive weapon fitted to a submarine's bow.<br>A highly accurate oxygen torpedo, slightly smaller in diameter than the ones carried by surface ships.<br>This combination of a set of six improved, later model torpedo tubes that don't leak air bubbles and a highly trained sonar crew give submarines high attack power and survivability.",
 +
  _wikipedia = "Type 95 torpedo",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 14:41, 6 May 2024

return {
  _name = "Skilled Sonar Personnel + Late Model Bow Torpedo Mount (6 tubes)",
  _id = 214,
  _japanese_name = "熟練聴音員+後期型艦首魚雷(6門)",
  _reading = "じゅくれんちょうおんいん+こうきがたかんしゅぎょらい(6もん)",
  _type = 32,
  _icon = 5,
  _types = {2, 3, 32, 5, 0},
  _rarity = 4,
  _back = 5,
  _stars = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = 15,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 5,
  _torpedo_accuracy = false,
  _evasion = 4,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 3,
  _scrap_steel = 2,
  _scrap_bauxite = 2,
  _version = 2,
  _info = "潜水艦の艦首に装備する潜水艦専用兵装の改良後期型です。<br>水上艦搭載のものよりやや直径の小さい、必殺の潜水艦搭載酸素魚雷。<br>その無気泡発射管の改良後期型艦首6門と熟練の高いソナー員達の組み合わせは、高い攻撃力と生存性を潜水艦に付与します。",
  _info_en = "The late-model, improved version of a sub-exclusive weapon fitted to a submarine's bow.<br>A highly accurate oxygen torpedo, slightly smaller in diameter than the ones carried by surface ships.<br>This combination of a set of six improved, later model torpedo tubes that don't leak air bubbles and a highly trained sonar crew give submarines high attack power and survivability.",
  _wikipedia = "Type 95 torpedo",
  _buildable = false,
  _improvements = false,
}