Commit Graph

5 Commits

Author SHA1 Message Date
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
Gent
47cad2bb22 Add map numbers to Future NPCs and mobs 2020-10-12 18:09:49 -04:00
Gent
364a1aa8fa Format mob + NPC JSONs 2020-10-12 18:09:49 -04:00
2d16da5194 removed duped NPCs - Ben Buttoncoyote 2020-09-23 13:18:16 -05:00
19d9902331 initial commit 2020-09-09 12:03:26 -05:00