mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
64325ffb3d
## 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. /🆑
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"version": 1,
|
|
"map_name": "Ice Box Station",
|
|
"map_path": "map_files/IceBoxStation",
|
|
"map_file": "IceBoxStation.dmm",
|
|
"space_ruin_levels": 0,
|
|
"space_empty_levels": 0,
|
|
"wilderness_levels": 2,
|
|
"planetary": 1,
|
|
"give_players_hooks": 1,
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"wilderness": {
|
|
"directory": "map_files/IceWilderness",
|
|
"rocky_planes.dmm": 10,
|
|
"snow_planes.dmm": 1,
|
|
"ice_planes.dmm": 1,
|
|
"mountain.dmm": 1,
|
|
"forest.dmm": 3
|
|
},
|
|
"traits": [
|
|
{
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/lava/plasma/ice_moon",
|
|
"No Parallax": true
|
|
},
|
|
{
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
|
|
"No Parallax": true
|
|
},
|
|
{
|
|
"Mining": true,
|
|
"Linkage": "Grid",
|
|
"Gravity": true,
|
|
"Ice Ruins": true,
|
|
"Weather_Snowstorm": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
|
|
"No Parallax": true
|
|
}
|
|
],
|
|
"minetype": "ice",
|
|
"blacklist_file": "iceruinblacklist.txt",
|
|
"job_changes": {
|
|
"Captain": {
|
|
"special_charter": "moon"
|
|
},
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
|
|
}
|
|
}
|
|
}
|