Dumped tabledata from the OG FusionFall clients
Go to file
dongresource cd2e59439f Merged Tomeke44's NPC rotations.
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.
2020-10-14 02:10:06 +02:00
.gitignore Added .gitignore. 2020-10-13 21:14:51 +02:00
mobs.json Added paths for Don Doom and Bad Max. 2020-10-13 21:27:15 +02:00
NPCs.json Merged Tomeke44's NPC rotations. 2020-10-14 02:10:06 +02:00
paths.json Added paths for Don Doom and Bad Max. 2020-10-13 21:27:15 +02:00
README.md Initial commit 2020-09-08 13:58:02 -05:00
xdt.json initial commit 2020-09-09 12:03:26 -05:00

tabledata

Dumped tabledata from the OG FusionFall clients