Skip to content

Commit

Permalink
Renown 39 on Venthyr
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUnicke committed Mar 9, 2021
1 parent 27df821 commit 572a68f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,18 @@ _.ExpansionFeatures =
n(RARES, {
-- doubtful that any rares are specifically accessible to Venthyr without being taggable by others
}),
n(-908, sharedData({["customCollect"] = { "SL_COV_VEN" } },{ -- Rewards - Venthyr
i(182332, { -- Gravestone Battle Armor
["description"] = "Requires Renown 39.",
}),
-- TODO: titles are dumb idk
-- title(682, { -- Count
-- ["description"] = "Requires Renown 40.",
-- }),
-- title(683, { -- Countess
-- ["description"] = "Requires Renown 40.",
-- }),
})),
n(-957, { -- Sanctum Upgrades
n(-915, { -- Anima Conductor
n(-916, { -- Tier 1: Flowing Tendrils
Expand Down
2 changes: 1 addition & 1 deletion .contrib/Parser/DATAS/14 - Mounts/Vendors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ _.Mounts =
i(44086, { -- Grand Ice Mammoth [Horde Only]
["races"] = HORDE_ONLY,
}),
i(182332), -- Gravestone Battle Armor
i(182332), -- Gravestone Battle Armor -- TODO: maybe move to a different category?
i(29744), -- Gray Elekk
i(15277), -- Gray Kodo
i(5864), -- Gray Ram
Expand Down
1 change: 1 addition & 0 deletions .contrib/Parser/DATAS/17 - NYI/Hidden Quest Triggers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3706,6 +3706,7 @@ _.HiddenQuestTriggers =
q(63454), -- triggered when turning in #62867, "Return Lost Souls" (Venthyr 10-soul weekly)
q(62750), -- hitting Renown 19 on Venthyr / unlocking Deepening Bond 4% stam increase
q(62751), -- hitting Renown 35 on Venthyr / unlocking Deepening Bond 6% stam increase
q(62925), -- hitting Renown 39 on Venthyr / received mount Gravestone Battle Gargon
q(59744), -- when opening the Battered Chest while on Repair and Restore
q(60302), -- when channeling anima to Dominance Keep for the first time
q(61494), -- using Building: Guardhouse
Expand Down
10 changes: 5 additions & 5 deletions db/Categories.lua

Large diffs are not rendered by default.

0 comments on commit 572a68f

Please sign in to comment.