mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-17 19:23:35 +01:00
42 lines
952 B
JSON
42 lines
952 B
JSON
{
|
|
"map_name": "Snow Taxi",
|
|
"map_path": "map_files/Snaxi",
|
|
"map_file": "Snaxi.dmm",
|
|
"shuttles":{
|
|
"cargo":"cargo_box",
|
|
"ferry":"ferry_fancy",
|
|
"whiteship":"whiteship_box",
|
|
"emergency":"emergency_box"
|
|
},
|
|
"traits":[
|
|
{
|
|
"Up":1,
|
|
"Station":0,
|
|
"Mining":true,
|
|
"Linkage":null,
|
|
"Gravity":true,
|
|
"Ice Ruins Underground":true,
|
|
"Baseturf":"/turf/open/lava/plasma/ice_moon"
|
|
},
|
|
{
|
|
"Down":-1,
|
|
"Up":1,
|
|
"Station":0,
|
|
"Mining":true,
|
|
"Linkage":null,
|
|
"Gravity":true,
|
|
"Ice Ruins Underground":true,
|
|
"Baseturf":"/turf/open/openspace/icemoon"
|
|
},
|
|
{
|
|
"Down":-1,
|
|
"Mining":true,
|
|
"Linkage":null,
|
|
"Gravity":true,
|
|
"Ice Ruins":true,
|
|
"Weather_Snowstorm":true,
|
|
"Baseturf":"/turf/open/floor/plating/asteroid/snow/icemoon"
|
|
}
|
|
]
|
|
}
|