https://github.com/notnite/ofdungeonsdeep
Rewrite of DeepDungeonDex
https://github.com/notnite/ofdungeonsdeep
Last synced: about 1 year ago
JSON representation
Rewrite of DeepDungeonDex
- Host: GitHub
- URL: https://github.com/notnite/ofdungeonsdeep
- Owner: NotNite
- License: agpl-3.0
- Created: 2024-01-10T05:19:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T09:45:30.000Z (about 1 year ago)
- Last Synced: 2025-04-05T12:42:01.726Z (about 1 year ago)
- Language: C#
- Size: 39.2 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OfDungeonsDeep
[](https://github.com/NotNite/OfDungeonsDeep)
Rewrite of DeepDungeonDex.
This plugin uses a modified version of [the Deep Dungeon Compendium website](https://github.com/djcooke/compendium) as its data source, with permission.
## Updating data
To update mob/floor information:
```sh
dotnet run --project OfDungeonsDeep.ExcelExporter -- "C:\Program Files (x86)\Steam\steamapps\common\FINAL FANTASY XIV Online\game\sqpack"
node processor.js
```