You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creatures are now split between Monsters and NPCs. So the URL cannot be built by concatenating only the ID, each item must carry over if it's a Monster or an NPC.
AS-IS
Creatures are all linked to Monsters.aspx.
TO-BE
Depending on the creature type build the URL differently to split NPCs and Monsters
Closes: #53, #48, #56
Upgraded Quasar and Vue, added Pinia integration.
Moved all encounter logic to dedicated Pinia store and simplified some business logic.
Adapted tables and objects to new AoN JSON dump obtainable directly from their website.
Added new menu buttons for support, donation and release info (to be reviewed further).
For example:
Link of bandit leads to https://2e.aonprd.com/Monsters.aspx?ID=887 which results in an error
Instead it should lead to https://2e.aonprd.com/NPCs.aspx?ID=887
The text was updated successfully, but these errors were encountered: