Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -30,6 +30,9 @@ General: ...@@ -30,6 +30,9 @@ General:
# 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
# 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.
GiveLootAfterCompletion: false
# Loot Cooldown makes it so that players can't loot chests they've already looted recently. # Loot Cooldown makes it so that players can't loot chests they've already looted recently.
# Reward functions can be configured individually, or use the default values provided in this section. # Reward functions can be configured individually, or use the default values provided in this section.
LootCooldown: LootCooldown:
... ...
......