mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Mystery Items May 2016 (#7501)
* feat(mystery): May 2016 subscriber set * chore(news): Bailey
This commit is contained in:
@@ -115,6 +115,12 @@ let armor = {
|
||||
mystery: '201604',
|
||||
value: 0,
|
||||
},
|
||||
201605: {
|
||||
text: t('armorMystery201605Text'),
|
||||
notes: t('armorMystery201605Notes'),
|
||||
mystery: '201605',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -304,6 +310,12 @@ let head = {
|
||||
mystery: '201604',
|
||||
value: 0,
|
||||
},
|
||||
201605: {
|
||||
text: t('headMystery201605Text'),
|
||||
notes: t('headMystery201605Notes'),
|
||||
mystery: '201605',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -110,6 +110,10 @@ let mysterySets = {
|
||||
start: '2016-04-25',
|
||||
end: '2016-05-02',
|
||||
},
|
||||
201605: {
|
||||
start: '2016-05-25',
|
||||
end: '2016-06-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user