Fenhl
Fenhl
Updates the pull request template's testing section to suggest including a `.zpf` if appropriate. Thanks to @shirosoluna for the suggestion!
To reduce redundancy in hints, an Important Check hint for an area with only 1 shuffled location should mark that location as already hinted. Conversely, an Important Check hint shouldn't...
Automates building the offline releases for so they can hopefully be made available sooner/immediately after future releases. @TreZc0 @dragonbane0 a couple questions for the website maintainers: 1. Is there any...
This adds a new check when placing items where if the item is placed in a special deal location and that location's price is at or above the item's market...
The code for handling an incoming item from the network distinguishes 3 cases: refills (since #2069), Triforce pieces, and everything else. For Triforce pieces, the code was calling `clear_override` even...
I'm trying to implement #2408. I tried adding the following field to the definition of the `world_count` setting (which is of type `Numberinput`), but it doesn't do anything: ```python disable...
Currently, whether songs/rewards are always in their own world or in any world is determined by their shuffle setting. This means that you need a plando to, for example, have...
Summarizing ideas discussed today for ways to make the way the junk pools are generated less arbitrary and more accurate to vanilla: * The Deku stick refill is currently always...
Based on an old draft by @Maplesstar but updated for latest Dev and with the logic changes for chest locations moved to Python code, similar to how wallet requirements for...
The list of all locations in the “Exclude Locations” setting is getting very long and is only going to get longer in the future with more shuffle options being added....