From 61f39215ddc33dba5490b1e70a88da54f8e1e93b Mon Sep 17 00:00:00 2001 From: Raphtalia Date: Mon, 4 Nov 2024 17:19:56 +0000 Subject: [PATCH] Update DunGenExtender --- DunGenExtender.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DunGenExtender.md b/DunGenExtender.md index 04adf7a..ed3829a 100644 --- a/DunGenExtender.md +++ b/DunGenExtender.md @@ -34,7 +34,7 @@ The starting index is the first node whose tilesets contain `MainRoomTilePrefab` ### Main Path Details -A list of `MainPathExtender` assets that override some of `DungeonFlow's` values depending on the main path being generated. You can use this feature to create more unique dungeon generations for each main path (i.e. some main paths are shorten/longer than others). +A list of `MainPathExtender` assets that override some of `DungeonFlow's` values depending on the main path generation order. You can use this feature to create more unique dungeon generations for each main path (i.e. some main paths are shorten/longer than others). When the first main path is being generated (`DungeonFlow's` default main path), it will try and get the first item in the list. It will then use those values (if any exist) over `DungeonFlow's` values for that main path. When the second main path is being generated (the first alternate main path), it will try and get the second item in the list and do the same. It will repeat this pattern for all main paths. If the list or item is empty, no value is overridden. If it tries to get an item outside of the list's range (i.e. when the third main path is being generated and the list only contains two items), then it will grab the last item in the list instead.