Similar to how https://lttp-tracker.firebaseapp.com/ colorizes locations based on what items the player has marked themselves as having, it would be nice if the location map updated the ability to check a location based on the detected game state.
Because we also have access to things like the number of rupees the player has, we can also mark locations like the bottle vendor, King Zora, and the dark world prize chests depending on whether the player has enough rupees for that location.
script/chests.js appears to have the location logic in the pickfifteen/lttp-tracker, but it would be nice to figure out a way to encode all of this as pure data.
Similar to how https://lttp-tracker.firebaseapp.com/ colorizes locations based on what items the player has marked themselves as having, it would be nice if the location map updated the ability to check a location based on the detected game state.
Because we also have access to things like the number of rupees the player has, we can also mark locations like the bottle vendor, King Zora, and the dark world prize chests depending on whether the player has enough rupees for that location.