diff --git a/website/common/locales/en/content.json b/website/common/locales/en/content.json
index 78d99e9c96..ab045d5c35 100644
--- a/website/common/locales/en/content.json
+++ b/website/common/locales/en/content.json
@@ -245,6 +245,10 @@
"questEggAlligatorMountText": "Alligator",
"questEggAlligatorAdjective": "a cunning",
+ "questEggVelociraptorText": "Velociraptor",
+ "questEggVelociraptorMountText": "Velociraptor",
+ "questEggVelociraptorAdjective": "a clever",
+
"eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Base",
diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json
index d4fa9d436e..fa4d6e8ed6 100644
--- a/website/common/locales/en/questsContent.json
+++ b/website/common/locales/en/questsContent.json
@@ -730,5 +730,12 @@
"oddballsNotes": "Contains 'The Jelly Regent,' 'Escape the Cave Creature,' and 'A Tangled Yarn.' Available until December 3.",
"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.",
+
+ "questVelociraptorText": "The Veloci-Rapper",
+ "questVelociraptorNotes": "You’re sharing honey cakes with @*~Seraphina~*, @Procyon P, and @Lilith of Alfheim by a lake in the Stoïkalm Steppes. Suddenly, a mournful voice interrupts your picnic.
My Habits took a hit, I missed my Dailies,
I’m losing it, sinking with doubt and maybes,
At the top of my game I used to be so fly,
But now I just let my Due Dates go by.
@*~Seraphina~* peers behind a stand of grass. “It’s the Veloci-Rapper. It seems... distraught?”
You pump a fist in determination. “There's only one thing to do. Rap battle time!”",
+ "questVelociraptorCompletion": "You burst through the grass, confronting the Veloci-Rapper.
See here, rapper, you’re no quitter,
You’re Bad Habits' hardest hitter!
Check off your To-Dos like a boss,
Don’t mourn over one day’s loss!
Filled with renewed confidence, it bounds off to freestyle another day, leaving behind three eggs where it sat.",
+ "questVelociraptorBoss": "Veloci-Rapper",
+ "questVelociraptorDropVelociraptorEgg": "Velociraptor (Egg)",
+ "questVelociraptorUnlockText": "Unlocks purchasable Velociraptor eggs in the Market"
}
diff --git a/website/common/script/content/appearance/sets.js b/website/common/script/content/appearance/sets.js
index 4f62c8d404..bc0a53e237 100644
--- a/website/common/script/content/appearance/sets.js
+++ b/website/common/script/content/appearance/sets.js
@@ -12,12 +12,12 @@ module.exports = prefill({
rainbowHairColors: {setPrice: 5, text: t('rainbowColors')},
shimmerHairColors: {setPrice: 5, availableFrom: '2018-04-05', availableUntil: '2018-05-02', text: t('shimmerColors')},
hauntedHairColors: {setPrice: 5, availableFrom: '2018-10-11', availableUntil: '2018-11-02', text: t('hauntedColors')},
- winteryHairColors: {setPrice: 5, availableFrom: '2018-01-04', availableUntil: '2018-02-02', text: t('winteryColors')},
+ winteryHairColors: {setPrice: 5, availableFrom: '2019-01-08', availableUntil: '2019-02-02', text: t('winteryColors')},
rainbowSkins: {setPrice: 5, text: t('rainbowSkins')},
animalSkins: {setPrice: 5, text: t('animalSkins')},
pastelSkins: {setPrice: 5, availableFrom: '2018-04-05', availableUntil: '2018-05-02', text: t('pastelSkins')},
spookySkins: {setPrice: 5, availableUntil: '2016-01-01', text: t('spookySkins')},
supernaturalSkins: {setPrice: 5, availableFrom: '2018-10-11', availableUntil: '2018-11-02', text: t('supernaturalSkins')},
splashySkins: {setPrice: 5, availableFrom: '2018-07-10', availableUntil: '2018-08-02', text: t('splashySkins')},
- winterySkins: {setPrice: 5, availableFrom: '2018-01-04', availableUntil: '2018-02-02', text: t('winterySkins')},
+ winterySkins: {setPrice: 5, availableFrom: '2019-01-08', availableUntil: '2019-02-02', text: t('winterySkins')},
});
diff --git a/website/common/script/content/eggs.js b/website/common/script/content/eggs.js
index cdec4f9875..6e8313745f 100644
--- a/website/common/script/content/eggs.js
+++ b/website/common/script/content/eggs.js
@@ -374,6 +374,12 @@ let quests = {
adjective: t('questEggAlligatorAdjective'),
canBuy: hasQuestAchievementFunction('alligator'),
},
+ Velociraptor: {
+ text: t('questEggVelociraptorText'),
+ mountText: t('questEggVelociraptorMountText'),
+ adjective: t('questEggVelociraptorAdjective'),
+ canBuy: hasQuestAchievementFunction('velociraptor'),
+ },
};
applyEggDefaults(drops, {
diff --git a/website/common/script/content/quests.js b/website/common/script/content/quests.js
index a127544fa4..8c903681fa 100644
--- a/website/common/script/content/quests.js
+++ b/website/common/script/content/quests.js
@@ -3321,6 +3321,39 @@ let quests = {
unlock: t('questAlligatorUnlockText'),
},
},
+ velociraptor: {
+ text: t('questVelociraptorText'),
+ notes: t('questVelociraptorNotes'),
+ completion: t('questVelociraptorCompletion'),
+ value: 4,
+ category: 'pet',
+ boss: {
+ name: t('questVelociraptorBoss'),
+ hp: 900,
+ str: 2,
+ },
+ drop: {
+ items: [
+ {
+ type: 'eggs',
+ key: 'Velociraptor',
+ text: t('questVelociraptorDropVelociraptorEgg'),
+ }, {
+ type: 'eggs',
+ key: 'Velociraptor',
+ text: t('questVelociraptorDropVelociraptorEgg'),
+ }, {
+ type: 'eggs',
+ key: 'Velociraptor',
+ text: t('questVelociraptorDropVelociraptorEgg'),
+ },
+ ],
+ gp: 63,
+ exp: 575,
+ unlock: t('questVelociraptorUnlockText'),
+ },
+ },
+
};
each(quests, (v, key) => {
diff --git a/website/raw_sprites/spritesmith/quests/bosses/quest_velociraptor.png b/website/raw_sprites/spritesmith/quests/bosses/quest_velociraptor.png
new file mode 100644
index 0000000000..f4292c8104
Binary files /dev/null and b/website/raw_sprites/spritesmith/quests/bosses/quest_velociraptor.png differ
diff --git a/website/raw_sprites/spritesmith/quests/scrolls/inventory_quest_scroll_velociraptor.png b/website/raw_sprites/spritesmith/quests/scrolls/inventory_quest_scroll_velociraptor.png
new file mode 100644
index 0000000000..32ec79c295
Binary files /dev/null and b/website/raw_sprites/spritesmith/quests/scrolls/inventory_quest_scroll_velociraptor.png differ
diff --git a/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Velociraptor.png b/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Velociraptor.png
new file mode 100644
index 0000000000..d4bd38735c
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Velociraptor.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Base.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Base.png
new file mode 100644
index 0000000000..da26d1f860
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Base.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-CottonCandyBlue.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-CottonCandyBlue.png
new file mode 100644
index 0000000000..8d2a9fa8f5
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-CottonCandyBlue.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-CottonCandyPink.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-CottonCandyPink.png
new file mode 100644
index 0000000000..fdce360a62
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-CottonCandyPink.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Desert.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Desert.png
new file mode 100644
index 0000000000..4006a1183e
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Desert.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Golden.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Golden.png
new file mode 100644
index 0000000000..368763704a
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Golden.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Red.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Red.png
new file mode 100644
index 0000000000..425c8b6cd9
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Red.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Shade.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Shade.png
new file mode 100644
index 0000000000..c9461db439
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Shade.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Skeleton.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Skeleton.png
new file mode 100644
index 0000000000..802f734c9c
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Skeleton.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-White.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-White.png
new file mode 100644
index 0000000000..7dc8afae2a
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-White.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Zombie.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Zombie.png
new file mode 100644
index 0000000000..6693254539
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Velociraptor-Zombie.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Base.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Base.png
new file mode 100644
index 0000000000..3504e8ce04
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Base.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-CottonCandyBlue.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-CottonCandyBlue.png
new file mode 100644
index 0000000000..f56267603d
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-CottonCandyBlue.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-CottonCandyPink.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-CottonCandyPink.png
new file mode 100644
index 0000000000..3c42f84325
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-CottonCandyPink.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Desert.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Desert.png
new file mode 100644
index 0000000000..9ed2614709
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Desert.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Golden.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Golden.png
new file mode 100644
index 0000000000..ae83b94121
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Golden.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Red.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Red.png
new file mode 100644
index 0000000000..5e533fe9c6
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Red.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Shade.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Shade.png
new file mode 100644
index 0000000000..77a9275650
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Shade.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Skeleton.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Skeleton.png
new file mode 100644
index 0000000000..06a9023333
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Skeleton.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-White.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-White.png
new file mode 100644
index 0000000000..44b5bc6f90
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-White.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Zombie.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Zombie.png
new file mode 100644
index 0000000000..17a4dcf361
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Velociraptor-Zombie.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Base.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Base.png
new file mode 100644
index 0000000000..48664233bb
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Base.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-CottonCandyBlue.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-CottonCandyBlue.png
new file mode 100644
index 0000000000..f5bb789fe8
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-CottonCandyBlue.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-CottonCandyPink.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-CottonCandyPink.png
new file mode 100644
index 0000000000..6400ac10e2
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-CottonCandyPink.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Desert.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Desert.png
new file mode 100644
index 0000000000..990050db80
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Desert.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Golden.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Golden.png
new file mode 100644
index 0000000000..36c12bd08f
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Golden.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Red.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Red.png
new file mode 100644
index 0000000000..8f72814e4b
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Red.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Shade.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Shade.png
new file mode 100644
index 0000000000..91d9d34367
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Shade.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Skeleton.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Skeleton.png
new file mode 100644
index 0000000000..58a5429699
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Skeleton.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-White.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-White.png
new file mode 100644
index 0000000000..aabb2088dc
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-White.png differ
diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Zombie.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Zombie.png
new file mode 100644
index 0000000000..468d0cecd2
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Velociraptor-Zombie.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Base.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Base.png
new file mode 100644
index 0000000000..e00987c387
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Base.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-CottonCandyBlue.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-CottonCandyBlue.png
new file mode 100644
index 0000000000..bc428ea4e2
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-CottonCandyBlue.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-CottonCandyPink.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-CottonCandyPink.png
new file mode 100644
index 0000000000..0132b7c1a9
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-CottonCandyPink.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Desert.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Desert.png
new file mode 100644
index 0000000000..57c44ba695
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Desert.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Golden.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Golden.png
new file mode 100644
index 0000000000..2d4af45040
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Golden.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Red.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Red.png
new file mode 100644
index 0000000000..bed1cc1685
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Red.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Shade.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Shade.png
new file mode 100644
index 0000000000..2d3497e963
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Shade.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Skeleton.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Skeleton.png
new file mode 100644
index 0000000000..ef97f8cc37
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Skeleton.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-White.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-White.png
new file mode 100644
index 0000000000..be1b629a38
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-White.png differ
diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Zombie.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Zombie.png
new file mode 100644
index 0000000000..8284a53d05
Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Velociraptor-Zombie.png differ
diff --git a/website/raw_sprites/spritesmith_large/promo_wintery_skins.png b/website/raw_sprites/spritesmith_large/promo_wintery_skins.png
new file mode 100644
index 0000000000..0e2a7a3765
Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_wintery_skins.png differ
diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js
index fb6ee09c92..052f6eb9b1 100644
--- a/website/server/controllers/api-v3/news.js
+++ b/website/server/controllers/api-v3/news.js
@@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
let api = {};
// @TODO export this const, cannot export it from here because only routes are exported from controllers
-const LAST_ANNOUNCEMENT_TITLE = 'JANUARY BACKGROUNDS AND ARMOIRE ITEMS!';
+const LAST_ANNOUNCEMENT_TITLE = 'WINTERY AVATAR CUSTOMIZATIONS AND NEW PET QUEST!';
const worldDmg = { // @TODO
bailey: false,
};
@@ -30,14 +30,21 @@ api.getNews = {
We’ve added three new backgrounds to the Background Shop! Now your avatar can excavate an Archaeological Dig, write in a Scribe's Workshop, or brave a powerful Avalanche. Check them out under User Icon > Backgrounds!
-Plus, there’s new Gold-purchasable equipment in the Enchanted Armoire, including the Scribe Set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)
-The Seasonal Edition Wintery Hair Colors are now available for purchase! Now you can dye your avatar's hair Snowy, Peppermint, Holly Green, Aurora, Winter Star, or Festive.
+Plus, the Seasonal Edition Wintery Skins are available, too! You can complete your winter avatar look with Aurora, Dapper, Festive, Holly, Polar, Sugar, or Winter Star Skins.
+Both of these Seasonal Edition customization sets will only be available to purchase until January 31st, after which they'll be gone until next year, so be sure to scoop them up now! You can find them in User>Edit Avatar!
+Hone your beats and practice your rhymes--it's time for a rap battle! Get the latest pet quest, The Veloci-Rapper, and earn some clever velociraptor pets by completing your real-life tasks.
+