Add shuffle link's house setting

This commit is contained in:
2026-01-17 23:18:56 -06:00
parent b632545978
commit 9f100da58f
3 changed files with 15 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ export default defineComponent({
},
presetSelected(preset) {
for (const setting of Object.keys(preset)) {
if (setting == "player_name") {
continue;
}
this.set[setting] = preset[setting];
}
},
@@ -169,6 +172,8 @@ export default defineComponent({
<b>Entrance Shuffle:</b>
</template>
<SettingPicker color="warning" v-model="set.entrance_shuffle" name="entrance_shuffle" :generator="generator" :prefix="prefix" />
<SettingPicker color="warning" v-if="this.set.entrance_shuffle != 'vanilla'"
v-model="set.links_house" name="links_house" :generator="generator" :prefix="prefix" />
<SettingPicker color="warning" v-if="this.set.entrance_shuffle != 'vanilla'"
v-model="set.skull_woods" name="skull_woods" :generator="generator" :prefix="prefix" />
<SettingPicker color="warning" v-if="this.set.entrance_shuffle != 'vanilla'"

View File

@@ -6,6 +6,7 @@ base:
crystals_gt: all
ganon_item: all
entrance_shuffle: all
links_house: all
skull_woods: all
linked_drops: all
door_shuffle: all
@@ -57,6 +58,7 @@ dungeon_map:
crystals_gt: all
ganon_item: all
entrance_shuffle: all
links_house: all
skull_woods: all
linked_drops: all
door_shuffle: all

View File

@@ -156,6 +156,14 @@ entrance_shuffle:
display: Swapped
decoupled:
display: Decoupled
links_house:
display: Link's House
default: vanilla
values:
vanilla:
display: Vanilla
shuffled:
display: Shuffled
skull_woods:
display: Skull Woods Entrances
default: original