mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): new Mystery Items
and reenable Floral Potions
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {body as baseBody} from './sets/base';
|
||||
|
||||
import {body as mysteryBody} from './sets/mystery';
|
||||
import {body as specialBody} from './sets/special';
|
||||
|
||||
let body = {
|
||||
base: baseBody,
|
||||
mystery: mysteryBody,
|
||||
special: specialBody,
|
||||
};
|
||||
|
||||
|
||||
@@ -246,6 +246,15 @@ let back = {
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
201705: {
|
||||
text: t('bodyMystery201705Text'),
|
||||
notes: t('bodyMystery201705Notes'),
|
||||
mystery: '201705',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
201503: {
|
||||
text: t('eyewearMystery201503Text'),
|
||||
@@ -454,6 +463,12 @@ let head = {
|
||||
mystery: '201703',
|
||||
value: 0,
|
||||
},
|
||||
201705: {
|
||||
text: t('headMystery201705Text'),
|
||||
notes: t('headMystery201705Notes'),
|
||||
mystery: '201705',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
@@ -582,6 +597,7 @@ let weapon = {
|
||||
let mysterySet = {
|
||||
armor,
|
||||
back,
|
||||
body,
|
||||
eyewear,
|
||||
head,
|
||||
headAccessory,
|
||||
|
||||
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
||||
import each from 'lodash/each';
|
||||
import t from './translation';
|
||||
|
||||
const CURRENT_SEASON = 'none';
|
||||
const CURRENT_SEASON = 'June';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
@@ -76,7 +76,7 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFloral'),
|
||||
limited: true,
|
||||
_season: 'spring',
|
||||
_season: 'June',
|
||||
},
|
||||
Thunderstorm: {
|
||||
value: 2,
|
||||
|
||||
@@ -158,6 +158,10 @@ let mysterySets = {
|
||||
start: '2017-04-25',
|
||||
end: '2017-05-02',
|
||||
},
|
||||
201705: {
|
||||
start: '2017-05-23',
|
||||
end: '2017-06-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user