FFXIV Wiki:Desynth data automation
Jump to navigation
Jump to search
- Project description
- Display crowd-sourced desynth data from gacha.infi.ovh on item pages
- Status
- Backlog
- Members
- Erin Umbreon (talk)
- Discussion
- Talk page, Discord
gacha.infi.ovh collects lots of data about random results in XIV, including desynth data. The raw data lives in a JSON file in their Github repo and is hosted at https://gacha.infi.ovh/data/Desynthesis.json
Two tasks that can be handled independently:
- Write a Lua module/template that can be used on item pages to render the raw data for a specific item in a nice format.
- Write a long-running bot that will periodically upload the latest
Desynthesis.jsonto the wiki so the data stays up-to-date.