1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-01 00:17:45 +00:00

Remove supported data column from the README

It's just going to become either too long or out of date, so just remove
it.
This commit is contained in:
Joshua Goins 2025-04-28 16:45:36 -04:00
parent 78e494d414
commit 145bb6865f

View file

@ -26,6 +26,7 @@ Provide a character name via `--name`:
auracite --name "John Doe"
```
To enable support for the Dalamud plugin, add `--dalamud`.
## Building
@ -49,25 +50,6 @@ we provide a Dalamud plugin to run alongside the tool. The plugin is currently a
[in my personal Dalamud repository](https://github.com/redstrate/DalamudPlugins). The plugin can be
safely removed if you're done using Auracite.
## Supported Data
| Data | Supported | Notes |
|---------------------------|-----------|-----------------------------------------------------------------------------------|
| Name | ✅ | |
| World/Data Center | ✅ | |
| Race/Subrace/Gender | ✅ | |
| City-state | ✅ | |
| Nameday | ✅ | |
| Guardian | ✅ | |
| Portrait/Full-body Images | ✅ | These are the images displayed on the Lodestone. |
| Playtime | ✅ | Requires the Dalamud plugin. |
| Currencies | ⭕️ | Only gil is supported, and requires the Dalamud plugin. |
| Appearance Data | ✅ | Requires the Dalamud plugin. |
| Adventurer Plate | ✅ | Requires the Dalamud plugin. |
| Misc. state | ⭕️ | Mentor and novice status, also player commendations. Requires the Dalamud plugin. |
Currently, more types of data is planned to be supported in the future.
## License
This project is licensed under the [GNU Affero General Public License 3](LICENSE).