• 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"

From Kancolle Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "8inch Triple Gun Mount Mk.9",
 
   _name = "8inch Triple Gun Mount Mk.9",
Line 6: Line 4:
 
   _japanese_name = "8inch三連装砲 Mk.9",
 
   _japanese_name = "8inch三連装砲 Mk.9",
 
   _reading = "8インチさんれんそうほう マークナイン",
 
   _reading = "8インチさんれんそうほう マークナイン",
   _type = 2, -- 1,1,2,2,0
+
   _type = 2,
 
   _icon = 2,
 
   _icon = 2,
 +
  _types = {1, 1, 2, 2, 0},
 
   _rarity = 2,
 
   _rarity = 2,
 
   _firepower = 11,
 
   _firepower = 11,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 29: Line 26:
 
   _scrap_steel = 9,
 
   _scrap_steel = 9,
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
  _buildable = false,
+
   _info = "米海軍の条約型重巡洋艦の主兵装として開発され、同主力重巡洋艦群に装備された三連装主砲兵装です。<br>20cm級の砲を一基三門に集約したベーシックでありながら、大火力を備えた主砲兵装です。<br>米海軍の条約型重巡Pensacola級やNorthampton級の主兵装として運用されました。",
   _info = "米海軍の条約型重巡洋艦の主兵装として開発され、同主力重巡<br>洋艦群に装備された三連装主砲兵装です。<br>20cm級の砲を一基三門に集約したベーシックでありながら、<br>大火力を備えた主砲兵装です。米海軍の条約型重巡Pensacola<br>級やNorthampton級の主兵装として運用されました。",
+
   _info_en = "Developed by the United States Navy as the main gun of their treaty heavy cruisers, it was equipped on them in a triple mount.<br>It possesses great firepower even though it is just a basic mounting of three 20 cm guns in a single turret.<br>It was used as the main gun of the USN's Pensacola and Northampton classes treaty heavy cruisers.",
   _improvements = {
+
  _wikipedia = "8-inch/55-caliber gun",
      _fuel = 20,
+
  _buildable = true,
      _ammo = 120,
+
  _improvements = true
      _steel = 160,
 
      _bauxite = 10,
 
      _products = {
 
["8inch Triple Gun Mount Mk.9 mod.2"] = {
 
_ships = {
 
["Houston/"] = {Sunday = nil, Monday = nil, Tuesday = true, Wednesday = true, Thursday = nil, Friday = nil, Saturday = nil},
 
["Houston/Kai"] = {Sunday = nil, Monday = nil, Tuesday = true, Wednesday = true, Thursday = nil, Friday = nil, Saturday = nil},
 
},
 
[0] = {
 
_development_material = 5,
 
_development_material_x = 6,
 
_improvement_material = 2,
 
_improvement_material_x = 3,
 
_equipment = { ["20.3cm Twin Gun Mount"] = 1 },
 
},
 
[6] = {
 
_development_material = 6,
 
_development_material_x = 9,
 
_improvement_material = 3,
 
_improvement_material_x = 5,
 
_equipment = { ["20.3cm Twin Gun Mount"] = 2 },
 
},
 
[10] = {
 
_development_material = 12,
 
_development_material_x = 30,
 
_improvement_material = 7,
 
_improvement_material_x = 12,
 
_equipment = {
 
    ["20.3cm (No.2) Twin Gun Mount"] = 1,
 
    ["New Model Gun Mount Improvement Material"] = 1,
 
},
 
},
 
_stars = false,
 
},
 
},
 
  },
 
 
}
 
}

Latest revision as of 20:49, 7 April 2026

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

return {
  _name = "8inch Triple Gun Mount Mk.9",
  _id = 356,
  _japanese_name = "8inch三連装砲 Mk.9",
  _reading = "8インチさんれんそうほう マークナイン",
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 2,
  _firepower = 11,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = -1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 6,
  _scrap_steel = 9,
  _scrap_bauxite = false,
  _info = "米海軍の条約型重巡洋艦の主兵装として開発され、同主力重巡洋艦群に装備された三連装主砲兵装です。<br>20cm級の砲を一基三門に集約したベーシックでありながら、大火力を備えた主砲兵装です。<br>米海軍の条約型重巡Pensacola級やNorthampton級の主兵装として運用されました。",
  _info_en = "Developed by the United States Navy as the main gun of their treaty heavy cruisers, it was equipped on them in a triple mount.<br>It possesses great firepower even though it is just a basic mounting of three 20 cm guns in a single turret.<br>It was used as the main gun of the USN's Pensacola and Northampton classes treaty heavy cruisers.",
  _wikipedia = "8-inch/55-caliber gun",
  _buildable = true,
  _improvements = true
}