• 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/14inch/45 Triple Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "14inch/45 Triple Gun Mount", _id = 508, _japanese_name = "14inch/45 三連装砲", _reading = nil, _type = 3, _icon = 3, _types = {1, 1, 3, 3,...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
   _scrap_steel = 19,
 
   _scrap_steel = 19,
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
   _info = "米国の低速戦艦のスタンダード、いわゆる標準型戦艦コンセプ<br>トで誕生したネヴァダ級戦艦。その主砲兵装として開発された<br>USS初採用の三連装大口径戦艦主砲です。<br>同級の進水は1910年代前半ですが、背負い式に装備した連装<br>砲と共に、集中防御方式と四基十門のバランスのよい高い火力<br>を誇ります。",
+
   _info = "米国の低速戦艦のスタンダード、いわゆる標準型戦艦コンセプトで誕生したネヴァダ級戦艦。<br>その主砲兵装として開発されたUSS初採用の三連装大口径戦艦主砲です。<br>同級の進水は1910年代前半ですが、背負い式に装備した連装砲と共に、集中防御方式と四基十門のバランスのよい高い火力を誇ります。",
 +
  _info_en = "The Nevada-class battleship was born from the so-called standard battleship concept, the standard for low-speed battleships in the United States.<br>It is a triple large-caliber battleship main gun that was developed for the first to be used on an USN ship.<br>Although the said class was launched in the early 1910s, it presented great firepower balance, with an all-or-nothing armor, and ten guns split on four turrets, with two upper-firing twin turrets.",
 +
  _wikipedia = "14-inch/45-caliber gun",
 +
  _gun_fit_group = "35.6 cm",
 
   _buildable = false,
 
   _buildable = false,
   _improvements = false,
+
   _improvements = true,
 
}
 
}

Latest revision as of 07:36, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/14inch/45 Triple Gun Mount/doc

return {
  _name = "14inch/45 Triple Gun Mount",
  _id = 508,
  _japanese_name = "14inch/45 三連装砲",
  _reading = nil,
  _type = 3,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 2,
  _firepower = 19,
  _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 = 3,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 11,
  _scrap_steel = 19,
  _scrap_bauxite = false,
  _info = "米国の低速戦艦のスタンダード、いわゆる標準型戦艦コンセプトで誕生したネヴァダ級戦艦。<br>その主砲兵装として開発されたUSS初採用の三連装大口径戦艦主砲です。<br>同級の進水は1910年代前半ですが、背負い式に装備した連装砲と共に、集中防御方式と四基十門のバランスのよい高い火力を誇ります。",
  _info_en = "The Nevada-class battleship was born from the so-called standard battleship concept, the standard for low-speed battleships in the United States.<br>It is a triple large-caliber battleship main gun that was developed for the first to be used on an USN ship.<br>Although the said class was launched in the early 1910s, it presented great firepower balance, with an all-or-nothing armor, and ten guns split on four turrets, with two upper-firing twin turrets.",
  _wikipedia = "14-inch/45-caliber gun",
  _gun_fit_group = "35.6 cm",
  _buildable = false,
  _improvements = true,
}