fix(dilatory): update rewards: 0gp, 0xp, food drops
This commit is contained in:
+12
-2
@@ -733,9 +733,19 @@ api.quests =
|
||||
items: [
|
||||
{type: 'pets', key: 'MantisShrimp-Base', text: t('questDilatoryDropMantisShrimpPet')}
|
||||
{type: 'mounts', key: 'MantisShrimp-Base', text: t('questDilatoryDropMantisShrimpMount')}
|
||||
|
||||
{type: 'food', key: 'Meat', text: t('foodMeat')}
|
||||
{type: 'food', key: 'Milk', text: t('foodMilk')}
|
||||
{type: 'food', key: 'Potatoe', text: t('foodPotatoe')}
|
||||
{type: 'food', key: 'Strawberry', text: t('foodStrawberry')}
|
||||
{type: 'food', key: 'Chocolate', text: t('foodChocolate')}
|
||||
{type: 'food', key: 'Fish', text: t('foodFish')}
|
||||
{type: 'food', key: 'RottenMeat', text: t('foodRottenMeat')}
|
||||
{type: 'food', key: 'CottonCandyPink', text: t('foodCottonCandyPink')}
|
||||
{type: 'food', key: 'CottonCandyBlue', text: t('foodCottonCandyBlue')}
|
||||
]
|
||||
gp: 90
|
||||
exp: 900
|
||||
gp: 0
|
||||
exp: 0
|
||||
|
||||
evilsanta:
|
||||
canBuy:false
|
||||
|
||||
Reference in New Issue
Block a user