• 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/Barrage Balloon"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Barrage Balloon", _id = 513, _japanese_name = "阻塞気球", _reading = nil, _type = 54, _icon = nil, _types = {29, 50, 54, 55, 0}, _rarity...")
 
Line 3: Line 3:
 
   _id = 513,
 
   _id = 513,
 
   _japanese_name = "阻塞気球",
 
   _japanese_name = "阻塞気球",
   _reading = nil,
+
   _reading = "そさいききゅう",
 
   _type = 54,
 
   _type = 54,
   _icon = nil,
+
   _icon = 55,
 
   _types = {29, 50, 54, 55, 0},
 
   _types = {29, 50, 54, 55, 0},
 
   _rarity = 2,
 
   _rarity = 2,

Revision as of 22:37, 29 August 2023

Documentation for this module may be created at Module:Data/Equipment/Barrage Balloon/doc

return {
  _name = "Barrage Balloon",
  _id = 513,
  _japanese_name = "阻塞気球",
  _reading = "そさいききゅう",
  _type = 54,
  _icon = 55,
  _types = {29, 50, 54, 55, 0},
  _rarity = 2,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 0,
  _scrap_steel = 0,
  _scrap_bauxite = 1,
  _info = false,
  _buildable = false,
  _improvements = false,
}