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

From Kancolle Wiki
Jump to navigation Jump to search
com>SonyaUliana
Line 7: Line 7:
 
     _id = 200,
 
     _id = 200,
 
     _japanese_name = "橘花改",
 
     _japanese_name = "橘花改",
     _reading = false,
+
     _reading = "きっかかい",
     _type = 6,
+
     _type = 57,
     _icon = 6,
+
     _icon = 40,
 
     _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 = 13,
     _flight_range = 4,
+
     _flight_range = 2,
 
     _special = false,
 
     _special = false,
     _scrap_fuel = 1,
+
     _scrap_fuel = 6,
     _scrap_ammo = 3,
+
     _scrap_ammo = 4,
     _scrap_steel = false,
+
     _scrap_steel = 10,
     _scrap_bauxite = 2,
+
     _scrap_bauxite = 14,
 
     _buildable = false,
 
     _buildable = false,
 
}
 
}

Revision as of 02:32, 10 December 2016

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

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

return {
    _name = "Kikka Kai",
    _page = false,
    _id = 200,
    _japanese_name = "橘花改",
    _reading = "きっかかい",
    _type = 57,
    _icon = 40,
    _rarity = 5,
    _firepower = false,
    _bombing = 11,
    _torpedo = false,
    _aa = 12,
    _armor = false,
    _asw = false,
    _shelling_accuracy = false,
    _torpedo_accuracy = false,
    _evasion = 1,
    _los = false,
    _speed = false,
    _luck = false,
    _range = 3,
    _flight_cost = 13,
    _flight_range = 2,
    _special = false,
    _scrap_fuel = 6,
    _scrap_ammo = 4,
    _scrap_steel = 10,
    _scrap_bauxite = 14,
    _buildable = false,
}