• 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/8inch Triple Gun Mount Mk.9 mod.2"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "8inch Triple Gun Mount Mk.9 mod.2",
 
   _name = "8inch Triple Gun Mount Mk.9 mod.2",
 
   _id = 357,
 
   _id = 357,
 
   _japanese_name = "8inch三連装砲 Mk.9 mod.2",
 
   _japanese_name = "8inch三連装砲 Mk.9 mod.2",
   _reading = nil,
+
   _reading = "8インチさんれんほう マーク9 モッド2",
   _type = 2, -- 1,1,2,2,0
+
   _type = 2,
 
   _icon = 2,
 
   _icon = 2,
 +
  _types = {1, 1, 2, 2, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = 12,
 
   _firepower = 12,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 1,
 
   _scrap_fuel = 1,
Line 29: Line 26:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "米海軍の条約型重巡洋艦の主兵装として開発され、同主力重巡洋艦群に装備された三連装主砲兵装の改修後期型です。<br>20cm級の砲を一基三門に集約したベーシックでありながら、大火力の主砲兵装として米海軍条約型重巡Northampton級などで運用された三連装重巡主砲、その熟成改良型です。",
 +
  _info_en = "This is a late model upgrade of the gun developed by the USN for their treaty heavy cruisers that was mounted on them in triple mounts.<br>It possesses great firepower even though it is just a basic mounting of three 20 cm guns in a single turret, with this refined and upgraded model being used as the main gun of the USN's Northampton-class treaty heavy cruisers.",
 +
  _wikipedia = "8-inch/55-caliber gun",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米海軍の条約型重巡洋艦の主兵装として開発され、同主力重巡洋艦群に装備された三連装主砲兵装の改修後期型です。20cm級の砲を一基三門に集約したベーシックでありながら、大火力の主砲兵装として米海軍条約型重巡Northampton級などで運用された三連装重巡主砲、その熟成改良型です。",
+
   _improvements = true
 
}
 
}

Latest revision as of 20:51, 7 April 2026

Documentation for this module may be created at Module:Data/Equipment/8inch Triple Gun Mount Mk.9 mod.2/doc

return {
  _name = "8inch Triple Gun Mount Mk.9 mod.2",
  _id = 357,
  _japanese_name = "8inch三連装砲 Mk.9 mod.2",
  _reading = "8インチさんれんほう マーク9 モッド2",
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 3,
  _firepower = 12,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = -1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 6,
  _scrap_steel = 1,
  _scrap_bauxite = 2,
  _info = "米海軍の条約型重巡洋艦の主兵装として開発され、同主力重巡洋艦群に装備された三連装主砲兵装の改修後期型です。<br>20cm級の砲を一基三門に集約したベーシックでありながら、大火力の主砲兵装として米海軍条約型重巡Northampton級などで運用された三連装重巡主砲、その熟成改良型です。",
  _info_en = "This is a late model upgrade of the gun developed by the USN for their treaty heavy cruisers that was mounted on them in triple mounts.<br>It possesses great firepower even though it is just a basic mounting of three 20 cm guns in a single turret, with this refined and upgraded model being used as the main gun of the USN's Northampton-class treaty heavy cruisers.",
  _wikipedia = "8-inch/55-caliber gun",
  _buildable = false,
  _improvements = true
}