mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
feat(content): February Mystery Items
This commit is contained in:
@@ -400,6 +400,12 @@ let eyewear = {
|
||||
mystery: '201701',
|
||||
value: 0,
|
||||
},
|
||||
201902: {
|
||||
text: t('eyewearMystery201902Text'),
|
||||
notes: t('eyewearMystery201902Notes'),
|
||||
mystery: '201902',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('eyewearMystery301404Text'),
|
||||
notes: t('eyewearMystery301404Notes'),
|
||||
@@ -781,6 +787,12 @@ let shield = {
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
201902: {
|
||||
text: t('shieldMystery201902Text'),
|
||||
notes: t('shieldMystery201902Notes'),
|
||||
mystery: '201902',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('shieldMystery301405Text'),
|
||||
notes: t('shieldMystery301405Notes'),
|
||||
|
||||
@@ -242,6 +242,10 @@ let mysterySets = {
|
||||
start: '2019-01-28',
|
||||
end: '2019-02-02',
|
||||
},
|
||||
201902: {
|
||||
start: '2019-02-25',
|
||||
end: '2019-03-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
@@ -17,7 +17,7 @@ const featuredItems = {
|
||||
},
|
||||
{
|
||||
type: 'card',
|
||||
path: 'cardTypes.valentine',
|
||||
path: 'cardTypes.goodluck',
|
||||
},
|
||||
],
|
||||
quests: [
|
||||
|
||||
Reference in New Issue
Block a user