• 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/SB2U"

From Kancolle Wiki
Jump to navigation Jump to search
(temp number because it doesn't like anything else)
(Having this plane with ID 199 give it AAR category like keiun .... added a zero untill it's fixed ...)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
--Categories:
+
-- [[Category:Unimplemented equipment modules]]
--[[Category:Equipment modules]]
 
  
 
return {
 
return {
 
     _name = "SB2U",
 
     _name = "SB2U",
     _page = false,
+
     _localized_name = "Vought SB2U Vindicator",
     _id = 666,
+
     _id = 1990,
 
     _japanese_name = "SB2U",
 
     _japanese_name = "SB2U",
 
     _reading = false,
 
     _reading = false,
 
     _type = 7,
 
     _type = 7,
 
     _icon = 7,
 
     _icon = 7,
 +
    _types = {3, 5, 7, 7, 21},
 
     _rarity = 3,
 
     _rarity = 3,
 +
    _back = 3,
 
     _firepower = false,
 
     _firepower = false,
 
     _bombing = false,
 
     _bombing = false,
Line 31: Line 32:
 
     _scrap_steel = false,
 
     _scrap_steel = false,
 
     _scrap_bauxite = false,
 
     _scrap_bauxite = false,
 +
    _info = "N/A",
 +
    _info_en = "N/A",
 
     _buildable = false,
 
     _buildable = false,
 +
    _improvements = false,
 +
    _wikipedia = "Vought SB2U Vindicator",
 
}
 
}

Latest revision as of 10:06, 10 August 2024

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

-- [[Category:Unimplemented equipment modules]]

return {
    _name = "SB2U",
    _localized_name = "Vought SB2U Vindicator",
    _id = 1990,
    _japanese_name = "SB2U",
    _reading = false,
    _type = 7,
    _icon = 7,
    _types = {3, 5, 7, 7, 21},
    _rarity = 3,
    _back = 3,
    _firepower = false,
    _bombing = false,
    _torpedo = false,
    _aa = false,
    _armor = false,
    _asw = false,
    _shelling_accuracy = false,
    _torpedo_accuracy = false,
    _evasion = false,
    _los = false,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = false, -- 5
    _flight_range = false, -- 4
    _special = false,
    _scrap_fuel = false, -- 1
    _scrap_ammo = false,
    _scrap_steel = false,
    _scrap_bauxite = false,
    _info = "N/A",
    _info_en = "N/A",
    _buildable = false,
    _improvements = false,
    _wikipedia = "Vought SB2U Vindicator",
}