Add trinity goal

This commit is contained in:
2026-01-18 17:07:05 -06:00
parent 2110461bda
commit d2269453b4
2 changed files with 4 additions and 2 deletions

View File

@@ -161,9 +161,9 @@ export default defineComponent({
<b>Goal:</b>
</template>
<SettingPicker color="success" v-model="set.goal" name="goal" :generator="generator" :prefix="prefix" />
<SettingPicker color="success" v-if="['ganon', 'fast_ganon'].includes(this.set.goal)"
<SettingPicker color="success" v-if="['ganon', 'fast_ganon', 'trinity'].includes(this.set.goal)"
v-model="set.crystals_ganon" name="crystals_ganon" :generator="generator" :prefix="prefix" />
<SettingPicker color="success" v-if="['ganon', 'fast_ganon'].includes(this.set.goal)"
<SettingPicker color="success" v-if="['ganon', 'fast_ganon', 'trinity', 'ganon_hunt'].includes(this.set.goal)"
v-model="set.ganon_item" name="ganon_item" :generator="generator" :prefix="prefix" />
<SettingPicker color="success" v-model="set.crystals_gt" name="crystals_gt" :generator="generator" :prefix="prefix" />
</AccordionItem>

View File

@@ -46,6 +46,8 @@ goal:
all_dungeons:
display: All Dungeons
tip: Ganon must be defeated to complete the game, but can only be defeated once the player has collected all seven crystals, all three pendants, and has defeated both forms of Agahnim.
trinity:
display: Trinity
pedestal:
display: Pedestal
tip: Collecting all three pendants and pulling the item from the Master Sword Pedestal will complete the game.