• 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 Mk.I Triple Gun Mount + AFCT Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
(2 intermediate revisions by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 22,
 
   _scrap_steel = 22,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
   _info = "紅茶の国で建造されたビッグセブン、条約下時代に建造された<br>16inch砲搭載超弩級戦艦ネルソン級。その主兵装として、同<br>艦前部に集中配備された大口径三連装戦艦主砲です。同射撃管<br>制用最新アナログコンピューターAdmiralty Fire Control <br>Tableの熟成改良を重ね、その射撃精度を向上させました。ネ<br>ルソン級などで運用することで、高い戦闘力を発揮します",
+
   _info = "紅茶の国で建造されたビックセブン、条約下時代に建造された16inch砲搭載超弩級戦艦ネルソン級。<br>その主兵装として、同艦前部に集中配備された大口径三連装戦艦主砲です。<br>同射撃管制用最新アナログコンピューターAdmiralty Fire Control Tableの熟成改良を重ね、その射撃精度を向上させました。<br>ネルソン級などで運用することで、高い戦闘力を発揮します。",
 +
  _info_en = "The Nelson-class was a class of super-dreadnoughts that were built with 16 inch guns in the land of black tea as part of the Big Seven under the naval treaty.<br>These large-caliber triple battleship guns were used as their main armament and carried entirely in the front.<br>Their shelling accuracy has been increased by improving the Admiralty Fire Control Table, their latest analog computer fire-control system.<br>Using them on ships like the Nelson-class should allow them to demonstrate their high combat efficiency.",
 +
  _wikipedia = "BL 16-inch Mk I naval gun",
 +
  _gun_fit_group = "41 cm",
 
   _buildable = false,
 
   _buildable = false,
   _improvements = false,
+
   _improvements = true,
 
}
 
}

Latest revision as of 08:35, 7 May 2024

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

return {
  _name = "16inch Mk.I Triple Gun Mount + AFCT Kai",
  _id = 299,
  _japanese_name = "16inch Mk.I三連装砲+AFCT改",
  _reading = "16インチマークワンさんれんそうほう+AFCTかい",
  _type = 3,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 4,
  _firepower = 22,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 4,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 15,
  _scrap_steel = 22,
  _scrap_bauxite = 2,
  _info = "紅茶の国で建造されたビックセブン、条約下時代に建造された16inch砲搭載超弩級戦艦ネルソン級。<br>その主兵装として、同艦前部に集中配備された大口径三連装戦艦主砲です。<br>同射撃管制用最新アナログコンピューターAdmiralty Fire Control Tableの熟成改良を重ね、その射撃精度を向上させました。<br>ネルソン級などで運用することで、高い戦闘力を発揮します。",
  _info_en = "The Nelson-class was a class of super-dreadnoughts that were built with 16 inch guns in the land of black tea as part of the Big Seven under the naval treaty.<br>These large-caliber triple battleship guns were used as their main armament and carried entirely in the front.<br>Their shelling accuracy has been increased by improving the Admiralty Fire Control Table, their latest analog computer fire-control system.<br>Using them on ships like the Nelson-class should allow them to demonstrate their high combat efficiency.",
  _wikipedia = "BL 16-inch Mk I naval gun",
  _gun_fit_group = "41 cm",
  _buildable = false,
  _improvements = true,
}