Skip to content

Commit

Permalink
Removed items from Soulbind bags
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrage committed Dec 5, 2021
1 parent ec116c8 commit 21e0efb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,12 @@ local CHRONICLE_OF_LOST_MEMORIES = i(184665, { -- Chronicle of Lost Memories
local MEMORY_OF_A_VITAL_SACRIFICE = i(183249, { -- Memory of a Vital Sacrifice
["cost"] = { { "c", ANIMA, 250 } }, -- 250x Reservoir Anima
});
local PELAGOS_GROUP = {
i(172232), -- Eternal Crystal
i(173204), -- Lightless Silk
i(172231), -- Sacred Shard
i(173202), -- Shrouded Cloth
i(172230), -- Soul Dust
};

root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV_KYR" }, {
n(KYRIAN, {
n(REWARDS, {
i(183701, { -- Cleansing Rite Materials
["description"] = "Only Obtainable via Pelagos Soulbind.",
["g"] = PELAGOS_GROUP,
}),
}),
n(VENDORS, {
Expand Down Expand Up @@ -1545,10 +1537,8 @@ root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV
}),
})));

for _,g in ipairs({PELAGOS_GROUP,{CHRONICLE_OF_LOST_MEMORIES, MEMORY_OF_A_VITAL_SACRIFICE}}) do
for _,t in ipairs(g) do
t.customCollect = nil;
end
for _,t in ipairs({CHRONICLE_OF_LOST_MEMORIES, MEMORY_OF_A_VITAL_SACRIFICE}) do
t.customCollect = nil;
end

root("HiddenQuestTriggers", {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,12 @@ local CHRONICLE_OF_LOST_MEMORIES = i(184665, { -- Chronicle of Lost Memories
local MEMORY_OF_A_VITAL_SACRIFICE = i(183249, { -- Memory of a Vital Sacrifice
["cost"] = { { "c", ANIMA, 250 } }, -- 250x Reservoir Anima
});
local HEIRMIR_GROUP = {
i(173109), -- Angerseye
i(171833), -- Elethium Ore
i(171828), -- Laestrite Ore
i(173108), -- Oriblase
i(171830), -- Oxxein Ore
i(171831), -- Phaedrum Ore
i(171832), -- Sinvyr Ore
i(171829), -- Solenium Ore
i(173110), -- Umbryl
};

root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV_NEC" }, {
n(NECROLORD, {
n(REWARDS, {
i(183703, {
["description"] = "Only Obtainable from Heirmir Soulbind.",
["g"] = HEIRMIR_GROUP,
}),
}),
n(VENDORS, {
Expand Down Expand Up @@ -1382,10 +1370,8 @@ root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV
}),
})));

for _,g in ipairs({HEIRMIR_GROUP,{CHRONICLE_OF_LOST_MEMORIES, MEMORY_OF_A_VITAL_SACRIFICE}}) do
for _,t in ipairs(g) do
t.customCollect = nil;
end
for _,t in ipairs({CHRONICLE_OF_LOST_MEMORIES, MEMORY_OF_A_VITAL_SACRIFICE}) do
t.customCollect = nil;
end

root("HiddenQuestTriggers", {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,12 @@
local MEMORY_OF_A_VITAL_SACRIFICE = i(183249, { -- Memory of a Vital Sacrifice
["cost"] = { { "c", ANIMA, 250 } }, -- 250x Reservoir Anima
});
local NIYA_GROUP = {
i(172052); -- Aethereal Meat
i(172094); -- Callous Hide
i(179314); -- Creeping Crawler Meat
i(172089); -- Desolate Leather
i(173037); -- Elysian Thade
i(173033); -- Iridescent Amberjack
i(173032); -- Lost Sole
i(172092); -- Pallid Bone
i(172055); -- Phantasmal Haunch
i(173035); -- Pocked Bonefish
i(172054); -- Raw Seraphic Wing
i(179315); -- Shadowy Shank
i(173034); -- Silvergill Pike
i(173036); -- Spinefin Piranha
i(172053); -- Tenebrous Ribs
};

root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV_NFA" }, {
n(NIGHT_FAE, {
n(REWARDS, {
i(183702, { -- Nature's Splendor
["description"] = "Only Obtainable from Niya Soulbind.",
["g"] = NIYA_GROUP,
}),
}),
n(VENDORS, {
Expand Down Expand Up @@ -1398,11 +1380,7 @@ root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV
}),
})));

for _,g in ipairs({NIYA_GROUP,{MEMORY_OF_A_VITAL_SACRIFICE}}) do
for _,t in ipairs(g) do
t.customCollect = nil;
end
end
MEMORY_OF_A_VITAL_SACRIFICE.customCollect = nil;

root("HiddenQuestTriggers", {
q(61908), -- Ensemble: Conservator's Warbark
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,12 @@ local CHRONICLE_OF_LOST_MEMORIES = i(184665, { -- Chronicle of Lost Memories
local MEMORY_OF_A_VITAL_SACRIFICE = i(183249, { -- Memory of a Vital Sacrifice
["cost"] = { { "c", ANIMA, 250 } }, -- 250x Reservoir Anima
});
local THEOTAR_GROUP = {
i(182122), -- Ardenwood Vermouth
i(178217), -- Azurebloom Tea
i(178545), -- Bone Apple Tea
i(169701), -- Death Blossom
i(168589), -- Marrowroot
i(178219), -- Mulled Faewine
i(171315), -- Nightshade
i(168586), -- Rising Glory
i(179278), -- Shadeskin Brandy
i(179992), -- Shadespring Water
i(170554), -- Vigil's Torch
i(168583), -- Widowbloom
};

root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV_VEN" }, {
n(VENTHYR, {
n(REWARDS, {
i(183699, { -- Exquisite Ingredients
["description"] = "Only Obtainable from Theotar Soulbind.",
["g"] = THEOTAR_GROUP,
}),
}),
n(VENDORS, {
Expand Down Expand Up @@ -1448,10 +1433,8 @@ root("ExpansionFeatures", tier(SL_TIER, bubbleDown({ ["customCollect"] = "SL_COV
}),
})));

for _,g in ipairs({THEOTAR_GROUP,{CHRONICLE_OF_LOST_MEMORIES, MEMORY_OF_A_VITAL_SACRIFICE}}) do
for _,t in ipairs(g) do
t.customCollect = nil;
end
for _,t in ipairs({CHRONICLE_OF_LOST_MEMORIES, MEMORY_OF_A_VITAL_SACRIFICE}) do
t.customCollect = nil;
end

root("HiddenQuestTriggers", {
Expand Down
2 changes: 1 addition & 1 deletion db/Categories.lua

Large diffs are not rendered by default.

0 comments on commit 21e0efb

Please sign in to comment.