Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding descriptions to various New Character weapon entries #1860

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 27 additions & 9 deletions .contrib/Parser/DATAS/11 - Character/New Character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,14 @@ root(ROOTS.Character, n(NEW_CHARACTER, {
["timeline"] = { ADDED_2_0_1, REMOVED_9_0_1 } -- TODO: I am not sure when this got removed.
}),
i(20980, { -- Warder's Shortbow
["description"] = "New Blood Elf Hunters start with this weapon.",
["timeline"] = { ADDED_2_0_1 }
}),
i(57244, { -- Warder's Spear
["timeline"] = { ADDED_4_0_1, REMOVED_5_0_4 }
}),
i(23347, { -- Weathered Crossbow
["description"] = "New Human, Draenei, and Undead Hunters start with this weapon.",
["timeline"] = { ADDED_2_0_1 }
}),
i(2504, { -- Worn Shortbow
Expand All @@ -468,9 +470,15 @@ root(ROOTS.Character, n(NEW_CHARACTER, {
i(157680), -- Heartbonded Belt
i(157678), -- Heartbonded Legguards
i(157675), -- Heartbonded Greaves
i(157649), -- Goldstring Recurve
i(157622), -- Silverscope Longrifle
i(157650), -- Tracker's Spear
i(157649, { -- Goldstring Recurve
["description"] = "New Highmountain Tauren Hunters start with this weapon.",
}),
i(157622, { -- Silverscope Longrifle
["description"] = "New Mechagnome Hunters start with this weapon. The 4 remaining Mechagnome players gatekept this from us for far too long.",
}),
i(157650, { -- Tracker's Spear
["description"] = "New Highmountain Tauren Hunters start with this weapon in your inventory via the Wrapped Spear.",
}),
})),
}),
cl(MONK, bubbleDownSelf({ ["timeline"] = { ADDED_7_3_5 }, }, {
Expand Down Expand Up @@ -821,7 +829,9 @@ root(ROOTS.Character, n(NEW_CHARACTER, {
i(157704), -- Lightsoul Girdle
i(157702), -- Lightsoul Legplates
i(157699), -- Lightsoul Sabatons
i(157631), -- Maul of Smiting
i(157631, { -- Maul of Smiting
["description"] = "New Lightforged Draenei Paladins start with this weapon."
}),
mount(290608, { -- Crusader's Direhorn (MOUNT!)
["timeline"] = { ADDED_8_1_5 },
["races"] = { ZANDALARI },
Expand Down Expand Up @@ -996,7 +1006,9 @@ root(ROOTS.Character, n(NEW_CHARACTER, {
i(157712), -- Curate's Sash
i(157709), -- Curate's Pants
i(157706), -- Curate's Boots
i(157632), -- Staff of Interwoven Power
i(157632, { -- Staff of Interwoven Power
["description"] = "New Nightborne or Void Elf Priests start with this weapon."
}),
})),
}),
cl(ROGUE, {
Expand Down Expand Up @@ -1227,8 +1239,12 @@ root(ROOTS.Character, n(NEW_CHARACTER, {
i(157728), -- Totem-Caller Belt
i(157726), -- Totem-Caller Legwraps
i(157723), -- Totem-Caller Boots
i(157638), -- Lightning-Binder's Claws
i(157655), -- Lightning-Binder's Bulwark
i(157638, { -- Lightning-Binder's Claws
["description"] = "New Allied Race Shamans start with this weapon."
}),
i(157655, { -- Lightning-Binder's Bulwark
["description"] = "New Allied Race Shamans start with this weapon."
}),
})),
}),
cl(WARLOCK, {
Expand Down Expand Up @@ -1473,7 +1489,9 @@ root(ROOTS.Character, n(NEW_CHARACTER, {
i(157736), -- Felburner's Cord
i(157733), -- Felburner's Leggings
i(157730), -- Felburner's Sandals
i(157652), -- Shadow-Binder's Spire
i(157652, { -- Shadow-Binder's Spire
["description"] = "New Allied Race Warlocks start with this weapon."
}),
})),
}),
cl(WARRIOR, {
Expand Down Expand Up @@ -1796,4 +1814,4 @@ root(ROOTS.HiddenQuestTriggers, n(NEW_CHARACTER, bubbleDownSelf({ ["timeline"] =
root(ROOTS.HiddenQuestTriggers, n(NEW_CHARACTER, bubbleDownSelf({ ["timeline"] = { ADDED_10_1_5 } }, {
q(76444), -- After completion of quest 75544 (When Revenge Burns Green)
q(77285), -- After completion of quest 75544 (When Revenge Burns Green)
})));
})));