Advertisement
Scarlet

Hyrule Warriors Fairy Food Names

Mar 24th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.64 KB | None | 0 0
  1.         static string[] itemNames = new string[]
  2.         {
  3.             "Weird Egg",
  4.             "Tasty Weird Egg",
  5.             "Delicious Weird Egg",
  6.             "Lon Lon Milk",
  7.             "Tasty Lon Lon Milk",
  8.             "Delicious Lon Lon Milk",
  9.             "Odd Mushroom",
  10.             "Tasty Odd Mushroom",
  11.             "Delicious Odd Mushroom",
  12.             "Deku Nut",
  13.             "Tasty Deku Nut",
  14.             "Delicious Deku Nut",
  15.             "Magic Beans",
  16.             "Tasty Magic Beans",
  17.             "Delicious Magic Beans",
  18.             "Pumpkin Soup",
  19.             "Tasty Pumpkin Soup",
  20.             "Delicious Pumpkin Soup",
  21.             "Sacred Water",
  22.             "Tasty Sacred Water",
  23.             "Delicious Sacred Water",
  24.             "Life Tree Fruit",
  25.             "Tasty Life Tree Fruit",
  26.             "Delicious Life Tree Fruit",
  27.             "Light Fruit",
  28.             "Tasty Light Fruit",
  29.             "Delicious Light Fruit",
  30.             "Stamina Fruit",
  31.             "Tasty Stamina Fruit",
  32.             "Delicious Stamina Fruit",
  33.             "Water Fruit",
  34.             "Tasty Water Fruit",
  35.             "Delicious Water Fruit",
  36.             "Mushroom Spores",
  37.             "Tasty Mushroom Spores",
  38.             "Delicious Mushroom Spores",
  39.             "All-Purpose Bait",
  40.             "Tasty All-Purpose Bait",
  41.             "Delicious All-Purpose Bait",
  42.             "Elixir Soup",
  43.             "Tasty Elixir Soup",
  44.             "Delicious Elixir Soup",
  45.             "Hyoi Pear",
  46.             "Tasty Hyoi Pear",
  47.             "Delicious Hyoi Pear",
  48.             "Ordon Goat Cheese",
  49.             "Tasty Ordon Goat Cheese",
  50.             "Delicious Ordon Goat Cheese",
  51.             "Great Fairy's Tears",
  52.             "Tasty Great Fairy's Tears",
  53.             "Delicious Great Fairy's Tears",
  54.             "Greengill",
  55.             "Tasty Greengill",
  56.             "Delicious Greengill",
  57.             "Ordon Catfish",
  58.             "Tasty Ordon Catfish",
  59.             "Delicious Ordon Catfish",
  60.             "Hyrule Bass",
  61.             "Tasty Hyrule Bass",
  62.             "Delicious Hyrule Bass",
  63.             "Hylian Pike",
  64.             "Tasty Hylian Pike",
  65.             "Delicious Hylian Pike",
  66.             "Reekfish",
  67.             "Tasty Reekfish",
  68.             "Delicious Reekfish",
  69.             "Hylian Loach",
  70.             "Tasty Hylian Loach",
  71.             "Delicious Hylian Loach",
  72.             "Skullfish",
  73.             "Tasty Skullfish",
  74.             "Delicious Skullfish",          
  75.             "Bombfish",
  76.             "Tasty Bombfish",
  77.             "Delicious Bombfish",
  78.             "Chu Jelly",
  79.             "Tasty Chu Jelly",
  80.             "Delicious Chu Jelly",
  81.             "Bee Larvae",
  82.             "Tasty Bee Larvae",
  83.             "Delicious Bee Larvae",
  84.             "Chateau Romani",
  85.             "Tasty Chateau Romani",
  86.             "Delicious Chateau Romani",          
  87.             "Bottled Water",
  88.             "Tasty Bottled Water",
  89.             "Delicious Bottled Water",
  90.             "Hot Spring Water",
  91.             "Tasty Hot Spring Water",
  92.             "Delicious Hot Spring Water",
  93.             "Rock Sirloin",
  94.             "Tasty Rock Sirloin",
  95.             "Delicious Rock Sirloin",
  96.             "Meat",
  97.             "Tasty Meat",
  98.             "Delicious Meat",
  99.             "Carrot",
  100.             "Tasty Carrot",
  101.             "Delicious Carrot",
  102.             "Ember Seeds",
  103.             "Tasty Ember Seeds",
  104.             "Delicious Ember Seeds",
  105.             "Scent Seeds",
  106.             "Tasty Scent Seeds",
  107.             "Delicious Scent Seeds",
  108.             "Pegasus Seeds",
  109.             "Tasty Pegasus Seeds",
  110.             "Delicious Pegasus Seeds",
  111.             "Gale Seeds",
  112.             "Tasty Gale Seeds",
  113.             "Delicious Gale Seeds",
  114.             "Mystery Seeds",
  115.             "Tasty Mystery Seeds",
  116.             "Delicious Mystery Seeds",
  117.             "Gratitude Crystal Red S",
  118.             "Gratitude Crystal Red M",
  119.             "Gratitude Crystal Red L",            // 0x23AE
  120.             "Gratitude Crystal Blue S",
  121.             "Gratitude Crystal Blue M",
  122.             "Gratitude Crystal Blue L",           // 0x23B1
  123.             "Gratitude Crystal Orange S",
  124.             "Gratitude Crystal Orange M",
  125.             "Gratitude Crystal Orange L",         // 0x23B4
  126.             "Gratitude Crystal Pink S",
  127.             "Gratitude Crystal Pink M",
  128.             "Gratitude Crystal Pink L",           // 0x23B7
  129.             "Gratitude Crystal Purple S",
  130.             "Gratitude Crystal Purple M",
  131.             "Gratitude Crystal Purple L",         // 0x23BA
  132.             "Pumpkin",
  133.             "Tasty Pumpkin",
  134.             "Delicious Pumpkin"
  135.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement