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

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
   _name = "6inch Triple Rapid Fire Gun Mount Mk.16 mod.2",
+
   _name = "6inch Triple Rapid Fire Gun Mount Mk.16",
   _id = 387,
+
   _id = 386,
   _japanese_name = "6inch三連装速射砲 Mk.16 mod.2",
+
   _japanese_name = "6inch三連装速射砲 Mk.16",
   _reading = nil,
+
   _reading = "6インチさんれんそうそくしゃほう マーク16",
   _type = 2, -- 1,1,2,2,0
+
   _type = 2,
 
   _icon = 2,
 
   _icon = 2,
   _rarity = 4,
+
  _types = {1, 1, 2, 2, 0},
   _firepower = 8,
+
   _rarity = 3,
 +
   _firepower = 7,
 
   _bombing = false,
 
   _bombing = false,
 
   _torpedo = false,
 
   _torpedo = false,
   _aa = 3,
+
   _aa = 2,
 
   _armor = 1,
 
   _armor = 1,
 
   _asw = false,
 
   _asw = false,
   _shelling_accuracy = 4,
+
   _shelling_accuracy = 2,
 
   _torpedo_accuracy = false,
 
   _torpedo_accuracy = false,
   _evasion = 1,
+
   _evasion = false,
 
   _los = false,
 
   _los = false,
 
   _speed = false,
 
   _speed = false,
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
   _scrap_ammo = 3,
+
   _scrap_ammo = 2,
   _scrap_steel = 6,
+
   _scrap_steel = 5,
   _scrap_bauxite = 2,
+
   _scrap_bauxite = 1,
 +
  _version = 2,
 +
  _info = "軽巡等の主武装として米国で開発運用された6inch速射砲、こ<br>れを三連装砲塔にまとめた軽巡主砲兵装です。<br>米国の大型軽巡に搭載され、Brooklyn級や、次級の<br>St. Louis級、その後のCleveland級でも装備運用されました。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Revision as of 13:00, 9 September 2022

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

return {
  _name = "6inch Triple Rapid Fire Gun Mount Mk.16",
  _id = 386,
  _japanese_name = "6inch三連装速射砲 Mk.16",
  _reading = "6インチさんれんそうそくしゃほう マーク16",
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 3,
  _firepower = 7,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 5,
  _scrap_bauxite = 1,
  _version = 2,
  _info = "軽巡等の主武装として米国で開発運用された6inch速射砲、こ<br>れを三連装砲塔にまとめた軽巡主砲兵装です。<br>米国の大型軽巡に搭載され、Brooklyn級や、次級の<br>St. Louis級、その後のCleveland級でも装備運用されました。",
  _buildable = false,
  _improvements = false,
}