mirror of
https://github.com/OpenFusionProject/tabledata.git
synced 2024-11-13 02:30:04 +00:00
Dumped tabledata from the OG FusionFall clients
dongresource
cd2e59439f
Thanks Tomeke44, for doing an entire gruntwork cycle yourself! Note regarding any future merging: since the keys in NPCs.json are strings, they get sorted in lexicographic order, rather than numerical order. If merging with Python, you can create an OrderedDict like: od = collections.OrderedDict(sorted(npcs.items())) And then initialize a list with its entries, then fill in the angles by matching the gruntwork NPCIDs with the list's indices instead of using npcs.keys() directly. |
||
---|---|---|
.gitignore | ||
mobs.json | ||
NPCs.json | ||
paths.json | ||
README.md | ||
xdt.json |
tabledata
Dumped tabledata from the OG FusionFall clients