• 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
com>SonyaUliana
com>SonyaUliana
Line 14: Line 14:
 
     _bombing = 15,
 
     _bombing = 15,
 
     _torpedo = false,
 
     _torpedo = false,
     _aa = 12,
+
     _aa = 6,
 
     _armor = false,
 
     _armor = false,
 
     _asw = false,
 
     _asw = false,
     _shelling_accuracy = false,
+
     _shelling_accuracy = 1,
 
     _torpedo_accuracy = false,
 
     _torpedo_accuracy = false,
     _evasion = 1,
+
     _evasion = false,
     _los = false,
+
     _los = 3,
 
     _speed = false,
 
     _speed = false,
 
     _luck = false,
 
     _luck = false,

Revision as of 13:07, 9 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 = false,
    _type = 6,
    _icon = 6,
    _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 = 5,
    _flight_range = 4,
    _special = false,
    _scrap_fuel = 1,
    _scrap_ammo = 3,
    _scrap_steel = false,
    _scrap_bauxite = 2,
    _buildable = false,
}