mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Mystery Items July 2019
This commit is contained in:
@@ -241,6 +241,12 @@ let armor = {
|
||||
mystery: '201906',
|
||||
value: 0,
|
||||
},
|
||||
201907: {
|
||||
text: t('armorMystery201907Text'),
|
||||
notes: t('armorMystery201907Notes'),
|
||||
mystery: '201907',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -430,6 +436,12 @@ let eyewear = {
|
||||
mystery: '201902',
|
||||
value: 0,
|
||||
},
|
||||
201907: {
|
||||
text: t('eyewearMystery201907Text'),
|
||||
notes: t('eyewearMystery201907Notes'),
|
||||
mystery: '201907',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('eyewearMystery301404Text'),
|
||||
notes: t('eyewearMystery301404Notes'),
|
||||
@@ -709,6 +721,12 @@ let head = {
|
||||
mystery: '201904',
|
||||
value: 0,
|
||||
},
|
||||
201907: {
|
||||
text: t('headMystery201907Text'),
|
||||
notes: t('headMystery201907Notes'),
|
||||
mystery: '201907',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -262,6 +262,10 @@ let mysterySets = {
|
||||
start: '2019-06-25',
|
||||
end: '2019-07-03',
|
||||
},
|
||||
201907: {
|
||||
start: '2019-07-25',
|
||||
end: '2019-08-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user