... | ... | @@ -4,7 +4,9 @@ |
|
|
|
|
|
<hr>
|
|
|
|
|
|
2.0.0 introduces "Dungeon Types", which can change the foundational behaviour of your dungeon. While this is mostly an API feature, Mythic Dungeons provides some new dungeon types of its own.
|
|
|
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.
|
|
|
|
|
|
### Classic
|
|
|
`DungeonType: classic`
|
... | ... | |