• 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
m (For icon error)
Line 5: Line 5:
 
   _reading = "そさいききゅう",
 
   _reading = "そさいききゅう",
 
   _type = 54,
 
   _type = 54,
   _icon = 55,
+
   _icon = Balloon.png,
 
   _types = {29, 50, 54, 55, 0},
 
   _types = {29, 50, 54, 55, 0},
 
   _rarity = 2,
 
   _rarity = 2,

Revision as of 23:33, 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 = Balloon.png,
  _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,
}