mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Armoire and Backgrounds April 2021
This commit is contained in:
@@ -430,6 +430,11 @@ const backgrounds = {
|
||||
splash_in_a_puddle: { },
|
||||
spring_thaw: { },
|
||||
},
|
||||
backgrounds042021: {
|
||||
among_cattails: { },
|
||||
cottage_construction: { },
|
||||
elegant_garden: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -11,7 +11,7 @@ export default prefill({
|
||||
pastelHairColors: { setPrice: 5, availableUntil: '2016-01-01' },
|
||||
rainbowHairColors: { setPrice: 5, text: t('rainbowColors') },
|
||||
shimmerHairColors: {
|
||||
setPrice: 5, availableFrom: '2020-04-14', availableUntil: '2020-05-02', text: t('shimmerColors'),
|
||||
setPrice: 5, availableFrom: '2021-04-06', availableUntil: '2021-04-30T20:00-05:00', text: t('shimmerColors'),
|
||||
},
|
||||
hauntedHairColors: {
|
||||
setPrice: 5, availableFrom: '2020-09-25', availableUntil: '2020-11-02', text: t('hauntedColors'),
|
||||
@@ -22,7 +22,7 @@ export default prefill({
|
||||
rainbowSkins: { setPrice: 5, text: t('rainbowSkins') },
|
||||
animalSkins: { setPrice: 5, text: t('animalSkins') },
|
||||
pastelSkins: {
|
||||
setPrice: 5, availableFrom: '2020-04-14', availableUntil: '2020-05-02', text: t('pastelSkins'),
|
||||
setPrice: 5, availableFrom: '2021-04-06', availableUntil: '2021-04-30T20:00-05:00', text: t('pastelSkins'),
|
||||
},
|
||||
spookySkins: { setPrice: 5, availableUntil: '2016-01-01', text: t('spookySkins') },
|
||||
supernaturalSkins: {
|
||||
|
||||
@@ -350,6 +350,10 @@ const armor = {
|
||||
per: 8,
|
||||
set: 'jadeWarrior',
|
||||
},
|
||||
clownsMotley: {
|
||||
str: 7,
|
||||
set: 'clown',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -362,6 +366,13 @@ const body = {
|
||||
int: 12,
|
||||
set: 'lifeguard',
|
||||
},
|
||||
clownsBowtie: {
|
||||
str: 2,
|
||||
int: 2,
|
||||
con: 2,
|
||||
per: 2,
|
||||
set: 'clown',
|
||||
},
|
||||
};
|
||||
|
||||
const eyewear = {
|
||||
@@ -373,6 +384,9 @@ const eyewear = {
|
||||
goofyGlasses: {
|
||||
per: 10,
|
||||
},
|
||||
clownsNose: {
|
||||
int: 5,
|
||||
},
|
||||
};
|
||||
|
||||
const head = {
|
||||
@@ -700,6 +714,10 @@ const head = {
|
||||
con: 8,
|
||||
set: 'jadeWarrior',
|
||||
},
|
||||
clownsWig: {
|
||||
con: 5,
|
||||
set: 'clown',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -898,6 +916,10 @@ const shield = {
|
||||
con: 6,
|
||||
set: 'pinkLoungewear',
|
||||
},
|
||||
clownsBalloons: {
|
||||
per: 5,
|
||||
set: 'clown',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user