Files
Bubberstation/_maps/multiz_debug.json
Tim ff7fb30783 Automatically link maps multi-z up/down traits (#87029)
## About The Pull Request
This autoloads the up/down traits for every map instead of having to
manually add those traits to the JSON.

## Why It's Good For The Game
More automation good. Also let's people experiment with larger maps like
a multi-z lavaland.

## Changelog
🆑
code: Automatically link maps multi-z up/down traits
/🆑
2024-10-04 01:25:09 +02:00

26 lines
492 B
JSON

{
"version": 1,
"map_name": "MultiZ Debug",
"map_path": "map_files/debug",
"map_file": "multiz.dmm",
"ignored_unit_tests": [
"/datum/unit_test/cargo_dep_order_locations",
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items",
"/datum/unit_test/spy_bounty"
],
"traits": [
{
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
},
{
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
}
]
}