• 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/Seafire Mk.III Kai"

From Kancolle Wiki
Jump to navigation Jump to search
m (がか moved page Module:Seafire LF.Mk.III to Module:Seafire Mk.III Kai without leaving a redirect)
Line 3: Line 3:
  
 
return {
 
return {
     _name = "Seafire LF.Mk.III",
+
     _name = "Seafire Mk.III Kai",
 
     _id = 252,
 
     _id = 252,
     _japanese_name = "Seafire LF.Mk.III",
+
     _japanese_name = "Seafire Mk.III改",
 
     _reading = nil,
 
     _reading = nil,
 
     _type = 6, -- 3,5,6,6,29
 
     _type = 6, -- 3,5,6,6,29
 
     _icon = 6,
 
     _icon = 6,
 
     _rarity = 4,
 
     _rarity = 4,
     _firepower = false,
+
     _firepower = 1,
 
     _bombing = false,
 
     _bombing = false,
 
     _torpedo = false,
 
     _torpedo = false,
     _aa = false,
+
     _aa = 9,
     _armor = false,
+
     _armor = 1,
 
     _asw = false,
 
     _asw = false,
     _shelling_accuracy = false,
+
     _shelling_accuracy = 1,
 
     _torpedo_accuracy = false,
 
     _torpedo_accuracy = false,
     _evasion = false,
+
     _evasion = 2,
 
     _los = false,
 
     _los = false,
 
     _speed = false,
 
     _speed = false,
 
     _luck = false,
 
     _luck = false,
 
     _range = false,
 
     _range = false,
     _flight_cost = false,
+
     _flight_cost = 6,
     _flight_range = false,
+
     _flight_range = 4,
 
     _special = false,
 
     _special = false,
 
     _scrap_fuel = 1,
 
     _scrap_fuel = 1,
     _scrap_ammo = 1,
+
     _scrap_ammo = 2,
 
     _scrap_steel = false,
 
     _scrap_steel = false,
     _scrap_bauxite = 1,
+
     _scrap_bauxite = 6,
 
     _buildable = false,
 
     _buildable = false,
 
}
 
}

Revision as of 00:33, 12 August 2017

Documentation for this module may be created at Module:Data/Equipment/Seafire Mk.III Kai/doc

--Categories:
--[[Category:Equipment modules]]

return {
    _name = "Seafire Mk.III Kai",
    _id = 252,
    _japanese_name = "Seafire Mk.III改",
    _reading = nil,
    _type = 6, -- 3,5,6,6,29
    _icon = 6,
    _rarity = 4,
    _firepower = 1,
    _bombing = false,
    _torpedo = false,
    _aa = 9,
    _armor = 1,
    _asw = false,
    _shelling_accuracy = 1,
    _torpedo_accuracy = false,
    _evasion = 2,
    _los = false,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = 6,
    _flight_range = 4,
    _special = false,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = false,
    _scrap_bauxite = 6,
    _buildable = false,
}