Add shuffle link's house setting
This commit is contained in:
@@ -76,6 +76,9 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
presetSelected(preset) {
|
presetSelected(preset) {
|
||||||
for (const setting of Object.keys(preset)) {
|
for (const setting of Object.keys(preset)) {
|
||||||
|
if (setting == "player_name") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
this.set[setting] = preset[setting];
|
this.set[setting] = preset[setting];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -169,6 +172,8 @@ export default defineComponent({
|
|||||||
<b>Entrance Shuffle:</b>
|
<b>Entrance Shuffle:</b>
|
||||||
</template>
|
</template>
|
||||||
<SettingPicker color="warning" v-model="set.entrance_shuffle" name="entrance_shuffle" :generator="generator" :prefix="prefix" />
|
<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'"
|
<SettingPicker color="warning" v-if="this.set.entrance_shuffle != 'vanilla'"
|
||||||
v-model="set.skull_woods" name="skull_woods" :generator="generator" :prefix="prefix" />
|
v-model="set.skull_woods" name="skull_woods" :generator="generator" :prefix="prefix" />
|
||||||
<SettingPicker color="warning" v-if="this.set.entrance_shuffle != 'vanilla'"
|
<SettingPicker color="warning" v-if="this.set.entrance_shuffle != 'vanilla'"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ base:
|
|||||||
crystals_gt: all
|
crystals_gt: all
|
||||||
ganon_item: all
|
ganon_item: all
|
||||||
entrance_shuffle: all
|
entrance_shuffle: all
|
||||||
|
links_house: all
|
||||||
skull_woods: all
|
skull_woods: all
|
||||||
linked_drops: all
|
linked_drops: all
|
||||||
door_shuffle: all
|
door_shuffle: all
|
||||||
@@ -57,6 +58,7 @@ dungeon_map:
|
|||||||
crystals_gt: all
|
crystals_gt: all
|
||||||
ganon_item: all
|
ganon_item: all
|
||||||
entrance_shuffle: all
|
entrance_shuffle: all
|
||||||
|
links_house: all
|
||||||
skull_woods: all
|
skull_woods: all
|
||||||
linked_drops: all
|
linked_drops: all
|
||||||
door_shuffle: all
|
door_shuffle: all
|
||||||
|
|||||||
@@ -156,6 +156,14 @@ entrance_shuffle:
|
|||||||
display: Swapped
|
display: Swapped
|
||||||
decoupled:
|
decoupled:
|
||||||
display: Decoupled
|
display: Decoupled
|
||||||
|
links_house:
|
||||||
|
display: Link's House
|
||||||
|
default: vanilla
|
||||||
|
values:
|
||||||
|
vanilla:
|
||||||
|
display: Vanilla
|
||||||
|
shuffled:
|
||||||
|
display: Shuffled
|
||||||
skull_woods:
|
skull_woods:
|
||||||
display: Skull Woods Entrances
|
display: Skull Woods Entrances
|
||||||
default: original
|
default: original
|
||||||
|
|||||||
Reference in New Issue
Block a user