Files
Hayden RedactedandGitHub 77b42db2df Introduces an NGCR/Supermatter Submap to Boxstation (#31587)
* Introduces an NGCR/Supermatter Submap to Boxstation

* linter fix

* linter fix pt. 2
2026-03-18 05:54:52 +00:00

14 lines
514 B
JSON

[
{
// Randomly picks an engine to place, keeping engineering on their toes
"type": "SubmapExtractInsert",
"submap_size_x": 18,
"submap_size_y": 23,
"submap_size_z": 1,
"submaps_dmm": "submaps/boxstation.dmm",
"marker_extract": "/obj/effect/map_effect/marker/mapmanip/submap/extract/station/boxstation/engine",
"marker_insert": "/obj/effect/map_effect/marker/mapmanip/submap/insert/station/boxstation/engine",
"submaps_can_repeat": true // doesn't matter, as there's only one insert marker
}
]