• 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 Mk.XXIII Triple Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 4,
 
   _scrap_steel = 4,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "紅茶の国で開発された、ロンドン海軍軍縮条約下で建造され<br>た、大型軽巡洋艦用主砲です。<br>軍縮条約下で総排水量制限を回避するために、重巡クラスの大<br>型軽巡用に6inchの三連装主砲として構成された主砲兵装で<br>す。多くの軽巡を配備した紅茶の国、そのTown級軽巡などに<br>装備運用されました。",
+
   _info = "紅茶の国で開発された、ロンドン海軍軍縮条約下で建造された、大型軽巡洋艦用主砲です。<br>軍縮条約下で総排水量制限を回避するために、重巡クラスの大型軽巡用に6inchの三連装主砲として構成された主砲兵装です。<br>多くの軽巡を配備した紅茶の国、そのTown級軽巡などに装備運用されました。",
 +
  _info_en = "A gun for large-sized light cruisers developed in the country of tea under the London Naval Treaty.<br>In order to get around the displacement limits set by the Treaty, these 6 inch triple-mounted guns were deployed as the main guns of heavy-cruiser-sized light cruisers.<br>It was deployed on many light cruisers from the country of tea, such as the Town-class light cruiser.",
 +
  _wikipedia = "BL 6-inch Mk XXIII naval gun",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 19:03, 7 May 2024

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

return {
  _name = "6inch Mk.XXIII Triple Gun Mount",
  _id = 399,
  _japanese_name = "6inch Mk.XXIII三連装砲",
  _reading = nil,
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 2,
  _firepower = 7,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 4,
  _scrap_bauxite = 1,
  _info = "紅茶の国で開発された、ロンドン海軍軍縮条約下で建造された、大型軽巡洋艦用主砲です。<br>軍縮条約下で総排水量制限を回避するために、重巡クラスの大型軽巡用に6inchの三連装主砲として構成された主砲兵装です。<br>多くの軽巡を配備した紅茶の国、そのTown級軽巡などに装備運用されました。",
  _info_en = "A gun for large-sized light cruisers developed in the country of tea under the London Naval Treaty.<br>In order to get around the displacement limits set by the Treaty, these 6 inch triple-mounted guns were deployed as the main guns of heavy-cruiser-sized light cruisers.<br>It was deployed on many light cruisers from the country of tea, such as the Town-class light cruiser.",
  _wikipedia = "BL 6-inch Mk XXIII naval gun",
  _buildable = false,
  _improvements = false,
}