Skip to content

Commit

Permalink
chore: [auto-generated] Update identification keys from upstream (#221)
Browse files Browse the repository at this point in the history
Upstream Wynncraft API has been updated with new identification keys.

Please verify that the ids are correctly incremented, old ids are not
removed, and the new ids are incrementing from the last id.
If the ids reach 255, please reach out to the Artemis team to discuss
how to handle this. Most likely the gear chat encoding needs to have a
new version created.

This PR has been automatically generated.
  • Loading branch information
WynntilsBot authored Dec 20, 2024
1 parent e48121f commit 1c89503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data-Storage/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
},
{
"id": "dataStaticIdentificationKeys",
"md5": "ad0a618a7f0db5b1d8fb605590c693d0",
"md5": "b1853f1e336c4c8019abaf3ecc26417b",
"url": "https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Reference/id_keys.json"
},
{
Expand Down
3 changes: 2 additions & 1 deletion Reference/id_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@
"maxMana": 115,
"neutralSpellDamage": 116,
"rawMaxMana": 117,
"mainAttackRange": 118
"mainAttackRange": 118,
"criticalDamageBonus": 119
}

0 comments on commit 1c89503

Please sign in to comment.