feat(content): Armoire and Backgrounds

This commit is contained in:
Sabe Jones 2020-11-03 14:55:51 -06:00
parent 14714f9e1c
commit 6d509ae1f8
17 changed files with 31 additions and 0 deletions

View file

@ -635,6 +635,14 @@
"backgroundSpookyScarecrowFieldText": "Spooky Scarecrow Field",
"backgroundSpookyScarecrowFieldNotes": "Prove you're more daring than a bird by braving a Spooky Scarecrow Field.",
"backgrounds112020": "SET 78: Released November 2020",
"backgroundMysticalObservatoryText": "Mystical Observatory",
"backgroundMysticalObservatoryNotes": "Read your destiny in the stars from a Mystical Observatory.",
"backgroundRestingInTheInnText": "Resting in the Inn",
"backgroundRestingInTheInnNotes": "Work from the comfort and safety of your room while Resting in the Inn.",
"backgroundRiverOfLavaText": "River of Lava",
"backgroundRiverOfLavaNotes": "Defy convection taking a stroll along a River of Lava.",
"timeTravelBackgrounds": "Steampunk Backgrounds",
"backgroundAirshipText": "Airship",
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",

View file

@ -516,6 +516,8 @@
"weaponArmoireGuardiansCrookNotes": "This shepherd's crook could come in handy next time you take your Pets for a stroll in the countryside... Increases Strength by <%= str %>. Enchanted Armoire: Guardian of the Grazers Set (Item 2 of 3).",
"weaponArmoireEnchantersStaffText": "Enchanter's Staff",
"weaponArmoireEnchantersStaffNotes": "The green stones on this staff are filled with the power of change that flows strong through the autumn wind. Increases Perception by <%= per %>. Enchanted Armoire: Autumn Enchanter Set (Item 3 of 4).",
"weaponArmoireClubOfClubsText": "Club of... Clubs",
"weaponArmoireClubOfClubsNotes": "This stylish club won't tip your hand too early about your intentions toward those sneaky old tasks. Increases Strength by <%= str %>. Enchanted Armoire: Jack of Clubs Set (Item 2 of 3).",
"armor": "armor",
"armorCapitalized": "Armor",
@ -1110,6 +1112,8 @@
"armorArmoireGuardiansGownNotes": "A lovely rustic gown, with surprisingly sturdy seams! Increases Intelligence by <%= int %>. Enchanted Armoire: Guardian of the Grazers Set (Item 3 of 3).",
"armorArmoireAutumnEnchantersCloakText": "Autumn Enchanter's Cloak",
"armorArmoireAutumnEnchantersCloakNotes": "A sorcerer as skilled as you needs to look as powerful as they feel. Increases Intelligence by 12. Enchanted Armoire: Autumn Enchanter Set (Item 2 of 4).",
"armorArmoireDoubletOfClubsText": "Doublet Of Clubs",
"armorArmoireDoubletOfClubsNotes": "Who knows what's in the cards, but you'll look stylish at any event in this doublet and cape! Increases Constitution by <%= con %>. Enchanted Armoire: Jack of Clubs Set (Item 3 of 3).",
"headgear": "helm",
"headgearCapitalized": "Headgear",
@ -1724,6 +1728,8 @@
"headArmoireGuardiansBonnetNotes": "Don this fetching bonnet to help you herd your tasks! Increases Constitution by <%= con %>. Enchanted Armoire: Guardian of the Grazers Set (Item 1 of 3).",
"headArmoireHornsOfAutumnText": "Horns of Autumn",
"headArmoireHornsOfAutumnNotes": "Draw the power of the season's brisk air and channel it through your magic! Increases Strength by <%= str %>. Enchanted Armoire: Autumn Enchanter Set (Item 1 of 4).",
"headArmoireCapOfClubsText": "Cap of Clubs",
"headArmoireCapOfClubsNotes": "Let everyone know about your latest achievements with this literal feather in your cap! Increases Intelligence by <%= int %>. Enchanted Armoire: Jack of Clubs Set (Item 1 of 3).",
"offhand": "off-hand item",
"offhandCapitalized": "Off-Hand Item",

View file

@ -405,6 +405,11 @@ const backgrounds = {
haunted_forest: { },
spooky_scarecrow_field: { },
},
backgrounds112020: {
mystical_observatory: { },
resting_in_the_inn: { },
river_of_lava: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View file

@ -330,6 +330,10 @@ const armor = {
int: 12,
set: 'autumnEnchanter',
},
doubletOfClubs: {
con: 10,
set: 'jackOfClubs',
},
};
const body = {
@ -660,6 +664,10 @@ const head = {
str: 12,
set: 'autumnEnchanter',
},
capOfClubs: {
int: 10,
set: 'jackOfClubs',
},
};
const shield = {
@ -1131,6 +1139,10 @@ const weapon = {
per: 12,
set: 'autumnEnchanter',
},
clubOfClubs: {
str: 10,
set: 'jackOfClubs',
},
};
forEach({

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B