mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
* Adds Modular Ruins (#64077) Adds a new system to allow mappers to randomly load modular map segments. For implementation details and a tutorial check the included README.md. * Adds Modular Ruins Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com>
14 lines
397 B
TOML
14 lines
397 B
TOML
directory = "_maps/RandomRuins/SpaceRuins/DJstation/"
|
|
|
|
[rooms.radioroom]
|
|
modules = ["radioroom_1.dmm", "radioroom_2.dmm", "radioroom_3.dmm"]
|
|
|
|
[rooms.solars]
|
|
modules = ["solars_1.dmm", "solars_2.dmm"]
|
|
|
|
[rooms.quarters]
|
|
modules = ["quarters_1.dmm", "quarters_2.dmm", "quarters_3.dmm", "quarters_4.dmm"]
|
|
|
|
[rooms.kitchen]
|
|
modules = ["kitchen_1.dmm", "kitchen_2.dmm", "kitchen_3.dmm", "kitchen_4.dmm"]
|