Commit Graph

26 Commits

Author SHA1 Message Date
gsemaj d89a0e1eb8 Statically tag all table elements in 104
per #12
2021-04-27 17:01:17 -04:00
gsemaj ef62dddee1 Fixed naming scheme in NPCs.json 2021-04-24 11:35:23 -04:00
CakeLancelot 407792290b Fix some NPCs that were accidentally instanced near Skypad Space Port
Fixes "Do Not Enter" Ben guide mission
2021-01-24 06:47:52 -06:00
CakeLancelot 0cf021974f Fix NPCs in Monkey Mountain and Leakey Lake not being instanced 2021-01-24 06:17:31 -06:00
dongresource 385b298533 Fusion Lair Placement: Fuse's Throne
Author: Shadow Wing

Notes: https://cdn.discordapp.com/attachments/761747301332680715/788783019141627965/Fuses_Throne_Timestamps.txt
2020-12-22 22:32:06 +01:00
dongresource e33094b8c1 Fusion Lair Placement: Fuse's Labyrinth
Author: Shadow Wing

Notes: https://cdn.discordapp.com/attachments/761747301332680715/788041728543555624/Fuses_Labyrinth_Timestamps.txt
2020-12-22 22:32:06 +01:00
dongresource 3c47667ff7 Fusion Lair Placement: Fuse's Hall
Author: Shadow Wing

Notes: https://cdn.discordapp.com/attachments/761747301332680715/787747599204483102/Fuses_Hall_Timestamps.txt
2020-12-22 22:32:06 +01:00
dongresource 75d82f3155 Add missing Resurrect 'Ems in Cuts and Bruises, Endsville, Fireswamps 2020-12-19 04:26:13 +01:00
CakeLancelot 20e1c9a6f5 Add mission marker and portal NPCs
Fusion Mayor's Secret Lair
Fusion Numbuh Three's Secret Lair
Fusion Ben's Secret Lair
2020-12-12 16:54:29 -06:00
CakeLancelot 05f211c2e3 Move Fuse's Hall, Labyrinth, and Throne NPCs to the correct instance 2020-12-11 21:46:48 -06:00
Jade f16f0eecf8 Added "Location A170"
A missing marker npc, the lack of this npcs presence led to the mission "Laboratory Safety (Part 2 of 3)" rendered incompletable.
2020-12-12 02:05:41 +00:00
CakeLancelot 9a39919586 Add NPCs for Mayor's Secret Lair and Deedee's Lair 2020-12-07 20:25:05 -06:00
CakeLancelot 65e8c8164a Minor fixes
Rotate Numbuh 445
Remove an accidentally placed mission marker
2020-12-07 20:07:10 -06:00
CakeLancelot 6a95fe9ae5 Remove all Fusions from NPCs.json 2020-12-01 05:01:15 -06:00
Gent S b942d92616 Instanced all existing Fusion Lair NPCs
*except Fuse's Lair and co.
*and spring chicken
2020-12-01 05:28:27 -05:00
Gent S 29b4f6afd6 Restructure NPCs.json and mobs.json 2020-11-23 18:41:35 -05:00
CakeLancelot c77e75308d Add Runty, as well as missing Resurrect 'Ems 2020-10-25 12:50:46 -05:00
Jade 4188973ab3 Correctly Instanced Skatepark and Canopy 2020-10-24 23:03:12 +01:00
Jade e547b27465 Instancing mapNums to IZ NPCs 2020-10-19 16:32:09 +01:00
dongresource b4a2ffd37e Additional rotations by Tomeke44. 2020-10-18 22:25:26 +02:00
CakeLancelot 99b1f2b1b9 Fix Time Machine warp NPC not being in the correct instance
The time machine should now work and teleport you to the past again
2020-10-18 08:23:24 -05:00
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
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
CPunch 2d16da5194 removed duped NPCs - Ben Buttoncoyote 2020-09-23 13:18:16 -05:00
CPunch 19d9902331 initial commit 2020-09-09 12:03:26 -05:00