mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Tag navi dive tricks as glitches (#5598)
This commit is contained in:
parent
e0ebc115ce
commit
64f9e433da
2 changed files with 5 additions and 4 deletions
|
@ -4137,7 +4137,7 @@ void RandomizerSettingsWindow::DrawElement() {
|
|||
{ Rando::Tricks::Tag::NOVICE, true }, { Rando::Tricks::Tag::INTERMEDIATE, true },
|
||||
{ Rando::Tricks::Tag::ADVANCED, true }, { Rando::Tricks::Tag::EXPERT, true },
|
||||
{ Rando::Tricks::Tag::EXTREME, true }, { Rando::Tricks::Tag::EXPERIMENTAL, true },
|
||||
//{ Rando::Tricks::Tag::GLITCH, false },
|
||||
{ Rando::Tricks::Tag::GLITCH, false },
|
||||
};
|
||||
static ImGuiTextFilter trickSearch;
|
||||
UIWidgets::PushStyleInput(THEME_COLOR);
|
||||
|
|
|
@ -412,7 +412,8 @@ void Settings::CreateOptions() {
|
|||
"Hover Boots, or Bean.");
|
||||
OPT_TRICK(RT_LW_MIDO_BACKFLIP, RCQUEST_BOTH, RA_THE_LOST_WOODS, { Tricks::Tag::NOVICE },
|
||||
"Backflip over Mido as Adult", "With a specific position and angle, you can backflip over Mido.");
|
||||
OPT_TRICK(RT_LOST_WOOD_NAVI_DIVE, RCQUEST_BOTH, RA_THE_LOST_WOODS, { Tricks::Tag::NOVICE }, "Lost Woods Navi dive",
|
||||
OPT_TRICK(RT_LOST_WOOD_NAVI_DIVE, RCQUEST_BOTH, RA_THE_LOST_WOODS, { Tricks::Tag::NOVICE, Tricks::Tag::GLITCH },
|
||||
"Lost Woods Navi dive",
|
||||
"You need Deku Sticks or Kokiri Sword to dive with Navi for entering Zora's River.");
|
||||
OPT_TRICK(RT_LW_GS_BEAN, RCQUEST_BOTH, RA_THE_LOST_WOODS, { Tricks::Tag::INTERMEDIATE },
|
||||
"Lost Woods Adult GS without Bean",
|
||||
|
@ -709,8 +710,8 @@ void Settings::CreateOptions() {
|
|||
OPT_TRICK(RT_LENS_BOTW, RCQUEST_VANILLA, RA_BOTTOM_OF_THE_WELL, { Tricks::Tag::NOVICE },
|
||||
"Bottom of the Well without Lens of Truth",
|
||||
"Removes the requirements for the Lens of Truth in Bottom of the Well.");
|
||||
OPT_TRICK(RT_BOTTOM_OF_THE_WELL_NAVI_DIVE, RCQUEST_BOTH, RA_BOTTOM_OF_THE_WELL, { Tricks::Tag::NOVICE },
|
||||
"Bottom of the Well Navi dive",
|
||||
OPT_TRICK(RT_BOTTOM_OF_THE_WELL_NAVI_DIVE, RCQUEST_BOTH, RA_BOTTOM_OF_THE_WELL,
|
||||
{ Tricks::Tag::NOVICE, Tricks::Tag::GLITCH }, "Bottom of the Well Navi dive",
|
||||
"You need Deku Sticks or Kokiri Sword to dive with Navi for entering Bottom of the Well.");
|
||||
OPT_TRICK(RT_BOTW_CHILD_DEADHAND, RCQUEST_BOTH, RA_BOTTOM_OF_THE_WELL, { Tricks::Tag::NOVICE },
|
||||
"Child Dead Hand without Kokiri Sword", "Requires 9 sticks or 5 jump slashes.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue