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.
This commit is contained in:
dongresource 2020-10-14 02:10:06 +02:00
parent f943077164
commit cd2e59439f
1 changed files with 5830 additions and 3042 deletions

8872
NPCs.json

File diff suppressed because it is too large Load Diff