Skip to content

Commit

Permalink
Syncing updates from the old repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Aug 25, 2023
1 parent c5cd337 commit 97f4849
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions 02 - Outdoor Zones/14 Dragon Isles/Achievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
18750, -- Waking Shores Challenge: Gold
18788, -- Zaralek Cavern Challenge: Gold
}},
["g"] = {
title(523), -- Isles Ace <Name>
}
})),
ach(18559, bubbleDownSelf({ ["timeline"] = { ADDED_10_1_5 } }, { -- Many Boxes, Many Rockses
["cost"] = {{"i", 199216, 50 }}, -- 50x A Box of Rocks
Expand Down
12 changes: 8 additions & 4 deletions 02 - Outdoor Zones/14 Dragon Isles/Dreamsurge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
["coords"] = {
{ 51.2, 43.3, THALDRASZUS },
{ 58.3, 67.7, THE_WAKING_SHORES },
{ 64.1, 41.7, OHNAHRAN_PLAINS }
{ 64.1, 41.7, OHNAHRAN_PLAINS },
{ 45.6, 39.8, THE_AZURE_SPAN },
},
["g"] = {
i(209833), -- Crate of Dreambound Armor
Expand All @@ -35,7 +36,8 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
["coords"] = {
{ 51.2, 43.3, THALDRASZUS },
{ 58.3, 67.7, THE_WAKING_SHORES },
{ 64.1, 41.7, OHNAHRAN_PLAINS }
{ 64.1, 41.7, OHNAHRAN_PLAINS },
{ 45.6, 39.8, THE_AZURE_SPAN },
},
["isWeekly"] = true,
["g"] = {
Expand Down Expand Up @@ -96,6 +98,7 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
{ 51.1, 43.4, THALDRASZUS },
{ 58.4, 67.8, THE_WAKING_SHORES },
{ 64.2, 41.6, OHNAHRAN_PLAINS},
{ 45.6, 39.7, THE_AZURE_SPAN },
},
["g"] = bubbleDownFiltered({
["cost"] = {{ "i", DREAMSURGE_COALESCENCE, 100 }},
Expand Down Expand Up @@ -162,10 +165,10 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
i(205010, { -- Crimson Swoglet (PET!)
["cost"] = {{ "i", DREAMSURGE_COALESCENCE, 250 }},
}),
i(209858, { -- Dreamsurge Remnant
i(209858, { -- Dreamsurge Remnant (TOY!)
["cost"] = {{ "i", DREAMSURGE_COALESCENCE, 500 }},
}),
i(209944, { -- Friendsurge Defenders
i(209944, { -- Friendsurge Defenders (TOY!)
["cost"] = {{ "i", DREAMSURGE_COALESCENCE, 500 }},
}),
}),
Expand All @@ -175,6 +178,7 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
{ 51.2, 43.3, THALDRASZUS },
{ 58.4, 67.7, THE_WAKING_SHORES },
{ 64.1, 41.7, OHNAHRAN_PLAINS },
{ 45.6, 39.8, THE_AZURE_SPAN },
},
["g"] = bubbleDownFiltered({
["cost"] = {{ "i", DREAMSURGE_CHRYSALIS, 1 }},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ root(ROOTS.ExpansionFeatures, tier(LEGION_TIER, bubbleDown({ ["timeline"] = { "a
11997, -- The Frozen Flame
42479, -- The Mage Hunter
},
["sourceQuestNumRequired"] = 1,
["provider"] = { "n", 112440 }, -- Jackson Watkins
["coord"] = { 44.8, 57.8, HALL_OF_THE_GUARDIAN_2ND_FLOOR },
["g"] = {
Expand Down
2 changes: 2 additions & 0 deletions 12 - Character/Allied Races.lua
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ root(ROOTS.Character, n(ALLIED_RACES, {
},
["sourceQuests"] = {
50239, -- A Choice of Allies (A)
-- #if BEFORE 10.1.5
55736, -- Welcome to the Resistance
-- #endif
},
["races"] = ALLIANCE_ONLY,
}),
Expand Down

0 comments on commit 97f4849

Please sign in to comment.