mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +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. /🆑
22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Box Station",
|
|
"map_path": "map_files/BoxStation",
|
|
"map_file": "BoxStation.dmm",
|
|
"shuttles": {
|
|
"emergency": "emergency_box",
|
|
"ferry": "ferry_fancy",
|
|
"cargo": "cargo_box",
|
|
"whiteship": "whiteship_box"
|
|
},
|
|
"job_changes": {
|
|
"prisoner": {
|
|
"total_positions": 4,
|
|
"spawn_positions": 4
|
|
},
|
|
"cook": {
|
|
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
|
}
|
|
}
|
|
}
|