mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[SEMI-MODULAR] [READY] Blueshift (#8124)
* Blueshif * Update BlueShift.dmm * Nerfs Maint Loot * Update BlueShift.dmm * Fixed Dice Bags * Quote: "a bunch of bugfixes" * Update BlueShift.dmm * Fixes * I am honestly unsure of what this changed. * temp override * Revert "temp override" This reverts commit ece2498def33b6eb612e7bf596ee92f9037e07ee. * I hate my life * Update BlueShift.dmm Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Gandalf
parent
e2a751ffc2
commit
82e7ea29a4
@@ -19,6 +19,7 @@
|
||||
#include "map_files\tramstation\tramstation.dmm"
|
||||
#include "map_files\NSSJourney\NSSJourney.dmm" //SKYRAT EDIT ADDITON
|
||||
#include "map_files\Mining\TidalLock.dmm" //SKYRAT EDIT ADDITION
|
||||
#include "map_files\Blueshift\Blueshift.dmm" //SKYRAT EDIT ADDITION
|
||||
|
||||
#ifdef CIBUILDING
|
||||
#include "templates.dm"
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"version": 1,
|
||||
"map_name": "Blueshift",
|
||||
"map_path": "map_files/Blueshift",
|
||||
"map_file": "BlueShift.dmm",
|
||||
"space_ruin_levels": 0,
|
||||
"space_empty_levels": 0,
|
||||
"shuttles": {
|
||||
"cargo": "cargo_skyrat",
|
||||
"ferry": "ferry_skyrat",
|
||||
"whiteship": "whiteship_meta",
|
||||
"emergency": "emergency_skyrat"
|
||||
},
|
||||
"traits": [
|
||||
{
|
||||
"Up": 1,
|
||||
"Baseturf": "/turf/open/space/basic",
|
||||
"Linkage": "Cross"
|
||||
},
|
||||
{
|
||||
"Down": -1,
|
||||
"Up": 1,
|
||||
"Baseturf": "/turf/open/openspace",
|
||||
"Linkage": "Cross"
|
||||
},
|
||||
{
|
||||
"Down": -1,
|
||||
"Baseturf": "/turf/open/openspace",
|
||||
"Linkage": "Cross"
|
||||
}
|
||||
],
|
||||
"job_changes": {
|
||||
"cook": {
|
||||
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -53,3 +53,8 @@ map nssjourney
|
||||
minplayers 25
|
||||
votable
|
||||
endmap
|
||||
|
||||
map blueshift
|
||||
minplayers 50
|
||||
votable
|
||||
endmap
|
||||
|
||||
Reference in New Issue
Block a user