August 2024 Content Prebuild (#15277)

* add sprites

* 2024-08 content build

* fixing stuff

* update boss rage effects

* update quest rage text and releaseDates.js

* update shop-featuredItems.js

* fricken fracken beach umbrella

* more beach umbrella

* remove egregious typo
This commit is contained in:
Natalie
2024-07-25 13:55:38 -04:00
committed by GitHub
parent 4789946c4e
commit 2aade9aaa6
14 changed files with 382 additions and 3 deletions
@@ -490,6 +490,10 @@ const armor = {
con: 14,
set: 'corsairSet',
},
dragonKnightsArmor: {
str: 8,
set: 'dragonKnightSet',
},
};
const body = {
@@ -1003,6 +1007,10 @@ const head = {
int: 7,
set: 'corsairSet',
},
dragonKnightsHelm: {
int: 8,
set: 'dragonKnightSet',
},
};
const shield = {
@@ -1844,6 +1852,10 @@ const weapon = {
str: 7,
set: 'corsairSet',
},
dragonKnightsLance: {
con: 8,
set: 'dragonKnightSet',
},
};
const releaseDay = 7;
@@ -273,6 +273,7 @@ const shield = {
201902: { },
202011: { },
202209: { },
202408: { },
301405: { },
301704: { },
};
@@ -297,6 +298,7 @@ const weapon = {
202311: { },
202403: { },
202404: { twoHanded: true },
202408: { },
301404: { },
};