From c73b843f41565dfb8da7ece380ddb3d682af3cc9 Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Sun, 7 Mar 2021 14:12:20 -0800 Subject: [PATCH] Document group settings for doors. --- playerSettings.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playerSettings.yaml b/playerSettings.yaml index 8fad02bd..4d58006f 100644 --- a/playerSettings.yaml +++ b/playerSettings.yaml @@ -339,6 +339,10 @@ door_shuffle: # Only available if the host uses the doors branch, it is ignored vanilla: 50 # Everything should be like in vanilla basic: 0 # Dungeons are shuffled within themselves crossed: 0 # Dungeons are shuffled across each other + # you can also define door shuffle seed, like so: + crossed-1000: 0 # using this method, you can have the same dungeon layout as another player and share dungeon layout information. + # however, other settings like intensity, universal keys, etc. may affect the shuffle result as well. + crossed-group-myfriends: 0 # using this method, everyone with "group-myfriends" will share the same seed intensity: # Only available if the host uses the doors branch, it is ignored otherwise 1: 50 # Shuffles normal doors and spiral staircases 2: 0 # And shuffles open edges and straight staircases