default to showing dungeon counts on pickup, to make it less likely that newer players miss items
This commit is contained in:
		
							parent
							
								
									4cc216949a
								
							
						
					
					
						commit
						c4aaf24ab1
					
				|  | @ -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 | ||||
| dungeon_counters: | ||||
|   on: 0 # always display amount of items checked in a dungeon | ||||
|   pickup: 0 # show when compass is picked up | ||||
|   default: 1 # show when compass is picked up if the compass itself is shuffled | ||||
|   pickup: 1 # show when compass is picked up | ||||
|   default: 0 # show when compass is picked up if the compass itself is shuffled | ||||
|   off: 0 # never show item count in dungeons | ||||
| accessibility: | ||||
|   items: 0 # Guarantees you will be able to acquire all items, but you may not be able to access all locations | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue