• 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
m (9 revisions imported)
(GitHub Action)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
-- [[Category:Item modules]]
 
 
 
return {
 
return {
    _name = "Combat Ration (Special Onigiri)",
+
  _name = "Combat Ration (Special Onigiri)",
    _id = 241,
+
  _id = 241,
    _item_id = 76,
+
  _item_id = 76,
    _japanese_name = "戦闘糧食(特別なおにぎり)",
+
  _japanese_name = "戦闘糧食(特別なおにぎり)",
    _reading = "せんとうりょうしょく(とくべつなおにぎり)",
+
  _reading = "せんとうりょうしょく(とくべつなおにぎり)",
    _type = 43, -- 18,34,43,34,0
+
  _type = 43,
    _icon = 34,
+
  _icon = 34,
    _rarity = 3,
+
  _types = {18, 34, 43, 34, 0},
    _firepower = false,
+
  _rarity = 3,
    _bombing = false,
+
  _firepower = false,
    _torpedo = false,
+
  _bombing = false,
    _aa = false,
+
  _torpedo = false,
    _armor = false,
+
  _aa = false,
    _asw = false,
+
  _armor = false,
    _shelling_accuracy = false,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = false,
    _evasion = false,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = false,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = false,
+
  _luck = false,
    _special = "???",
+
  _range = false,
    _flight_cost = false,
+
  _special = false,
    _flight_range = false,
+
  _scrap_fuel = 1,
    _special = false,
+
  _scrap_ammo = false,
    _scrap_fuel = 1,
+
  _scrap_steel = false,
    _scrap_ammo = false,
+
  _scrap_bauxite = 1,
    _scrap_steel = false,
+
  _info = "腹が減ってはなんとやら……戦闘前にしっかりと腹ごしらえを<br>しておきましょう。<br>提督が艦娘のために頑張って調理した炒飯おにぎり。海の上で<br>食べる美味しさはさらに格別です!<br>(発動消費すると消滅します)",
    _scrap_bauxite = 1,
+
  _wikipedia = "Onigiri",
    _info = "腹が減ってはなんとやら……戦闘前にしっかりと腹ごしらえをしておきましょう。<br/>提督が艦娘のために頑張って調理した炒飯おにぎり。海の上で食べる美味しさはさらに格別です!<br/>(発動消費すると消滅します)",
+
  _buildable = false,
    _wikipedia = "Onigiri",
+
  _improvements = false,
    _buildable = false,
 
    _improvements = false,
 
 
}
 
}

Revision as of 13:07, 9 September 2022

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

return {
  _name = "Combat Ration (Special Onigiri)",
  _id = 241,
  _item_id = 76,
  _japanese_name = "戦闘糧食(特別なおにぎり)",
  _reading = "せんとうりょうしょく(とくべつなおにぎり)",
  _type = 43,
  _icon = 34,
  _types = {18, 34, 43, 34, 0},
  _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,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = 1,
  _info = "腹が減ってはなんとやら……戦闘前にしっかりと腹ごしらえを<br>しておきましょう。<br>提督が艦娘のために頑張って調理した炒飯おにぎり。海の上で<br>食べる美味しさはさらに格別です!<br>(発動消費すると消滅します)",
  _wikipedia = "Onigiri",
  _buildable = false,
  _improvements = false,
}