• 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/Jet Keiun Kai"

From Kancolle Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
     _japanese_name = "噴式景雲改",
 
     _japanese_name = "噴式景雲改",
 
     _reading = "ふんしきけいうんかい",
 
     _reading = "ふんしきけいうんかい",
     _type = 6,
+
     _type = 57,
     _icon = 6,
+
     _icon = 39,
 
     _rarity = 5,
 
     _rarity = 5,
 
     _firepower = false,
 
     _firepower = false,
Line 24: Line 24:
 
     _luck = false,
 
     _luck = false,
 
     _range = 3,
 
     _range = 3,
     _flight_cost = 5,
+
     _flight_cost = 14,
     _flight_range = 4,
+
     _flight_range = 3,
 
     _special = false,
 
     _special = false,
     _scrap_fuel = 1,
+
     _scrap_fuel = 7,
     _scrap_ammo = 3,
+
     _scrap_ammo = 5,
     _scrap_steel = false,
+
     _scrap_steel = 12,
     _scrap_bauxite = 2,
+
     _scrap_bauxite = 16,
 
     _buildable = false,
 
     _buildable = false,
 
}
 
}

Revision as of 02:46, 10 December 2016

Documentation for this module may be created at Module:Data/Equipment/Jet Keiun Kai/doc

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

return {
    _name = "Jet Keiun Kai",
    _page = false,
    _id = 199,
    _japanese_name = "噴式景雲改",
    _reading = "ふんしきけいうんかい",
    _type = 57,
    _icon = 39,
    _rarity = 5,
    _firepower = false,
    _bombing = 15,
    _torpedo = false,
    _aa = 6,
    _armor = false,
    _asw = false,
    _shelling_accuracy = 1,
    _torpedo_accuracy = false,
    _evasion = false,
    _los = 3,
    _speed = false,
    _luck = false,
    _range = 3,
    _flight_cost = 14,
    _flight_range = 3,
    _special = false,
    _scrap_fuel = 7,
    _scrap_ammo = 5,
    _scrap_steel = 12,
    _scrap_bauxite = 16,
    _buildable = false,
}