mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
## About The Pull Request Adds a completely brand new multi-z station map "NebulaStation". New areas and few exclusive map shuttles (ferry, mining, arrival, evac, cargo) Few example screenshots       And more... ## Why It's Good For The Game New maps are always good for the game ## Changelog 🆑 Kiko add: Nebulastation, new station map /🆑
24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "NebulaStation",
|
|
"map_path": "map_files/NebulaStation",
|
|
"map_file": "NebulaStation.dmm",
|
|
"shuttles": {
|
|
"cargo": "cargo_nebula",
|
|
"ferry": "ferry_nebula",
|
|
"whiteship": "whiteship_tram",
|
|
"emergency": "emergency_nebula"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": true,
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": true,
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
]
|
|
}
|