Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -73,6 +73,8 @@ Requirements: ...@@ -73,6 +73,8 @@ Requirements:
MaxPartySize: 4 MaxPartySize: 4
# A list of dungeons the player must have completed. Note: "Finished" means the "Finish Dungeon" function was used in the required dungeon. # A list of dungeons the player must have completed. Note: "Finished" means the "Finish Dungeon" function was used in the required dungeon.
DungeonsComplete: [] DungeonsComplete: []
# If a Vault-based economy is installed, it costs this much to play the dungeon.
Cost: 0
# ClassLevel: 1 # ClassLevel: 1
AccessKeys: AccessKeys:
# Whether to consume keys when players enter the dungeon using the key. # Whether to consume keys when players enter the dungeon using the key.
... ...
......