Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2017-06-13 21:25:41 +00:00
356 changed files with 35610 additions and 34662 deletions
+6
View File
@@ -320,6 +320,12 @@ let quests = {
adjective: t('questEggButterflyAdjective'),
canBuy: hasQuestAchievementFunction('butterfly'),
},
Nudibranch: {
text: t('questEggNudibranchText'),
mountText: t('questEggNudibranchMountText'),
adjective: t('questEggNudibranchAdjective'),
canBuy: hasQuestAchievementFunction('nudibranch'),
},
};
applyEggDefaults(drops, {
+32
View File
@@ -2688,6 +2688,38 @@ let quests = {
exp: 650,
},
},
nudibranch: {
text: t('questNudibranchText'),
notes: t('questNudibranchNotes'),
completion: t('questNudibranchCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questNudibranchBoss'),
hp: 400,
str: 1.5,
},
drop: {
items: [
{
type: 'eggs',
key: 'Nudibranch',
text: t('questNudibranchDropNudibranchEgg'),
}, {
type: 'eggs',
key: 'Nudibranch',
text: t('questNudibranchDropNudibranchEgg'),
}, {
type: 'eggs',
key: 'Nudibranch',
text: t('questNudibranchDropNudibranchEgg'),
},
],
gp: 31,
exp: 200,
unlock: t('questNudibranchUnlockText'),
},
},
};
each(quests, (v, key) => {