• 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/Combat Ration (Special Onigiri)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "--Categories: --Category:Equipment modules return { _name = "Combat Ration (Special Onigiri)", _id = 241, }")
 
Line 3: Line 3:
  
 
return {
 
return {
  _name = "Combat Ration (Special Onigiri)",
+
    _name = "Combat Ration (Special Onigiri)",
  _id = 241,
+
    _id = 241,
 +
    _japanese_name = "戦闘糧食(特別なおにぎり)",
 +
    _reading = nil,
 +
    _type = 43, -- 18,34,43,34,0
 +
    _icon = 34,
 +
    _rarity = 3,
 +
    _firepower = false,
 +
    _bombing = false,
 +
    _torpedo = false,
 +
    _aa = false,
 +
    _armor = false,
 +
    _asw = false,
 +
    _shelling_accuracy = false,
 +
    _torpedo_accuracy = false,
 +
    _evasion = false,
 +
    _los = false,
 +
    _speed = false,
 +
    _luck = false,
 +
    _range = false,
 +
    _flight_cost = false,
 +
    _flight_range = false,
 +
    _special = false,
 +
    _scrap_fuel = 1,
 +
    _scrap_ammo = false,
 +
    _scrap_steel = false,
 +
    _scrap_bauxite = 1,
 +
    _buildable = false,
 
}
 
}

Revision as of 09:36, 14 July 2017

Documentation for this module may be created at Module:Data/Equipment/Combat Ration (Special Onigiri)/doc

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

return {
    _name = "Combat Ration (Special Onigiri)",
    _id = 241,
    _japanese_name = "戦闘糧食(特別なおにぎり)",
    _reading = nil,
    _type = 43, -- 18,34,43,34,0
    _icon = 34,
    _rarity = 3,
    _firepower = false,
    _bombing = false,
    _torpedo = false,
    _aa = false,
    _armor = false,
    _asw = false,
    _shelling_accuracy = false,
    _torpedo_accuracy = false,
    _evasion = false,
    _los = false,
    _speed = false,
    _luck = false,
    _range = false,
    _flight_cost = false,
    _flight_range = false,
    _special = false,
    _scrap_fuel = 1,
    _scrap_ammo = false,
    _scrap_steel = false,
    _scrap_bauxite = 1,
    _buildable = false,
}