View Single Post
11/28/17, 09:44 AM   #3
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
here is a list of the current food:
lua Code:
  1. [17407] = true, -- Increase Max Health
  2. [17577] = true, -- Increase Max Magicka & Stamina
  3. [17581] = true, -- Increase All Primary Stats
  4. [17608] = true, -- Magicka & Stamina Recovery
  5. [17614] = true, -- All Primary Stat Recovery
  6. [61218] = true, -- Increase All Primary Stats
  7. [61255] = true, -- Increase Max Health & Stamina
  8. [61257] = true, -- Increase Max Health & Magicka
  9. [61259] = true, -- Increase Max Health
  10. [61260] = true, -- Increase Max Magicka
  11. [61261] = true, -- Increase Max Stamina
  12. [61294] = true, -- Increase Max Magicka & Stamina
  13. [61322] = true, -- Health Recovery
  14. [61325] = true, -- Magicka Recovery
  15. [61328] = true, -- Stamina Recovery
  16. [61335] = true, -- Health & Magicka Recovery
  17. [61340] = true, -- Health & Stamina Recovery
  18. [61345] = true, -- Magicka & Stamina Recovery
  19. [61350] = true, -- All Primary Stat Recovery
  20. [66125] = true, -- Increase Max Health
  21. [66128] = true, -- Increase Max Magicka
  22. [66130] = true, -- Increase Max Stamina
  23. [66132] = true, -- Health Recovery
  24. [66137] = true, -- Magicka Recovery
  25. [66141] = true, -- Stamina Recovery
  26. [66551] = true, -- Increase Max Health
  27. [66568] = true, -- Increase Max Magicka
  28. [66576] = true, -- Increase Max Stamina
  29. [66586] = true, -- Health Recovery
  30. [66590] = true, -- Magicka Recovery
  31. [66594] = true, -- Stamina Recovery
  32. [68411] = true, -- Increase All Primary Stats
  33. [68416] = true, -- All Primary Stat Recovery
  34. [72816] = true, -- Red Frothgar
  35. [72819] = true, -- Tripe Trifle Pocket
  36. [72822] = true, -- Blood Price Pie
  37. [72824] = true, -- Smoked Bear Haunch
  38. [72956] = true, -- Max Health and Stamina
  39. [72959] = true, -- Max Health and Magicka
  40. [72961] = true, -- Max Stamina and Magicka
  41. [72965] = true, -- Health and Stamina Recovery
  42. [72968] = true, -- Health and Magicka Recovery
  43. [72971] = true, -- Magicka and Stamina Recovery
  44. [84678] = true, -- Increase Max Magicka
  45. [84681] = true, -- Pumpkin Snack Skewer
  46. [84700] = true, -- Eyeballs
  47. [84704] = true, -- Witchmother's Party Punch
  48. [84709] = true, -- Crunchy Spider Skewer
  49. [84720] = true, -- Eye Scream
  50. [84725] = true, -- The Brains!
  51. [84731] = true, -- Witchmother's Potent Brew
  52. [84732] = true, -- Increase Health Regen
  53. [84733] = true, -- Increase Health Regen
  54. [84735] = true, -- Double Bloody Mara
  55. [84736] = true, -- Increase Health
  56. [85484] = true, -- Increase All Primary Stats
  57. [85497] = true, -- All Primary Stat Recovery
  58. [86559] = true, -- Fish Eye Rye
  59. [86560] = true, -- Increase Stamina Recovery
  60. [86673] = true, -- Lava Foot Soup & Saltrice
  61. [86674] = true, -- Increase Stamina Recovery
  62. [86677] = true, -- Warning Fire
  63. [86678] = true, -- Increase Health Recovery
  64. [86746] = true, -- Betnikh Spiked Ale
  65. [86747] = true, -- Increase Health Recovery
  66. [86749] = true, -- Mud Ball
  67. [86787] = true, -- Rajhin's Sugar Claws
  68. [86789] = true, -- Alcaire Festival Sword-Pie
  69. [86791] = true, -- Ice Bear Glow-Wine
  70. [89955] = true, -- Candied Jester's Coins
  71. [89957] = true, -- Dubious Camoran Throne
  72. [89971] = true, -- Jewels of Misrule
  73. [92433] = true, -- Health & Magicka Recovery
  74. [92435] = true, -- Increase Health & Magicka
  75. [92437] = true, -- Increase Health
  76. [92474] = true, -- Increase Health & Stamina
  77. [92476] = true, -- Health & Stamina Recovery
  78. [92477] = true, -- Increase Health
  79. [100488] = true, -- Spring-Loaded Infusion
  80. [100498] = true, -- Clockwork Citrus Filet
  81. [100502] = true, -- Deregulated Mushroom Stew

Last edited by Scootworks : 11/28/17 at 12:21 PM.
  Reply With Quote