• 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
(Having this plane with ID 199 give it AAR category like keiun .... added a zero untill it's fixed ...)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
return {
 
return {
 
     _name = "SB2U",
 
     _name = "SB2U",
     _id = 199,
+
    _localized_name = "Vought SB2U Vindicator",
 +
     _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, 15},
+
     _types = {3, 5, 7, 7, 21},
 
     _rarity = 3,
 
     _rarity = 3,
 
     _back = 3,
 
     _back = 3,
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",
 
     _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",
}