mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 09:32:21 +00:00
* Out of repo maps part 1: JSON Improvements (#53663) Replaces the map job changes code system with a JSON based one. Added map versioning to the config JSON. Formats map config JSONs. * Out of repo maps part 1: JSON Improvements Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
24 lines
371 B
JSON
24 lines
371 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "MultiZ Debug",
|
|
"map_path": "map_files/debug",
|
|
"map_file": "multiz.dmm",
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Up": 1,
|
|
"Down": -1,
|
|
"Baseturf": "/turf/open/transparent/openspace",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Baseturf": "/turf/open/transparent/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
]
|
|
}
|