mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Reordered Magic Hatching Potions, fixes issue 8465 (#8467)
* Moved Royal Purple to top of list, ordered other mounts from Spring to Winter * Issue 8465, moved Royal Purple to top and arranged other pets/mounts from Spring-Winter * Fixed whitespacing mistake from previous commit * Magic Hatching Potions reordered by season
This commit is contained in:
committed by
Sabe Jones
parent
f8cfdfa37d
commit
1db52de45d
@@ -49,17 +49,16 @@ let drops = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let premium = {
|
let premium = {
|
||||||
Spooky: {
|
RoyalPurple: {
|
||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionSpooky'),
|
text: t('hatchingPotionRoyalPurple'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'fall',
|
|
||||||
},
|
},
|
||||||
Peppermint: {
|
Cupid: {
|
||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionPeppermint'),
|
text: t('hatchingPotionCupid'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'winter',
|
_season: 'valentines',
|
||||||
},
|
},
|
||||||
Floral: {
|
Floral: {
|
||||||
value: 2,
|
value: 2,
|
||||||
@@ -73,28 +72,29 @@ let premium = {
|
|||||||
limited: true,
|
limited: true,
|
||||||
_season: 'summer',
|
_season: 'summer',
|
||||||
},
|
},
|
||||||
|
Spooky: {
|
||||||
|
value: 2,
|
||||||
|
text: t('hatchingPotionSpooky'),
|
||||||
|
limited: true,
|
||||||
|
_season: 'fall',
|
||||||
|
},
|
||||||
Ghost: {
|
Ghost: {
|
||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionGhost'),
|
text: t('hatchingPotionGhost'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'fall',
|
_season: 'fall',
|
||||||
},
|
},
|
||||||
RoyalPurple: {
|
|
||||||
value: 2,
|
|
||||||
text: t('hatchingPotionRoyalPurple'),
|
|
||||||
limited: true,
|
|
||||||
},
|
|
||||||
Holly: {
|
Holly: {
|
||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionHolly'),
|
text: t('hatchingPotionHolly'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'winter',
|
_season: 'winter',
|
||||||
},
|
},
|
||||||
Cupid: {
|
Peppermint: {
|
||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionCupid'),
|
text: t('hatchingPotionPeppermint'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'valentines',
|
_season: 'winter',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user