Skip to content

Commit 28536e9

Browse files
authored
chore: [auto-generated] Update tome data from upstream (#181)
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 5154f94 commit 28536e9

File tree

3 files changed

+22
-49
lines changed

3 files changed

+22
-49
lines changed

Data-Storage/urls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
},
216216
{
217217
"id": "dataStaticTomes",
218-
"md5": "4fecb2877d4be161e262f83a91da779e",
218+
"md5": "89591fc22600d80736aab3f69244c436",
219219
"url": "https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Reference/tomes.json"
220220
},
221221
{

Reference/tomes.json

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

Reference/tomes_expanded.json

Lines changed: 20 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"raw": 3
2626
},
2727
"waterDamage": {
28-
"max": 7,
28+
"max": 8,
2929
"min": 2,
30-
"raw": 5
30+
"raw": 6
3131
}
3232
},
3333
"internalName": "Abyssal Tome of Combat Mastery II",
@@ -66,9 +66,9 @@
6666
"raw": 4
6767
},
6868
"waterDamage": {
69-
"max": 8,
69+
"max": 9,
7070
"min": 2,
71-
"raw": 6
71+
"raw": 7
7272
}
7373
},
7474
"internalName": "Abyssal Tome of Combat Mastery III",
@@ -514,9 +514,9 @@
514514
},
515515
"identifications": {
516516
"airDamage": {
517-
"max": 7,
517+
"max": 8,
518518
"min": 2,
519-
"raw": 5
519+
"raw": 6
520520
},
521521
"damage": {
522522
"max": 4,
@@ -555,9 +555,9 @@
555555
},
556556
"identifications": {
557557
"airDamage": {
558-
"max": 8,
558+
"max": 9,
559559
"min": 2,
560-
"raw": 6
560+
"raw": 7
561561
},
562562
"damage": {
563563
"max": 5,
@@ -1346,9 +1346,9 @@
13461346
"raw": 3
13471347
},
13481348
"fireDamage": {
1349-
"max": 7,
1349+
"max": 8,
13501350
"min": 2,
1351-
"raw": 5
1351+
"raw": 6
13521352
}
13531353
},
13541354
"internalName": "Infernal Tome of Combat Mastery II",
@@ -1387,9 +1387,9 @@
13871387
"raw": 4
13881388
},
13891389
"fireDamage": {
1390-
"max": 8,
1390+
"max": 9,
13911391
"min": 2,
1392-
"raw": 6
1392+
"raw": 7
13931393
}
13941394
},
13951395
"internalName": "Infernal Tome of Combat Mastery III",
@@ -1693,33 +1693,6 @@
16931693
"tomeType": "mysticism_tome",
16941694
"type": "tome"
16951695
},
1696-
"Pegasus' Tome of Mysticism III": {
1697-
"dropRestriction": "never",
1698-
"icon": {
1699-
"format": "attribute",
1700-
"value": {
1701-
"customModelData": "79",
1702-
"id": "minecraft:iron_horse_armor",
1703-
"name": "tome.mana"
1704-
}
1705-
},
1706-
"identifications": {
1707-
"2ndSpellCost": {
1708-
"max": -6,
1709-
"min": -1,
1710-
"raw": -5
1711-
}
1712-
},
1713-
"internalName": "Pegasus' Tome of Mysticism III",
1714-
"raidReward": true,
1715-
"rarity": "mythic",
1716-
"requirements": {
1717-
"level": 105
1718-
},
1719-
"restrictions": "untradable",
1720-
"tomeType": "mysticism_tome",
1721-
"type": "tome"
1722-
},
17231696
"Psychopath's Tome of Allegiance": {
17241697
"dropMeta": {
17251698
"coordinates": [
@@ -1893,9 +1866,9 @@
18931866
"raw": 3
18941867
},
18951868
"earthDamage": {
1896-
"max": 7,
1869+
"max": 8,
18971870
"min": 2,
1898-
"raw": 5
1871+
"raw": 6
18991872
}
19001873
},
19011874
"internalName": "Seismic Tome of Combat Mastery II",
@@ -1934,9 +1907,9 @@
19341907
"raw": 4
19351908
},
19361909
"earthDamage": {
1937-
"max": 8,
1910+
"max": 9,
19381911
"min": 2,
1939-
"raw": 6
1912+
"raw": 7
19401913
}
19411914
},
19421915
"internalName": "Seismic Tome of Combat Mastery III",
@@ -3020,9 +2993,9 @@
30202993
"raw": 3
30212994
},
30222995
"thunderDamage": {
3023-
"max": 7,
2996+
"max": 8,
30242997
"min": 2,
3025-
"raw": 5
2998+
"raw": 6
30262999
}
30273000
},
30283001
"internalName": "Voltaic Tome of Combat Mastery II",
@@ -3061,9 +3034,9 @@
30613034
"raw": 4
30623035
},
30633036
"thunderDamage": {
3064-
"max": 8,
3037+
"max": 9,
30653038
"min": 2,
3066-
"raw": 6
3039+
"raw": 7
30673040
}
30683041
},
30693042
"internalName": "Voltaic Tome of Combat Mastery III",

0 commit comments

Comments
 (0)