• 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/Canned Saury"

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>単品はもちろん、おにぎり等と一緒に食すとより美味しい!",
 +
  _info_en = "The seasonal \"Kabayaki\" Pacific Saury sealed in a can.<br>Individually of course, and it tastes more delicious when eaten with Onigiri and so forth.",
 +
  _wikipedia = "Pacific saury",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 09:21, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Canned Saury/doc

return {
  _name = "Canned Saury",
  _id = 150,
  _item_id = 69,
  _japanese_name = "秋刀魚の缶詰",
  _reading = "さんまのかんづめ",
  _type = 43,
  _icon = 34,
  _types = {18, 34, 43, 34, 0},
  _rarity = 2,
  _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>単品はもちろん、おにぎり等と一緒に食すとより美味しい!",
  _info_en = "The seasonal \"Kabayaki\" Pacific Saury sealed in a can.<br>Individually of course, and it tastes more delicious when eaten with Onigiri and so forth.",
  _wikipedia = "Pacific saury",
  _buildable = false,
  _improvements = false,
}