Skip to content

Commit e9ba20c

Browse files
authored
chore: [auto-generated] Update tome data from upstream (#320)
Upstream Wynncraft API has been updated with new tome data. If new field types are introduced, please to not merge this PR until the Wynntils mod has been updated to support these changes. This PR has been automatically generated.
1 parent f9450bd commit e9ba20c

File tree

3 files changed

+14
-50
lines changed

3 files changed

+14
-50
lines changed

Data-Storage/urls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
},
254254
{
255255
"id": "dataStaticTomes",
256-
"md5": "5cd87e3ead6b0152d321e81dc1d3326b",
256+
"md5": "da29a5d92bb365de21e33364ed655cbb",
257257
"url": "https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Reference/tomes.json"
258258
},
259259
{

Reference/tomes.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Reference/tomes_expanded.json

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -202,43 +202,6 @@
202202
"tomeType": "guild_tome",
203203
"type": "tome"
204204
},
205-
"Barbarian's Tome of Allegiance": {
206-
"dropMeta": {
207-
"coordinates": [
208-
99999,
209-
99999,
210-
99999
211-
],
212-
"name": "Guild Rewards",
213-
"type": "guild"
214-
},
215-
"dropRestriction": "never",
216-
"icon": {
217-
"format": "attribute",
218-
"value": {
219-
"customModelData": {
220-
"rangeDispatch": [
221-
84
222-
]
223-
},
224-
"id": "minecraft:potion",
225-
"name": "tome.guild"
226-
}
227-
},
228-
"identifications": {
229-
"rawAgility": 2,
230-
"rawStrength": 2
231-
},
232-
"internalName": "Barbarian's Tome of Allegiance",
233-
"raidReward": true,
234-
"rarity": "legendary",
235-
"requirements": {
236-
"level": 100
237-
},
238-
"restrictions": "untradable",
239-
"tomeType": "guild_tome",
240-
"type": "tome"
241-
},
242205
"Blooming Tome of Defensive Mastery I": {
243206
"dropMeta": {
244207
"coordinates": [
@@ -353,9 +316,10 @@
353316
}
354317
},
355318
"identifications": {
356-
"rawStrength": 4
319+
"rawAgility": 2,
320+
"rawStrength": 2
357321
},
358-
"internalName": "Brute's Tome of Allegiance",
322+
"internalName": "Barbarian's Tome of Allegiance",
359323
"raidReward": true,
360324
"rarity": "legendary",
361325
"requirements": {
@@ -2537,9 +2501,9 @@
25372501
},
25382502
"identifications": {
25392503
"healingEfficiency": {
2540-
"max": 7,
2541-
"min": 2,
2542-
"raw": 5
2504+
"max": 4,
2505+
"min": 1,
2506+
"raw": 3
25432507
},
25442508
"lootBonus": {
25452509
"max": 20,
@@ -2947,9 +2911,9 @@
29472911
},
29482912
"identifications": {
29492913
"healingEfficiency": {
2950-
"max": 7,
2951-
"min": 2,
2952-
"raw": 5
2914+
"max": 4,
2915+
"min": 1,
2916+
"raw": 3
29532917
}
29542918
},
29552919
"internalName": "Tome of Remedial Expertise II",
@@ -2987,9 +2951,9 @@
29872951
},
29882952
"identifications": {
29892953
"healingEfficiency": {
2990-
"max": 9,
2991-
"min": 2,
2992-
"raw": 7
2954+
"max": 5,
2955+
"min": 1,
2956+
"raw": 4
29932957
}
29942958
},
29952959
"internalName": "Tome of Remedial Expertise III",

0 commit comments

Comments
 (0)