mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
feat(content): mystery items Feb 2018
This commit is contained in:
@@ -187,6 +187,12 @@ let armor = {
|
||||
mystery: '201712',
|
||||
value: 0,
|
||||
},
|
||||
201802: {
|
||||
text: t('armorMystery201802Text'),
|
||||
notes: t('armorMystery201802Notes'),
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -541,6 +547,12 @@ let head = {
|
||||
mystery: '201712',
|
||||
value: 0,
|
||||
},
|
||||
201802: {
|
||||
text: t('headMystery201802Text'),
|
||||
notes: t('headMystery201802Notes'),
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
@@ -637,6 +649,12 @@ let shield = {
|
||||
mystery: '201709',
|
||||
value: 0,
|
||||
},
|
||||
201802: {
|
||||
text: t('shieldMystery201802Text'),
|
||||
notes: t('shieldMystery201802Notes'),
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('shieldMystery301405Text'),
|
||||
notes: t('shieldMystery301405Notes'),
|
||||
|
||||
@@ -194,6 +194,10 @@ let mysterySets = {
|
||||
start: '2018-01-23',
|
||||
end: '2018-02-02',
|
||||
},
|
||||
201802: {
|
||||
start: '2018-02-22',
|
||||
end: '2018-03-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user