mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-02 23:43:38 +01:00
Updated Dungeon configuration (markdown)
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>
|
Loading…
Reference in New Issue
Block a user