Files
Bubberstation/_maps/moonstation.json
Cursor 64325ffb3d Restores Per-Map Shuttles (#4736)
## About The Pull Request
Title.
## Why It's Good For The Game
<img width="981" height="881" alt="image"
src="https://github.com/user-attachments/assets/c98b3fe8-a5f3-43bb-9cbf-c53e38141e0d"
/>

<img width="535" height="777" alt="image"
src="https://github.com/user-attachments/assets/107b0004-f878-4c9f-9f7f-0658bd067195"
/>


TG maps typically have per-map shuttles which is very cool. Meaning that
even if buying a shuttle slips the mind, you'd still have one different
from the previous map.



## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog
🆑
del: Per-Map shuttles are back.
/🆑
2025-10-14 13:33:56 -04:00

56 lines
1.1 KiB
JSON

{
"version": 1,
"map_name": "Moon Station",
"map_path": "map_files/moonstation",
"map_file": "moonstation.dmm",
"give_players_hooks": 1,
"space_ruin_levels": 4,
"space_empty_levels": 0,
"planetary": 1,
"height_autosetup": 0,
"shuttles": {
"emergency": "emergency_moonstation",
"ferry": "ferry_skyrat",
"cargo": "cargo_skyrat",
"whiteship": "whiteship_delta"
},
"traits": [
{
"Up": true,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Moonstation Ruins": true,
"Baseturf": "/turf/open/lava/smooth/lava_land_surface",
"No Parallax": true
},
{
"Up": true,
"Down": true,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Moonstation Ruins": true,
"Baseturf": "/turf/open/misc/moonstation_rock",
"No Parallax": true
},
{
"Down": true,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Moonstation Ruins": true,
"Baseturf": "/turf/open/openspace/moonstation",
"No Parallax": true,
"Weather_Sandstorm_Moon": true,
"Loop Station": true
}
],
"minetype": "none",
"job_changes": {
"Captain": {
"special_charter": "moon"
}
}
}