• 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/16inch Triple Gun Mount Mk.6 + GFCS"

From Kancolle Wiki
Jump to navigation Jump to search
m (3 revisions imported)
m
(One intermediate revision by one other user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "16inch Triple Gun Mount Mk.6 + GFCS",
 
   _name = "16inch Triple Gun Mount Mk.6 + GFCS",
Line 6: Line 4:
 
   _japanese_name = "16inch三連装砲 Mk.6+GFCS",
 
   _japanese_name = "16inch三連装砲 Mk.6+GFCS",
 
   _reading = nil,
 
   _reading = nil,
   _type = 3, -- 1,1,3,3,0
+
   _type = 3,
 
   _icon = 3,
 
   _icon = 3,
 +
  _types = {1, 1, 3, 3, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = 23,
 
   _firepower = 23,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 3,
 
   _range = 3,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 29: Line 26:
 
   _scrap_steel = 22,
 
   _scrap_steel = 22,
 
   _scrap_bauxite = 16,
 
   _scrap_bauxite = 16,
 +
  _info = "主力戦艦の主兵装として、米国で開発運用された標準的な戦艦<br>用大口径主砲です。本兵装は同砲の後期改修型に、さらに射撃<br>レーダーと砲射撃指揮装置との連携を付与した主砲火力システ<br>ムです。最新Mk.7には一歩劣るものの高いバランスと運用性<br>を持つ本兵装は、高火力と優れた射撃精度も期待できます。",
 +
  _gun_fit_group = "41 cm",
 
   _buildable = false,
 
   _buildable = false,
   _info = "主力戦艦の主兵装として、米国で開発運用された標準的な戦艦用大口径主砲です。本兵装は同砲の後期改修型に、さらに射撃レーダーと砲射撃指揮装置との連携を付与した主砲火力システムです。最新Mk.7には一歩劣るものの高いバランスと運用性を持つ本兵装は、高火力と優れた射撃精度も期待できます。",
+
   _improvements = false,
 
}
 
}

Revision as of 12:39, 20 February 2024

Documentation for this module may be created at Module:Data/Equipment/16inch Triple Gun Mount Mk.6 + GFCS/doc

return {
  _name = "16inch Triple Gun Mount Mk.6 + GFCS",
  _id = 390,
  _japanese_name = "16inch三連装砲 Mk.6+GFCS",
  _reading = nil,
  _type = 3,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 5,
  _firepower = 23,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = 2,
  _asw = false,
  _shelling_accuracy = 6,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 16,
  _scrap_steel = 22,
  _scrap_bauxite = 16,
  _info = "主力戦艦の主兵装として、米国で開発運用された標準的な戦艦<br>用大口径主砲です。本兵装は同砲の後期改修型に、さらに射撃<br>レーダーと砲射撃指揮装置との連携を付与した主砲火力システ<br>ムです。最新Mk.7には一歩劣るものの高いバランスと運用性<br>を持つ本兵装は、高火力と優れた射撃精度も期待できます。",
  _gun_fit_group = "41 cm",
  _buildable = false,
  _improvements = false,
}