fix(quests): Make Gryphon and Hedgebeast drop 3 eggs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user