default to showing dungeon counts on pickup, to make it less likely that newer players miss items

This commit is contained in:
Fabian Dill 2020-04-18 16:56:11 +02:00
parent 4cc216949a
commit c4aaf24ab1
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ dungeon_items: # alternative to the 4 shuffles above this, does nothing until th
mcsb: 0 # shuffle all of the 4, any combination of m, c, s and b will shuffle the respective item, or not if it's missing, so you can add more options here mcsb: 0 # shuffle all of the 4, any combination of m, c, s and b will shuffle the respective item, or not if it's missing, so you can add more options here
dungeon_counters: dungeon_counters:
on: 0 # always display amount of items checked in a dungeon on: 0 # always display amount of items checked in a dungeon
pickup: 0 # show when compass is picked up pickup: 1 # show when compass is picked up
default: 1 # show when compass is picked up if the compass itself is shuffled default: 0 # show when compass is picked up if the compass itself is shuffled
off: 0 # never show item count in dungeons off: 0 # never show item count in dungeons
accessibility: accessibility:
items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations