feat(content): new hatching potion + rereleases
@@ -302,6 +302,7 @@
|
|||||||
"hatchingPotionAutumnLeaf": "Autumn Leaf",
|
"hatchingPotionAutumnLeaf": "Autumn Leaf",
|
||||||
"hatchingPotionBlackPearl": "Black Pearl",
|
"hatchingPotionBlackPearl": "Black Pearl",
|
||||||
"hatchingPotionStainedGlass": "Stained Glass",
|
"hatchingPotionStainedGlass": "Stained Glass",
|
||||||
|
"hatchingPotionPolkaDot": "Polka Dot",
|
||||||
|
|
||||||
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
||||||
"premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.",
|
"premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.",
|
||||||
|
|||||||
@@ -729,7 +729,7 @@
|
|||||||
"questAlligatorUnlockText": "Unlocks Alligator Eggs for purchase in the Market",
|
"questAlligatorUnlockText": "Unlocks Alligator Eggs for purchase in the Market",
|
||||||
|
|
||||||
"oddballsText": "Oddballs Quest Bundle",
|
"oddballsText": "Oddballs Quest Bundle",
|
||||||
"oddballsNotes": "Contains 'The Jelly Regent,' 'Escape the Cave Creature,' and 'A Tangled Yarn.' Available until June 30.",
|
"oddballsNotes": "Contains 'The Jelly Regent,' 'Escape the Cave Creature,' and 'A Tangled Yarn.' Available until April 30.",
|
||||||
|
|
||||||
"birdBuddiesText": "Bird Buddies Quest Bundle",
|
"birdBuddiesText": "Bird Buddies Quest Bundle",
|
||||||
"birdBuddiesNotes": "Contains 'The Fowl Frost,' 'Rooster Rampage,' and 'The Push-and-Pull Peacock.' Available until December 31.",
|
"birdBuddiesNotes": "Contains 'The Fowl Frost,' 'Rooster Rampage,' and 'The Push-and-Pull Peacock.' Available until December 31.",
|
||||||
|
|||||||
@@ -191,6 +191,14 @@ const premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionRainbow'),
|
text: t('hatchingPotionRainbow'),
|
||||||
limited: true,
|
limited: true,
|
||||||
|
_addlNotes: t('eventAvailabilityReturning', {
|
||||||
|
availableDate: t('dateEndMarch'),
|
||||||
|
previousDate: t('marchYYYY', { year: 2019 }),
|
||||||
|
}),
|
||||||
|
event: EVENTS.spring2021,
|
||||||
|
canBuy () {
|
||||||
|
return moment().isBefore('2021-04-30T20:00-04:00');
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Glass: {
|
Glass: {
|
||||||
value: 2,
|
value: 2,
|
||||||
@@ -340,12 +348,13 @@ const premium = {
|
|||||||
text: t('hatchingPotionBirchBark'),
|
text: t('hatchingPotionBirchBark'),
|
||||||
limited: true,
|
limited: true,
|
||||||
event: EVENTS.spring2020,
|
event: EVENTS.spring2020,
|
||||||
canBuy () {
|
_addlNotes: t('eventAvailabilityReturning', {
|
||||||
return moment().isBefore('2020-05-02');
|
availableDate: t('dateEndMarch'),
|
||||||
},
|
previousDate: t('marchYYYY', { year: 2020 }),
|
||||||
_addlNotes: t('premiumPotionAddlNotes', {
|
|
||||||
date: t('dateEndMarch'),
|
|
||||||
}),
|
}),
|
||||||
|
canBuy () {
|
||||||
|
return moment().isBefore('2021-04-30T20:00-04:00');
|
||||||
|
},
|
||||||
},
|
},
|
||||||
Fluorite: {
|
Fluorite: {
|
||||||
value: 2,
|
value: 2,
|
||||||
@@ -422,6 +431,18 @@ const premium = {
|
|||||||
return moment().isBetween('2020-12-22T08:00-04:00', '2021-01-31T20:00-04:00');
|
return moment().isBetween('2020-12-22T08:00-04:00', '2021-01-31T20:00-04:00');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
PolkaDot: {
|
||||||
|
value: 2,
|
||||||
|
text: t('hatchingPotionPolkaDot'),
|
||||||
|
limited: true,
|
||||||
|
event: EVENTS.spring2021,
|
||||||
|
_addlNotes: t('premiumPotionAddlNotes', {
|
||||||
|
date: t('dateEndMarch'),
|
||||||
|
}),
|
||||||
|
canBuy () {
|
||||||
|
return moment().isBefore('2021-04-30T20:00-04:00');
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const wacky = {
|
const wacky = {
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 821 B |
|
After Width: | Height: | Size: 740 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 938 B |
|
After Width: | Height: | Size: 723 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 923 B |
|
After Width: | Height: | Size: 632 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 858 B |
|
After Width: | Height: | Size: 674 B |
|
After Width: | Height: | Size: 781 B |
|
After Width: | Height: | Size: 870 B |
|
After Width: | Height: | Size: 847 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 841 B |
|
After Width: | Height: | Size: 942 B |
|
After Width: | Height: | Size: 921 B |
|
After Width: | Height: | Size: 856 B |
|
After Width: | Height: | Size: 896 B |
|
After Width: | Height: | Size: 965 B |
|
After Width: | Height: | Size: 764 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 925 B |
|
After Width: | Height: | Size: 834 B |
|
After Width: | Height: | Size: 722 B |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 982 B |
BIN
website/raw_sprites/spritesmith/stable/pets/Pet-Fox-PolkaDot.png
Normal file
|
After Width: | Height: | Size: 821 B |
|
After Width: | Height: | Size: 864 B |
|
After Width: | Height: | Size: 721 B |
|
After Width: | Height: | Size: 877 B |
|
After Width: | Height: | Size: 875 B |
|
After Width: | Height: | Size: 644 B |