2024-09 Content Prebuild (#15295)
* 202409 subscriber gear * 2024-09 enchanted armoire gear * 2024 fall festival gear * 2024-09 background * 2024-09 pet quest * typos and update featuredItems.js * quest and typo fix * fix subscriber set name * text amendments * update quest title # Conflicts: # habitica-images
This commit is contained in:
@@ -494,6 +494,10 @@ const armor = {
|
||||
str: 8,
|
||||
set: 'dragonKnightSet',
|
||||
},
|
||||
funnyFoolCostume: {
|
||||
str: 15,
|
||||
set: 'funnyFoolSet',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1011,6 +1015,10 @@ const head = {
|
||||
int: 8,
|
||||
set: 'dragonKnightSet',
|
||||
},
|
||||
funnyFoolCap: {
|
||||
con: 15,
|
||||
set: 'funnyFoolSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1856,6 +1864,11 @@ const weapon = {
|
||||
con: 8,
|
||||
set: 'dragonKnightSet',
|
||||
},
|
||||
funnyFoolBaton: {
|
||||
con: 15,
|
||||
str: 15,
|
||||
set: 'funnyFoolSet',
|
||||
},
|
||||
};
|
||||
|
||||
const releaseDay = 7;
|
||||
|
||||
@@ -228,6 +228,7 @@ const head = {
|
||||
202404: { },
|
||||
202406: { },
|
||||
202407: { },
|
||||
202409: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
@@ -274,6 +275,7 @@ const shield = {
|
||||
202011: { },
|
||||
202209: { },
|
||||
202408: { },
|
||||
202409: { },
|
||||
301405: { },
|
||||
301704: { },
|
||||
};
|
||||
|
||||
@@ -767,6 +767,18 @@ const armor = {
|
||||
summer2024Rogue: {
|
||||
set: 'summer2024NudibranchRogueSet',
|
||||
},
|
||||
fall2024Warrior: {
|
||||
set: 'fall2024FieryImpWarriorSet',
|
||||
},
|
||||
fall2024Mage: {
|
||||
set: 'fall2024UnderworldSorcerorMageSet',
|
||||
},
|
||||
fall2024Healer: {
|
||||
set: 'fall2024SpaceInvaderHealerSet',
|
||||
},
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const armorStats = {
|
||||
@@ -1844,6 +1856,18 @@ const head = {
|
||||
summer2024Rogue: {
|
||||
set: 'summer2024NudibranchRogueSet',
|
||||
},
|
||||
fall2024Warrior: {
|
||||
set: 'fall2024FieryImpWarriorSet',
|
||||
},
|
||||
fall2024Mage: {
|
||||
set: 'fall2024UnderworldSorcerorMageSet',
|
||||
},
|
||||
fall2024Healer: {
|
||||
set: 'fall2024SpaceInvaderHealerSet',
|
||||
},
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const headStats = {
|
||||
@@ -2525,6 +2549,15 @@ const shield = {
|
||||
summer2024Rogue: {
|
||||
set: 'summer2024NudibranchRogueSet',
|
||||
},
|
||||
fall2024Warrior: {
|
||||
set: 'fall2024FieryImpWarriorSet',
|
||||
},
|
||||
fall2024Healer: {
|
||||
set: 'fall2024SpaceInvaderHealerSet',
|
||||
},
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shieldStats = {
|
||||
@@ -3192,6 +3225,18 @@ const weapon = {
|
||||
summer2024Rogue: {
|
||||
set: 'summer2024NudibranchRogueSet',
|
||||
},
|
||||
fall2024Warrior: {
|
||||
set: 'fall2024FieryImpWarriorSet',
|
||||
},
|
||||
fall2024Mage: {
|
||||
set: 'fall2024UnderworldSorcerorMageSet',
|
||||
},
|
||||
fall2024Healer: {
|
||||
set: 'fall2024SpaceInvaderHealerSet',
|
||||
},
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const weaponStats = {
|
||||
|
||||
Reference in New Issue
Block a user