mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Mystery Items June 2018
This commit is contained in:
@@ -193,6 +193,12 @@ let armor = {
|
||||
mystery: '201802',
|
||||
value: 0,
|
||||
},
|
||||
201806: {
|
||||
text: t('armorMystery201806Text'),
|
||||
notes: t('armorMystery201806Notes'),
|
||||
mystery: '201806',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -583,6 +589,12 @@ let head = {
|
||||
mystery: '201805',
|
||||
value: 0,
|
||||
},
|
||||
201806: {
|
||||
text: t('headMystery201806Text'),
|
||||
notes: t('headMystery201806Notes'),
|
||||
mystery: '201806',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -210,6 +210,10 @@ let mysterySets = {
|
||||
start: '2018-05-24',
|
||||
end: '2018-06-02',
|
||||
},
|
||||
201806: {
|
||||
start: '2018-06-21',
|
||||
end: '2018-07-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user