Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -43,6 +43,8 @@ General: ...@@ -43,6 +43,8 @@ General:
MaxBackups: 7 MaxBackups: 7
# The maximum number of instances there can be of this dungeon at a time. # The maximum number of instances there can be of this dungeon at a time.
MaxInstances: 5 MaxInstances: 5
# How long in minutes until the dungeon is automatically ended and the players are kicked out. 0 will disable the time limit.
TimeLimit: 0
# When set to 'true', when players take items from reward functions, they'll be put in a rewards list. # When set to 'true', when players take items from reward functions, they'll be put in a rewards list.
# Upon finishing the dungeon, the players will be given the rewards. # Upon finishing the dungeon, the players will be given the rewards.
... ...
......