-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Item : Bronze scale #2224
base: Dev
Are you sure you want to change the base?
New Item : Bronze scale #2224
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Instead of making an exception for Water Temple entrance, why not move the spawn point so you wouldn't be in the water, and also change the IDs of the polygons at the edge going up the exit so you don't even need to go into the water to exit Water Temple? Or, maybe even add Ruto at the beginning, and if you talk to Ruto she asks "Do you want to leave the temple?" and if you say yes, you spawn outside the Temple (or on Lake Hylia warp pad if it would put you in Lake Hylia)? |
I'd rather not modify the game scenes directly, i feel like that should be a last resort solution. |
Hi! I'm the one that made this for Ship.
|
leaving bombchu bowling or other areas that affect the B button will put a stick on B. Just throwing it out there that if ER is not addressed with this such as having bowling in water temple then leaving but without bronze scale you would have temp B. |
Inspired by SoH's implementation.
This draft PR requires some help for logic and testing in general. All help appreciated !
This adds a new first progressive scale in the item pool : the bronze scale. Until the player finds it, Link will automatically respawn if he goes fully in water, unless Iron Boots are put on.
The respawn will be at the last entrance, unless that entrance is underwater. All of these have been special cased to have a respawn nearby on a safe place to avoid softlocks.
Water Temple has two special cases :
The respawns don't lose any health, to make it play nice with high damage multiplier setting.
On the UI side, i added a 0 on the scale on the file select screen if the bronze scale setting is on and the player has no scale.
This would maybe also need a marker in the equipment pause screen. Not sure.
Logic has been implemented as best as i could, but that's the part where this PR needs the most help with.