mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(subscription): January 2016 mystery items
This commit is contained in:
@@ -262,6 +262,12 @@ let head = {
|
||||
mystery: '201512',
|
||||
value: 0,
|
||||
},
|
||||
201601: {
|
||||
text: t('headMystery201601Text'),
|
||||
notes: t('headMystery201601Notes'),
|
||||
mystery: '201601',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
@@ -316,6 +322,12 @@ let headAccessory = {
|
||||
};
|
||||
|
||||
let shield = {
|
||||
201601: {
|
||||
text: t('shieldMystery201601Text'),
|
||||
notes: t('shieldMystery201601Notes'),
|
||||
mystery: '201601',
|
||||
value: 0,
|
||||
},
|
||||
301405: {
|
||||
text: t('shieldMystery301405Text'),
|
||||
notes: t('shieldMystery301405Notes'),
|
||||
|
||||
@@ -94,6 +94,10 @@ let mysterySets = {
|
||||
start: '2015-12-23',
|
||||
end: '2016-01-02',
|
||||
},
|
||||
201601: {
|
||||
start: '2016-01-26',
|
||||
end: '2016-02-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user