mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
default to showing dungeon counts on pickup, to make it less likely that newer players miss items
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user