mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
* Adds Shipstation * Whoops, haven't ported the turnstile module in yet * Update maps.txt * SHIPSTATION OVERHAUL BABYYYY Updates shipstation to (most) of Kath's suggestions, adds a dedicated shuttle pilot job and completely overhauls the map itself. * Shuttle Pilot Landmark * Air Supply * Scrubber Pipes * Scrubber Pipes 2 * Digi Fix * card.dmi fix * Update tgstation.dme * a * Update tgstation.dme * card.dmi * HOP Office Beutification Sec next * sec overhaul compliance * Update station_ship.dmm * area / iron repath Co-authored-by: Gandalf <jzo123@hotmail.com>
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "ShipStation",
|
|
"map_path": "map_files/ShipStation",
|
|
"map_file": "ShipStation.dmm",
|
|
"shuttles": {
|
|
"emergency": "emergency_delta",
|
|
"ferry": "ferry_fancy",
|
|
"cargo": "cargo_delta",
|
|
"whiteship": "whiteship_delta"
|
|
},
|
|
"job_changes": {
|
|
"shuttlepilot": {
|
|
"total_positions": 1,
|
|
"spawn_positions": 1
|
|
}
|
|
}
|
|
}
|