diff --git a/src/components/SettingsPage.vue b/src/components/SettingsPage.vue
index 19b5a2f..7aa3195 100644
--- a/src/components/SettingsPage.vue
+++ b/src/components/SettingsPage.vue
@@ -155,6 +155,7 @@ export default defineComponent({
+
diff --git a/src/data/generator-settings.yaml b/src/data/generator-settings.yaml
index d516fed..11aad6b 100644
--- a/src/data/generator-settings.yaml
+++ b/src/data/generator-settings.yaml
@@ -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
diff --git a/src/data/settings.yaml b/src/data/settings.yaml
index ab3d60e..3e5443b 100644
--- a/src/data/settings.yaml
+++ b/src/data/settings.yaml
@@ -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