Update seed settings display somewhat

This commit is contained in:
2026-01-19 18:50:53 -06:00
parent d2269453b4
commit 24f6392bae
3 changed files with 41 additions and 6 deletions

View File

@@ -31,6 +31,11 @@ export default defineComponent({
|| (this.settings.compasses && this.settings.compasses != "dungeon") || (this.settings.compasses && this.settings.compasses != "dungeon")
|| (this.settings.prize_shuffle && this.settings.prize_shuffle != "vanilla"); || (this.settings.prize_shuffle && this.settings.prize_shuffle != "vanilla");
}, },
extraPool() {
return (this.settings.shop_shuffle && this.settings.shop_shuffle != "vanilla")
|| (this.settings.drop_shuffle && this.settings.drop_shuffle != "vanilla")
|| (this.settings.pottery && this.settings.pottery != "vanilla");
},
multilink() { multilink() {
if (this.multi) { if (this.multi) {
return `/multi/${this.multi}`; return `/multi/${this.multi}`;
@@ -73,8 +78,8 @@ export default defineComponent({
<div> <div>
{{ settingsDisplay.door_shuffle[settings.door_shuffle] }} {{ settingsDisplay.door_shuffle[settings.door_shuffle] }}
</div> </div>
<div v-if="settings.door_lobbies && settings.door_lobbies != 'vanilla'"> <div v-if="settings.lobbies && settings.lobbies != 'vanilla'">
{{ settingsDisplay.door_lobbies[settings.door_lobbies] }} {{ settingsDisplay.lobbies[settings.lobbies] }}
</div> </div>
</div> </div>
<div v-if="isEnemizer"> <div v-if="isEnemizer">
@@ -104,4 +109,16 @@ export default defineComponent({
{{ settingsDisplay.prize_shuffle[settings.prize_shuffle] }} {{ settingsDisplay.prize_shuffle[settings.prize_shuffle] }}
</div> </div>
</div> </div>
<div v-if="extraPool">
<hr class="mt-2 mb-2" />
<div v-if="settings.shop_shuffle && settings.shop_shuffle != 'vanilla'">
{{ settingsDisplay.shop_shuffle[settings.shop_shuffle] }}
</div>
<div v-if="settings.drop_shuffle && settings.drop_shuffle != 'vanilla'">
{{ settingsDisplay.drop_shuffle[settings.drop_shuffle] }}
</div>
<div v-if="settings.pottery && settings.pottery != 'vanilla'">
{{ settingsDisplay.pottery[settings.pottery] }}
</div>
</div>
</template> </template>

View File

@@ -4,6 +4,7 @@ goal:
ganon: "{{ crystals_ganon }} Crystal Ganon" ganon: "{{ crystals_ganon }} Crystal Ganon"
fast_ganon: "{{ crystals_ganon }} Crystal Fast Ganon" fast_ganon: "{{ crystals_ganon }} Crystal Fast Ganon"
all_dungeons: All Dungeons all_dungeons: All Dungeons
trinity: Trinity
triforce_hunt: Triforce Hunt triforce_hunt: Triforce Hunt
ganon_hunt: Ganon Hunt ganon_hunt: Ganon Hunt
completionist: Completionist completionist: Completionist
@@ -41,8 +42,8 @@ door_shuffle:
partitioned: Partitioned Door Shuffle partitioned: Partitioned Door Shuffle
crossed: Crossed Door Shuffle crossed: Crossed Door Shuffle
lobbies: lobbies:
Vanilla: Vanilla Dungeon Lobbies vanilla: Vanilla Dungeon Lobbies
Shuffled: Shuffled Dungeon Lobbies shuffled: Shuffled Dungeon Lobbies
enemy_shuffle: enemy_shuffle:
vanilla: Vanilla Enemies vanilla: Vanilla Enemies
shuffled: Shuffled Enemies shuffled: Shuffled Enemies
@@ -61,6 +62,23 @@ dungeon_items:
wild: Wild wild: Wild
nearby: Nearby nearby: Nearby
universal: Universal universal: Universal
shop_shuffle:
vanilla: None
shuffled: Shuffled Shops
drop_shuffle:
vanilla: None
keys: Enemy Key Drops Shuffled
underworld: All Underworld Enemy Drops Shuffled
pottery:
vanilla: None
keys: Key Pots Shuffled
cave: Cave Pots Shuffled
cave_keys: Cave & Key Pots Shuffled
reduced: Reduced Pot Shuffle
clustered: Clustered Pot Shuffle
non_empty: Non-Empty Pot Shuffle
dungeon: Dungeon Pots Shuffled
lottery: All Pots Shuffled
prize_shuffle: prize_shuffle:
vanilla: Prizes on Bosses vanilla: Prizes on Bosses
dungeon: Prizes Shuffled in Dungeon dungeon: Prizes Shuffled in Dungeon

View File

@@ -344,8 +344,8 @@ pottery:
display: Reduced display: Reduced
tip: Underworld pots that either contain a key in vanilla or are not inside a dungeon are shuffled into the pool of items, as well as about a quarter of all remaining dungeon pots. tip: Underworld pots that either contain a key in vanilla or are not inside a dungeon are shuffled into the pool of items, as well as about a quarter of all remaining dungeon pots.
clustered: clustered:
tip: Underworld pots that either contain a key in vanilla or are not inside a dungeon are shuffled into the pool of items, as well as about half of all remaining dungeon pots.
display: Clustered display: Clustered
tip: Underworld pots that either contain a key in vanilla or are not inside a dungeon are shuffled into the pool of items, as well as about half of all remaining dungeon pots.
non_empty: non_empty:
display: Non-Empty display: Non-Empty
tip: Items inside every pot that is non-empty is vanilla are shuffled into the pool of items. tip: Items inside every pot that is non-empty is vanilla are shuffled into the pool of items.
@@ -353,7 +353,7 @@ pottery:
display: Dungeon display: Dungeon
tip: Underworld pots that are within a dungeon are shuffled into the pool of items. tip: Underworld pots that are within a dungeon are shuffled into the pool of items.
lottery: lottery:
display: Lottery display: All
tip: All underworld pots are shuffled into the pool of items. tip: All underworld pots are shuffled into the pool of items.
boots: boots:
display: Boots display: Boots