• 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/15.5cm Triple Secondary Gun Mount Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
Line 4: Line 4:
 
   _japanese_name = "15.5cm三連装副砲改二",
 
   _japanese_name = "15.5cm三連装副砲改二",
 
   _reading = nil,
 
   _reading = nil,
   _type = 4, -- 1,2,4,4,0
+
   _type = 4,
 
   _icon = 4,
 
   _icon = 4,
 +
  _types = {1, 2, 4, 4, 0},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 9,
 
   _firepower = 9,
Line 20: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 27: Line 26:
 
   _scrap_steel = 10,
 
   _scrap_steel = 10,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "巡洋艦主砲兵装を「大和」型戦艦副砲に搭載した、対空戦闘も<br>可能な、性能・運用性ともに優秀な戦艦副砲です。防御面にお<br>いては、諸説ありますが「大和」型の唯一の弱点という指摘も<br>ありました。本改良砲塔は上面に装甲を増設、さらに被弾時に<br>強い内部構造に改良、最大仰角及び射撃速度を向上させた大和<br>改二型に最適化した性能向上型副砲です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 12:38, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/15.5cm Triple Secondary Gun Mount Kai 2/doc

return {
  _name = "15.5cm Triple Secondary Gun Mount Kai Ni",
  _id = 463,
  _japanese_name = "15.5cm三連装副砲改二",
  _reading = nil,
  _type = 4,
  _icon = 4,
  _types = {1, 2, 4, 4, 0},
  _rarity = 4,
  _firepower = 9,
  _bombing = false,
  _torpedo = false,
  _aa = 5,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 5,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 6,
  _scrap_steel = 10,
  _scrap_bauxite = 2,
  _info = "巡洋艦主砲兵装を「大和」型戦艦副砲に搭載した、対空戦闘も<br>可能な、性能・運用性ともに優秀な戦艦副砲です。防御面にお<br>いては、諸説ありますが「大和」型の唯一の弱点という指摘も<br>ありました。本改良砲塔は上面に装甲を増設、さらに被弾時に<br>強い内部構造に改良、最大仰角及び射撃速度を向上させた大和<br>改二型に最適化した性能向上型副砲です。",
  _buildable = false,
  _improvements = false,
}