Updated Dungeon configuration (markdown)

Daniel Saukel 2016-06-27 02:19:03 +02:00
parent 9b0bae38f2
commit 8ee51507bb

@ -20,6 +20,19 @@ floors:
# How many floors shall be selected randomly from the list before the player gets teleported to the endFloor?
floorCount: 7
#If true, the floors will get removed from the list when finished sothat one floor cannot be selected multiple times.
# If true, the floors will get removed from the list when finished
# sothat one floor cannot be selected multiple times.
removeWhenPlayed: false
# These values override the values of the
# main configuration file default section and the floor configuration files.
overrideValues:
# Optionally all game rules of a floor config, like:
keepInventoryOnEnter: true
# These values override the values of the
# main configuration file default section, but get overridwn by the floor configuration values.
defaultValues:
# Optionally all game rules of a floor config, like:
keepInventoryOnEnter: true
</code></pre>