Updated list of food
This commit is contained in:
+12
-3
@@ -921,13 +921,23 @@ DF.FoodIDs = {
|
||||
--shadowlands tier 1
|
||||
[259454] = 1, -- (agility) Feast of Gluttonous Hedonism
|
||||
[308434] = 1, -- (critical) Phantasmal Souffle and Fries
|
||||
[308397] = 1, --(critical +18) Butterscotch Marinated Ribs
|
||||
[308400] = 1, --(critical +30) Spinefin Souffle and Fries
|
||||
[308488] = 1, -- (haste) Tenebrous Crown Roast Aspic
|
||||
[308404] = 1, -- (haste +18) Cinnamon Bonefish Stew
|
||||
[308405] = 1, -- (haste +30) Tenebrous Crown Roast Aspic
|
||||
[308506] = 1, -- (mastery) Crawler Ravioli with Apple Sauce
|
||||
[308412] = 1, -- (mastery +18) Meaty Apple Dumplings
|
||||
[308413] = 1, -- (mastery +30) Iridescent Ravioli with Apple Sauce
|
||||
[308525] = 1, -- (stamina) Banana Beef Pudding
|
||||
[308414] = 1, -- (stamina +14) Pickled Meat Smoothie
|
||||
[308415] = 1, -- (stamina +22) Banana Beef Pudding
|
||||
[308514] = 1, -- (versatility) Steak a la Mode
|
||||
[327851] = 1, -- (periodicaly heal out of combat) Seraph Tenders
|
||||
[308637] = 1, -- (periodicaly damage) Smothered Shank
|
||||
[308425] = 1, -- (versatility +18) Sweet Silvergill Sausages
|
||||
[308426] = 1, -- (versatility +30) Steak a la Mode
|
||||
[308419] = 1, -- (periodicaly damage) Smothered Shank
|
||||
[327715] = 1, -- (speed) Fried Bonefish
|
||||
|
||||
}
|
||||
|
||||
DF.PotionIDs = {
|
||||
@@ -939,7 +949,6 @@ DF.PotionIDs = {
|
||||
[307162] = true, --Potion of Spectral Intellect
|
||||
[307494] = true, --Potion of Empowered Exorcisms
|
||||
[307495] = true, --Potion of Phantom Fire
|
||||
[307496] = true, --Potion of Divine Awakening
|
||||
[307161] = true, --Potion of Spiritual Clarity
|
||||
[307496] = true, --Potion of Divine Awakening
|
||||
[307501] = true, --Potion of Specter Swiftness
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
--data which main need maintenance over time
|
||||
|
||||
if (not LIB_RAID_STATUS_CAN_LOAD) then
|
||||
--return
|
||||
return
|
||||
end
|
||||
|
||||
--which gear slots can be enchanted on the latest retail version of the game
|
||||
@@ -162,7 +162,6 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = {
|
||||
[10060] = 1, --Power Infusion
|
||||
[34433] = 1, --Shadowfiend
|
||||
[200174] = 1, --Mindbender
|
||||
[205385] = 1, --Shadow Clash
|
||||
[193223] = 1, --Surrender to Madness
|
||||
[47585] = 2, --Dispersion
|
||||
[15286] = 4, --Vampiric Embrace
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
||||
..\FrameXML\UI.xsd">
|
||||
<Script file="ThingsToMantain.lua" />
|
||||
<Script file="LibRaidStatus.lua" />
|
||||
<Script file="ThingsToMantain.lua" />
|
||||
</Ui>
|
||||
|
||||
Reference in New Issue
Block a user