Update Dungeon Types authored by MarcatoSound's avatar MarcatoSound
......@@ -6,7 +6,8 @@
Mythic Dungeons 2.0 introduces "Dungeon Types", which can change the foundational behaviour of your dungeon. At this time, Mythic Dungeons provide 3 default dungeon types found below, but additional dungeon types can be introduced using the developer API.
To create a dungeon with a specific type, use the command `/md create [dungeon name] [dungeon type]`. You can also change a dungeon's type by modifying `DungeonType` in the dungeon's config.
To create a dungeon with a specific type, use the command `/md create [dungeon name] [dungeon type]`.
You can also change a dungeon's type by modifying `DungeonType` in the dungeon's config.
### Classic
`DungeonType: classic`
......
......