feat(content): new Mystery Items

and reenable Floral Potions
This commit is contained in:
SabreCat
2017-05-23 22:03:31 +00:00
parent 023fd6e6b0
commit 3cf533f261
14 changed files with 69 additions and 14 deletions

View File

@@ -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,
};

View File

@@ -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,

View File

@@ -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,

View File

@@ -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',