• 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/SBD (Yellow Wings)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "SBD (Yellow Wings)", _localized_name = "Douglas SBD-1 Dauntless", _id = 541, _japanese_name = "SBD(Yellow Wings)", _reading = nil, _type = 7, _...")
 
m
Line 33: Line 33:
 
   _wikipedia = "Douglas SBD Dauntless",
 
   _wikipedia = "Douglas SBD Dauntless",
 
   _buildable = false,
 
   _buildable = false,
   _improvements = false,
+
   _improvements = true,
 
}
 
}

Revision as of 17:08, 13 August 2024

Documentation for this module may be created at Module:Data/Equipment/SBD (Yellow Wings)/doc

return {
  _name = "SBD (Yellow Wings)",
  _localized_name = "Douglas SBD-1 Dauntless",
  _id = 541,
  _japanese_name = "SBD(Yellow Wings)",
  _reading = nil,
  _type = 7,
  _icon = 7,
  _types = {3, 5, 7, 7, 56},
  _rarity = 2,
  _firepower = 1,
  _bombing = 7,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = nil,
  _info_en = nil,
  _wikipedia = "Douglas SBD Dauntless",
  _buildable = false,
  _improvements = true,
}