fix(quests): Make Gryphon and Hedgebeast drop 3 eggs

This commit is contained in:
Sabe Jones
2014-03-16 22:26:09 -05:00
parent 061f2ef47b
commit fe8e42c5c3
2 changed files with 15 additions and 5 deletions
+4 -2
View File
@@ -523,8 +523,8 @@ _.each api.dropEggs, (egg,key) ->
api.questEggs =
# value & other defaults set below
Gryphon: text: 'Gryphon', adjective: 'regal', canBuy: false
Hedgehog: text: 'Hedgehog', adjective: 'prickly', canBuy: false
Gryphon: text: 'Gryphon', adjective: 'proud', canBuy: false
Hedgehog: text: 'Hedgehog', adjective: 'spiky', canBuy: false
_.each api.questEggs, (egg,key) ->
_.defaults egg,
canBuy:false
@@ -651,6 +651,7 @@ api.quests =
items: [
{type: 'eggs', key: 'Gryphon', text: "Gryphon (Egg)"}
{type: 'eggs', key: 'Gryphon', text: "Gryphon (Egg)"}
{type: 'eggs', key: 'Gryphon', text: "Gryphon (Egg)"}
]
gp: 25
exp: 125
@@ -668,6 +669,7 @@ api.quests =
items: [
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
{type: 'eggs', key: 'Hedgehog', text: "Hedgehog (Egg)"}
]
gp: 30
exp: 125