• 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
 
Line 27: Line 27:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "腹が減ってはなんとやら……戦闘前にしっかりと腹ごしらえを<br>しておきましょう。<br>提督が艦娘のために頑張って調理した炒飯おにぎり。海の上で<br>食べる美味しさはさらに格別です!<br>(発動消費すると消滅します)",
+
   _info = "腹が減ってはなんとやら……戦闘前にしっかりと腹ごしらえをしておきましょう。<br>提督が艦娘のために頑張って調理した炒飯おにぎり。海の上で食べる美味しさはさらに格別です!<br>(発動消費すると消滅します)",
   _wikipedia = "Onigiri",
+
  _info_en = "Can't fight on an empty stomach blablabla you know the drill... so make sure to have a square meal before combat.<br>These are fried rice balls that the admiral made for the ship girls. Eating them while sailing through the sea adds a special something to their flavor!<br>(This item disappears when triggered)",
 +
   _wikipedia = "Field ration",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 16:35, 6 May 2024

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 = "Boosts ship's and fleet's morale upon entering battle<br>Provides bonuses against installations",
  _scrap_fuel = 1,
  _scrap_ammo = false,
  _scrap_steel = false,
  _scrap_bauxite = 1,
  _info = "腹が減ってはなんとやら……戦闘前にしっかりと腹ごしらえをしておきましょう。<br>提督が艦娘のために頑張って調理した炒飯おにぎり。海の上で食べる美味しさはさらに格別です!<br>(発動消費すると消滅します)",
  _info_en = "Can't fight on an empty stomach blablabla you know the drill... so make sure to have a square meal before combat.<br>These are fried rice balls that the admiral made for the ship girls. Eating them while sailing through the sea adds a special something to their flavor!<br>(This item disappears when triggered)",
  _wikipedia = "Field ration",
  _buildable = false,
  _improvements = false,
}