Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -74,6 +74,12 @@ Requirements: ...@@ -74,6 +74,12 @@ Requirements:
# 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: []
# ClassLevel: 1 # ClassLevel: 1
AccessKeys:
# Whether to consume keys when players enter the dungeon using the key.
Consume: true
# A list of itemstacks that are valid key items. NOTE: It is not recommended adding keys from here. Use the `/md addkey <dungeon>` command instead.
# Mythic items are supported and will default to the latest version of the Mythic item (based on its namespace).
KeyItems: []
Rules: Rules:
SpawnMobs: false SpawnMobs: false
SpawnAnimals: false SpawnAnimals: false
... ...
......