mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): mystery items 2018-11
This commit is contained in:
@@ -643,6 +643,12 @@ let head = {
|
||||
mystery: '201810',
|
||||
value: 0,
|
||||
},
|
||||
201811: {
|
||||
text: t('headMystery201811Text'),
|
||||
notes: t('headMystery201811Notes'),
|
||||
mystery: '201811',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
@@ -796,6 +802,12 @@ let weapon = {
|
||||
mystery: '201708',
|
||||
value: 0,
|
||||
},
|
||||
201811: {
|
||||
text: t('weaponMystery201811Text'),
|
||||
notes: t('weaponMystery201811Notes'),
|
||||
mystery: '201811',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('weaponMystery301404Text'),
|
||||
notes: t('weaponMystery301404Notes'),
|
||||
|
||||
@@ -230,6 +230,10 @@ let mysterySets = {
|
||||
start: '2018-10-25',
|
||||
end: '2018-11-02',
|
||||
},
|
||||
201811: {
|
||||
start: '2018-11-28',
|
||||
end: '2018-12-4',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user