feat(content): Farm Friends bundle

Also tweaks some gear text to avoid multiple items being referred to as "battle-axes".
This commit is contained in:
SabreCat
2017-09-12 20:17:49 +00:00
parent 176a4a0962
commit 099eadeafc
6 changed files with 45 additions and 14 deletions

View File

@@ -85,6 +85,21 @@ api.bundles = {
type: 'quests',
value: 7,
},
farmFriends: {
key: 'farmFriends',
text: t('farmFriendsText'),
notes: t('farmFriendsNotes'),
bundleKeys: [
'cow',
'horse',
'sheep',
],
canBuy () {
return moment().isBetween('2017-09-12', '2017-10-02');
},
type: 'quests',
value: 7,
},
};
/*