update yaml with torches name
This commit is contained in:
parent
52dd068577
commit
48becac8ff
|
@ -28,7 +28,7 @@ glitches_required: # Determine the logic required to complete the seed
|
||||||
# Other players items are placed into your world under OWG logic
|
# Other players items are placed into your world under OWG logic
|
||||||
dark_room_logic: # Logic for unlit dark rooms
|
dark_room_logic: # Logic for unlit dark rooms
|
||||||
lamp: 50 # require the Lamp for these rooms to be considered accessible.
|
lamp: 50 # require the Lamp for these rooms to be considered accessible.
|
||||||
sconces: 0 # in addition to lamp, allow the fire rod and presence of easily accessible sconces for access
|
torches: 0 # in addition to lamp, allow the fire rod and presence of easily accessible torches for access
|
||||||
none: 0 # all dark rooms are always considered doable, meaning this may force completion of rooms in complete darkness
|
none: 0 # all dark rooms are always considered doable, meaning this may force completion of rooms in complete darkness
|
||||||
restrict_dungeon_item_on_boss: # aka ambrosia boss items
|
restrict_dungeon_item_on_boss: # aka ambrosia boss items
|
||||||
on: 0 # prevents unshuffled compasses, maps and keys to be boss drops, they can still drop keysanity and other players' items
|
on: 0 # prevents unshuffled compasses, maps and keys to be boss drops, they can still drop keysanity and other players' items
|
||||||
|
|
Loading…
Reference in New Issue