• 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/21cm Single Main Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "21cm Single Main Gun Mount", _id = 564, _japanese_name = "21cm単装主砲", _reading = nil, _type = 2, _icon = 2, _types = {1, 1, 2, 2, 0},...")
 
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 3,
 
   _scrap_steel = 3,
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
   _info = nil,
+
   _info = "紅茶の国で建造された、当時のノルウェーの最大海上戦力となる海防戦艦に搭載された、中口径主砲兵装です。<br>交戦当時の水準で見ると旧式化は否めませんが、就役当時は沿岸防衛戦闘艦としては十分な火力でした。<br>今次戦闘では、if近代化改装を施して運用してまいりましょう。",
   _info_en = nil,
+
   _info_en = "This is a medium-caliber main gun armament that was installed on a coastal defense battleship, built in the country of tea, which at the time represented Norway's largest naval force.<br>While undeniably outdated by the standards of the time of the conflict, it possessed sufficient firepower as a coastal defense warship when it was first commissioned.<br>In this battle, it will be operated on board ships after implementing what-if modernization modifications.",
 
   _wikipedia = nil,
 
   _wikipedia = nil,
 
   _buildable = false,
 
   _buildable = false,
   _improvements = false,
+
   _improvements = true,
 
}
 
}

Latest revision as of 08:03, 8 November 2025

Documentation for this module may be created at Module:Data/Equipment/21cm Single Main Gun Mount/doc

return {
  _name = "21cm Single Main Gun Mount",
  _id = 564,
  _japanese_name = "21cm単装主砲",
  _reading = nil,
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 1,
  _firepower = 6,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 3,
  _scrap_steel = 3,
  _scrap_bauxite = false,
  _info = "紅茶の国で建造された、当時のノルウェーの最大海上戦力となる海防戦艦に搭載された、中口径主砲兵装です。<br>交戦当時の水準で見ると旧式化は否めませんが、就役当時は沿岸防衛戦闘艦としては十分な火力でした。<br>今次戦闘では、if近代化改装を施して運用してまいりましょう。",
  _info_en = "This is a medium-caliber main gun armament that was installed on a coastal defense battleship, built in the country of tea, which at the time represented Norway's largest naval force.<br>While undeniably outdated by the standards of the time of the conflict, it possessed sufficient firepower as a coastal defense warship when it was first commissioned.<br>In this battle, it will be operated on board ships after implementing what-if modernization modifications.",
  _wikipedia = nil,
  _buildable = false,
  _improvements = true,
}