mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 10:02:12 +00:00
* Adds generic modular rooms (#79419) ## About The Pull Request Atomized portion of the bitrunning content patch #78997. Anyone can use these, they are not bitrunning specific. Comes with a few biomes in sizes 7x7, 9x9, 11x11 <details> <summary>images</summary>                             </details> ## Why It's Good For The Game Adds some replay value, just slot in the modular root and select a preset ## Changelog N/A nothing player facing * Adds generic modular rooms --------- Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
32 lines
1.0 KiB
TOML
32 lines
1.0 KiB
TOML
directory = "_maps/modular_generic/"
|
|
|
|
[rooms.station_small]
|
|
modules = ["station_s_kitchen.dmm", "station_s_chasm.dmm", "station_s_garden.dmm", "station_s_mime.dmm", "station_s_vault.dmm"]
|
|
|
|
[rooms.station_medium]
|
|
modules = ["station_m_tools.dmm", "station_m_evidence.dmm", "station_m_kitchen.dmm", "station_m_shipping.dmm", "station_m_showroom.dmm", "station_m_arcade.dmm", "station_m_breakroom.dmm", "station_m_shuttle.dmm"]
|
|
|
|
[rooms.station_large]
|
|
modules = ["station_l_morgue.dmm", "station_l_crates.dmm", "station_l_webs.dmm", "station_l_bathroom.dmm", "station_l_kitchen.dmm", "station_l_security.dmm", "station_l_kilojan.dmm"]
|
|
|
|
[rooms.beach_medium]
|
|
modules = ["beach_m_shipping.dmm", "beach_m_oasis.dmm"]
|
|
|
|
[rooms.beach_large]
|
|
modules = ["beach_l_ribs.dmm"]
|
|
|
|
[rooms.jungle_medium]
|
|
modules = ["jungle_m_armory.dmm"]
|
|
|
|
[rooms.jungle_large]
|
|
modules = ["jungle_l_dock.dmm"]
|
|
|
|
[rooms.ice_small]
|
|
modules = ["ice_s_freezer.dmm"]
|
|
|
|
[rooms.ice_medium]
|
|
modules = ["ice_m_comms.dmm"]
|
|
|
|
[rooms.ice_large]
|
|
modules = ["ice_l_trophyroom.dmm", "ice_l_storage.dmm"]
|