https://github.com/xivapi/ffxiv-datamining-patches
A complete collection of patch information from 1.23 to the current patch
https://github.com/xivapi/ffxiv-datamining-patches
Last synced: 5 months ago
JSON representation
A complete collection of patch information from 1.23 to the current patch
- Host: GitHub
- URL: https://github.com/xivapi/ffxiv-datamining-patches
- Owner: xivapi
- Created: 2018-06-02T23:33:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T09:11:25.000Z (6 months ago)
- Last Synced: 2025-12-19T22:23:59.757Z (6 months ago)
- Language: TypeScript
- Size: 2.62 GB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ffxiv-datamining-patches
A complete collection of patch information from **1.23** to the current patch. The purpose of these is to maintain an historical record. At some point reformat them into a useful data set to provide accuracy patch numbers.
## Adding a new patch entry
In order to update content, you need to run this on each patch, after client files update has been done.
After having installed deps with `yarn`, simply do:
```shell
yarn start
```
It'll prompt for a new patch to be added, which you can refuse if you did add one (which is **the recommended way on expansions since you need to set new expansion name and version**). If you said yes, version number will be asked.
Extraction takes few seconds and will update files in `patchdata/${sheetName}.json`.