mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(content): Sunshine Potions
This commit is contained in:
@@ -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 = 'May';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
@@ -76,7 +76,7 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFloral'),
|
||||
limited: true,
|
||||
_season: '_PENDING_',
|
||||
_season: 'May',
|
||||
},
|
||||
Aquatic: {
|
||||
value: 2,
|
||||
@@ -130,7 +130,7 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionRainbow'),
|
||||
limited: true,
|
||||
_season: 'March',
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Glass: {
|
||||
value: 2,
|
||||
@@ -166,7 +166,13 @@ let premium = {
|
||||
value: 2,
|
||||
text: t('hatchingPotionCelestial'),
|
||||
limited: true,
|
||||
_season: 'March',
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Sunshine: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionSunshine'),
|
||||
limited: true,
|
||||
_season: 'May',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -174,7 +180,7 @@ const wacky = {
|
||||
Veggie: {
|
||||
text: t('hatchingPotionVeggie'),
|
||||
limited: true,
|
||||
_season: 'March',
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user