• 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/F4U-4"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "F4U-4", _id = 474, _japanese_name = "F4U-4", _reading = nil, _type = 7, -- 3,5,7,7,21...")
 
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "F4U-4",
+
  _name = "F4U-4",
    _id = 474,
+
  _id = 474,
    _japanese_name = "F4U-4",
+
  _japanese_name = "F4U-4",
    _reading = nil,
+
  _reading = nil,
    _type = 7, -- 3,5,7,7,21
+
  _type = 7, -- 3,5,7,7,50
    _icon = 7,
+
  _icon = 7,
    _rarity = 5,
+
  _rarity = 5,
    _firepower = 2,
+
  _firepower = 2,
    _bombing = 6,
+
  _bombing = 6,
    _torpedo = false,
+
  _torpedo = false,
    _aa = 10,
+
  _aa = 10,
    _armor = false,
+
  _armor = false,
    _asw = 3,
+
  _asw = 3,
    _shelling_accuracy = false,
+
  _shelling_accuracy = false,
    _torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
    _evasion = 1,
+
  _evasion = 1,
    _los = 2,
+
  _los = 2,
    _speed = false,
+
  _speed = false,
    _luck = false,
+
  _luck = false,
    _range = false,
+
  _range = false,
    _flight_cost = 9,
+
  _flight_cost = 9,
    _flight_range = 6,
+
  _flight_range = 6,
    _special = false,
+
  _special = false,
    _scrap_fuel = 2,
+
  _scrap_fuel = 2,
    _scrap_ammo = 6,
+
  _scrap_ammo = 6,
    _scrap_steel = false,
+
  _scrap_steel = false,
    _scrap_bauxite = 9,
+
  _scrap_bauxite = 9,
    _buildable = false,
+
  _buildable = false,
    _info = "???",
+
  _info = nil,
    _can_attack_installations = false,
 
 
}
 
}

Revision as of 10:59, 29 August 2022

Documentation for this module may be created at Module:Data/Equipment/F4U-4/doc

return {
  _name = "F4U-4",
  _id = 474,
  _japanese_name = "F4U-4",
  _reading = nil,
  _type = 7, -- 3,5,7,7,50
  _icon = 7,
  _rarity = 5,
  _firepower = 2,
  _bombing = 6,
  _torpedo = false,
  _aa = 10,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 6,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 6,
  _scrap_steel = false,
  _scrap_bauxite = 9,
  _buildable = false,
  _info = nil,
}