• 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/Prototype 51cm Triple Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Prototype 51cm Triple Gun Mount", _id = 465, _japanese_name = "試製51cm三連装砲", _reading = nil, _type = 38, -- 1,1,3,3,0 _ico...")
 
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
return {
 
return {
    _name = "Prototype 51cm Triple Gun Mount",
+
  _name = "Prototype 51cm Triple Gun Mount",
    _id = 465,
+
  _id = 465,
    _japanese_name = "試製51cm三連装砲",
+
  _japanese_name = "試製51cm三連装砲",
    _reading = nil,
+
  _reading = nil,
    _type = 38, -- 1,1,3,3,0
+
  _type = 38,
    _icon = 3,
+
  _icon = 3,
    _rarity = 6,
+
  _types = {1, 1, 3, 3, 0},
    _firepower = 36,
+
  _rarity = 6,
    _bombing = false,
+
  _firepower = 36,
    _torpedo = false,
+
  _bombing = false,
    _aa = 5,
+
  _torpedo = false,
    _armor = 2,
+
  _aa = 5,
    _asw = false,
+
  _armor = 2,
    _shelling_accuracy = -10,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = -2,
    _evasion = -2,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = -10,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = 4,
+
  _luck = false,
    _flight_cost = false,
+
  _range = 4,
    _flight_range = false,
+
  _special = false,
    _special = false,
+
  _scrap_fuel = false,
    _scrap_fuel = false,
+
  _scrap_ammo = 30,
    _scrap_ammo = 30,
+
  _scrap_steel = 30,
    _scrap_steel = 30,
+
  _scrap_bauxite = false,
    _scrap_bauxite = false,
+
  _info = "改「大和」型、そしてその拡大発展級である超「大和」型の主兵装として開発された新型戦艦用大口径主砲、そのif発展型兵装です。<br>51cm砲三連装がもたらす他を圧倒する大火力は、内部構造の大幅改良と装甲配置最適化等の工夫により実現されました。<br>大型戦艦のさらなる重改装艦のみ、最適運用が可能です。",
    _buildable = false,
+
  _info_en = "A what-if planned new-model large caliber battleship main gun developed for the \"Kai Yamato-class\" and her enlarged version, the \"Super Yamato-class\".<br>The overwhelming firepower of the 51cm triple gun mount was achieved with major changes to the internal layout and optimizations to the armor layout.<br>Only heavily upgraded large battleships can make the best use of these guns.",
    _info = nil,
+
  _gun_fit_group = "51 cm",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 21:56, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Prototype 51cm Triple Gun Mount/doc

return {
  _name = "Prototype 51cm Triple Gun Mount",
  _id = 465,
  _japanese_name = "試製51cm三連装砲",
  _reading = nil,
  _type = 38,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 6,
  _firepower = 36,
  _bombing = false,
  _torpedo = false,
  _aa = 5,
  _armor = 2,
  _asw = false,
  _shelling_accuracy = -2,
  _torpedo_accuracy = false,
  _evasion = -10,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 4,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 30,
  _scrap_steel = 30,
  _scrap_bauxite = false,
  _info = "改「大和」型、そしてその拡大発展級である超「大和」型の主兵装として開発された新型戦艦用大口径主砲、そのif発展型兵装です。<br>51cm砲三連装がもたらす他を圧倒する大火力は、内部構造の大幅改良と装甲配置最適化等の工夫により実現されました。<br>大型戦艦のさらなる重改装艦のみ、最適運用が可能です。",
  _info_en = "A what-if planned new-model large caliber battleship main gun developed for the \"Kai Yamato-class\" and her enlarged version, the \"Super Yamato-class\".<br>The overwhelming firepower of the 51cm triple gun mount was achieved with major changes to the internal layout and optimizations to the armor layout.<br>Only heavily upgraded large battleships can make the best use of these guns.",
  _gun_fit_group = "51 cm",
  _buildable = false,
  _improvements = false,
}