feat(content): Armoire and Backgrounds Jan 2022

This commit is contained in:
SabreCat
2022-01-06 16:28:16 -06:00
parent a2134084d5
commit 82ad85e564
6 changed files with 79 additions and 45 deletions

View File

@@ -121,7 +121,7 @@
v-if="editing"
class="menu-container col-2"
:class="{active: activeTopPage === 'backgrounds'}"
@click="changeTopPage('backgrounds', '2021')"
@click="changeTopPage('backgrounds', '2022')"
>
<div class="menu-item">
<div
@@ -1184,7 +1184,7 @@ export default {
},
],
bgSubMenuItems: ['2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'].map(y => ({
bgSubMenuItems: ['2022', '2021', '2020', '2019', '2018', '2017', '2016', '2015', '2014'].map(y => ({
id: y,
label: y,
})),
@@ -1212,6 +1212,7 @@ export default {
2019: [],
2020: [],
2021: [],
2022: [],
};
// Hack to force update for now until we restructure the data

View File

@@ -746,6 +746,14 @@
"backgroundFrozenPolarWatersText": "Frozen Polar Waters",
"backgroundFrozenPolarWatersNotes": "Explore Frozen Polar Waters.",
"backgrounds012022": "SET 92: Released January 2022",
"backgroundMeteorShowerText": "Meteor Shower",
"backgroundMeteorShowerNotes": "Observe the dazzling nighttime display of a Meteor Shower.",
"backgroundPalmTreeWithFairyLightsText": "Palm Tree with Fairy Lights",
"backgroundPalmTreeWithFairyLightsNotes": "Pose by a Palm Tree bedecked with Fairy Lights.",
"backgroundSnowyFarmText": "Snowy Farm",
"backgroundSnowyFarmNotes": "Check that everyone is well and warm on your Snowy Farm.",
"timeTravelBackgrounds": "Steampunk Backgrounds",
"backgroundAirshipText": "Airship",
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",

View File

@@ -613,6 +613,8 @@
"weaponArmoirePotionGoldenNotes": "With this potion, your pet can have a heart of gold… and ears of gold… and a tail of gold… Increases Strength and Intelligence by <%= attrs %> each. Enchanted Armoire: Potion Set (Item 10 of 10)",
"weaponArmoireRegalSceptreText": "Regal Sceptre",
"weaponArmoireRegalSceptreNotes": "Display your regal authority by taking this bejeweled staff in hand. Increases Perception by <%= per %>. Enchanted Armoire: Regal Set (Item 2 of 2).",
"weaponArmoireShootingStarSpellText": "Stardust Sparkles",
"weaponArmoireShootingStarSpellNotes": "Surround yourself in a spell of stardust magic to help you make all your wishes come true. Increases Strength and Intelligence by <%= attrs %> each. Enchanted Armoire: Stardust Set (Item 3 of 3).",
"armor": "armor",
"armorCapitalized": "Armor",
@@ -1292,6 +1294,8 @@
"armorArmoireHeraldsTunicNotes": "Get ready to spread good news far and wide in this colorful, royal outfit. Increases Constitution by <%= con %>. Enchanted Armoire: Herald Set (Item 1 of 4).",
"armorArmoireSoftBlackSuitText": "Soft Black Suit",
"armorArmoireSoftBlackSuitNotes": "Black is a mysterious colour. Its sure to inspire the most interesting dreams. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Black Loungewear Set (Item 2 of 3).",
"armorArmoireShootingStarCostumeText": "Star Gown",
"armorArmoireShootingStarCostumeNotes": "Rumored to have been spun out of the night sky itself, this flowy gown lets you rise above all obstacles in your path. Increases Constitution by <%= con %>. Enchanted Armoire: Stardust Set (Item 2 of 3).",
"headgear": "helm",
"headgearCapitalized": "Headgear",
@@ -1995,6 +1999,8 @@
"headArmoireBlackFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a bold black color. Increases Constitution, Perception, and Strength by <%= attrs %> each. Enchanted Armoire: Black Loungewear Set (Item 1 of 3).",
"headArmoireRegalCrownText": "Regal Crown",
"headArmoireRegalCrownNotes": "Any monarch would be lucky to have such a majestic, smart-looking crown. Increases Intelligence by <%= int %>. Enchanted Armoire: Regal Set (Item 1 of 2).",
"headArmoireShootingStarCrownText": "Star Crown",
"headArmoireShootingStarCrownNotes": "With this brightly shining headpiece, you will literally be the star of your own adventure! Increases Perception by <%= per %>. Enchanted Armoire: Stardust Set (Item 1 of 3).",
"offhand": "off-hand item",
"offHandCapitalized": "Off-Hand Item",

View File

@@ -475,6 +475,11 @@ const backgrounds = {
ice_palace: { },
frozen_polar_waters: { },
},
backgrounds012022: {
meteor_shower: { },
palm_tree_with_fairy_lights: { },
snowy_farm: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View File

@@ -379,6 +379,10 @@ const armor = {
per: 7,
set: 'blackLoungewear',
},
shootingStarCostume: {
con: 10,
set: 'shootingStar',
},
};
const body = {
@@ -773,6 +777,10 @@ const head = {
int: 7,
set: 'regal',
},
shootingStarCrown: {
per: 10,
set: 'shootingStar',
},
};
const shield = {
@@ -1407,6 +1415,12 @@ const weapon = {
per: 7,
set: 'regal',
},
shootingStarSpell: {
str: 5,
int: 5,
set: 'shootingStar',
twoHanded: true,
},
};
forEach({