1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-02 00:47:45 +00:00
Commit graph

9 commits

Author SHA1 Message Date
90a2eeda8a Start giving numerical values/ids for fields when possible
This makes it easier to build tools off of, such as Kawari which needs
the internal ID for things.
2025-03-31 17:03:15 -04:00
236731374a Skip writing unavailable data
If you aren't using the Dalamud plugin, some data is unavailable.
Instead of writing empty values to the JSON, don't include it at all.
2025-03-31 16:21:55 -04:00
23b9bf5532 Begin exporting adventurer plates
This creates a new HTML file called plate.html in the archive, which is
your recreated adventurer plate.
2024-11-01 18:58:38 -04:00
70effe3541 Save even more data, whoop
All of your character's appearance data is now saved, and I've begun
the groundwork for exporting it into a client-compatible dat file.

If using the Dalamud plugin, the adventurer plate portrait is now
exported.
2024-11-01 16:41:05 -04:00
b509e05407 Support grabbing from misc player state from the plugin
This currently includes mentor status, novice status and player
commendation count.
2024-10-05 12:36:36 -04:00
5acde0000a Support collecting gil from the plugin 2024-10-05 12:26:12 -04:00
0c665679d4 Begin collecting some appearance data from the plugin 2024-10-05 12:21:38 -04:00
39108207f6 Add Dalamud plugin to collect additional data in-game
There's some data we want to save that's not available on the Lodestone,
for example playtime information. Now you can install the Dalamud plugin
(not currently distributed) to save playtime information.

In the future, we can expand this to all sorts of interesting things!
2024-10-05 12:10:31 -04:00
5f76694211 Add initial files 2024-09-29 17:50:19 -04:00