mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-01 08:27:46 +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:
parent
78e494d414
commit
145bb6865f
1 changed files with 1 additions and 19 deletions
20
README.md
20
README.md
|
@ -26,6 +26,7 @@ Provide a character name via `--name`:
|
||||||
auracite --name "John Doe"
|
auracite --name "John Doe"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
To enable support for the Dalamud plugin, add `--dalamud`.
|
To enable support for the Dalamud plugin, add `--dalamud`.
|
||||||
|
|
||||||
## Building
|
## 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
|
[in my personal Dalamud repository](https://github.com/redstrate/DalamudPlugins). The plugin can be
|
||||||
safely removed if you're done using Auracite.
|
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
|
## License
|
||||||
|
|
||||||
This project is licensed under the [GNU Affero General Public License 3](LICENSE).
|
This project is licensed under the [GNU Affero General Public License 3](LICENSE).
|
||||||
|
|
Loading…
Add table
Reference in a new issue