mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 10:42:23 +00:00
feat(spring): take egg hunt quest out of the market
This commit is contained in:
parent
c091290fd0
commit
746ce6de4f
2 changed files with 2 additions and 0 deletions
1
dist/habitrpg-shared.js
vendored
1
dist/habitrpg-shared.js
vendored
|
|
@ -11347,6 +11347,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
|
|||
notes: "Overnight, strange plain eggs have appeared everywhere: in Matt's stables, behind the counter at the Tavern, and even among the pet eggs at the Marketplace! What a nuisance! \"Nobody knows where they came from, or what they might hatch into,\" says <strong>Megan</strong>, \"but we can't just leave them laying around! Work hard and search hard to help me gather up these mysterious eggs. Maybe if you collect enough, there will be some extras left over for you...\"",
|
||||
completion: "You did it! In gratitude, <strong>Megan</strong> gives you ten of the eggs. \"I don't think they hatch, exactly,\" she says, \"and they certainly won't grow into mounts. But that doesn't mean you can't dye them beautiful colors!\"",
|
||||
value: 1,
|
||||
canBuy: false,
|
||||
collect: {
|
||||
plainEgg: {
|
||||
text: 'Plain Egg',
|
||||
|
|
|
|||
|
|
@ -803,6 +803,7 @@ api.quests =
|
|||
notes: "Overnight, strange plain eggs have appeared everywhere: in Matt's stables, behind the counter at the Tavern, and even among the pet eggs at the Marketplace! What a nuisance! \"Nobody knows where they came from, or what they might hatch into,\" says <strong>Megan</strong>, \"but we can't just leave them laying around! Work hard and search hard to help me gather up these mysterious eggs. Maybe if you collect enough, there will be some extras left over for you...\""
|
||||
completion: "You did it! In gratitude, <strong>Megan</strong> gives you ten of the eggs. \"I don't think they hatch, exactly,\" she says, \"and they certainly won't grow into mounts. But that doesn't mean you can't dye them beautiful colors!\""
|
||||
value: 1
|
||||
canBuy: false
|
||||
collect:
|
||||
plainEgg: text: 'Plain Egg', count: 100
|
||||
drop:
|
||||
|
|
|
|||
Loading…
Reference in a new issue