feat(eggQuest): add april egg quest

This commit is contained in:
Tyler Renelle
2014-04-06 21:29:34 -06:00
parent 491f0e8b81
commit bd8d2dcbd0
19 changed files with 10681 additions and 10425 deletions
+24
View File
@@ -558,6 +558,7 @@ api.questEggs =
Gryphon: text: 'Gryphon', adjective: 'proud', canBuy: false
Hedgehog: text: 'Hedgehog', adjective: 'spiky', canBuy: false
Deer: text: 'Deer', adjective: 'elegant', canBuy: false
Egg: text: 'Egg', adjective: 'colorful', canBuy: false
_.each api.questEggs, (egg,key) ->
_.defaults egg,
canBuy:false
@@ -780,6 +781,29 @@ api.quests =
gp: 100
exp: 1000
egg:
text: "Egg Hunt"
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 @Megan, \"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, @Megan 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
collect:
plainEgg: text: 'Plain Egg', count: 100
drop:
items: [
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
{type: 'eggs', key: 'Egg', text: "Plain Egg"}
]
gp: 0
exp: 0
_.each api.quests, (v,key) ->
_.defaults v, {key,canBuy:true}