mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Subscriber Items Dec 2017
This commit is contained in:
@@ -181,6 +181,12 @@ let armor = {
|
||||
mystery: '201711',
|
||||
value: 0,
|
||||
},
|
||||
201712: {
|
||||
text: t('armorMystery201712Text'),
|
||||
notes: t('armorMystery201712Notes'),
|
||||
mystery: '201712',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -523,6 +529,12 @@ let head = {
|
||||
mystery: '201710',
|
||||
value: 0,
|
||||
},
|
||||
201712: {
|
||||
text: t('headMystery201712Text'),
|
||||
notes: t('headMystery201712Notes'),
|
||||
mystery: '201712',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -186,6 +186,10 @@ let mysterySets = {
|
||||
start: '2017-11-17',
|
||||
end: '2017-12-02',
|
||||
},
|
||||
201712: {
|
||||
start: '2017-12-21',
|
||||
end: '2018-01-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user