ShowLootHud setting

This commit is contained in:
2026-05-04 09:04:33 -05:00
parent 4304c3bd24
commit b0726a3c9e
3 changed files with 23 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ export default defineComponent({
<SettingPicker color="primary" v-model="set.hints" name="hints" :generator="generator" :prefix="prefix" />
<SettingPicker color="primary" v-model="set.show_map" name="show_map" :generator="generator" :prefix="prefix" />
<SettingPicker color="primary" v-model="set.show_loot" name="show_loot" :generator="generator" :prefix="prefix" />
<SettingPicker color="primary" v-if="set.show_loot != 'never'" v-model="set.show_loot_hud" name="show_loot_hud" :generator="generator" :prefix="prefix" />
</AccordionItem>
<AccordionItem :expanded="true">
<template #header>

View File

@@ -38,6 +38,11 @@ base:
follower_shuffle: all
flute_shuffle: all
tile_swap: all
overworld_layout: all
overworld_world_layouts: all
overworld_layout_terrain: all
overworld_layout_edges: all
overworld_map_fog: all
damage_challenge: all
hints: all
apr2025:
@@ -82,6 +87,7 @@ beta:
maps: all
compasses: all
show_loot: all
show_loot_hud: all
show_map: all
shop_shuffle: all
drop_shuffle: all

View File

@@ -657,6 +657,22 @@ show_loot:
always:
display: Value Always
tip: Icons will show on the dungeon map with the best uncollected item value on each supertile.
show_loot_hud:
display: Show Underworld Checks on HUD
default: presence
values:
never:
display: Never
tip: No icon will display on the HUD.
presence:
display: Uncollected
tip: A dot icon will show on the HUD on each underworld supertile with an uncollected item.
value:
display: Value
tip: An icon will show on the HUD on each underworld supertile, indicating the presence or value of the best uncollected item, as determined by the Show Dungeon Checks setting.
dungeon_value:
display: Value in Dungeons, Presence in Caves
tip: An icon will show on the HUD on each underworld supertile, indicating the presence or value of the best uncollected item, as determined by the Show Dungeon Checks setting. Caves will only show presence, not value.
show_map:
display: Show Dungeon Maps
default: map