Skip to content

Commit

Permalink
Add: kilo station
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Aug 13, 2023
1 parent efc410a commit ef0b496
Show file tree
Hide file tree
Showing 4 changed files with 141,436 additions and 0 deletions.
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "map_files\tramstation\tramstation.dmm"
// SKYRAT EDIT ADDITON START - Compiling our modular maps too!
#include "map_files\VoidRaptor\VoidRaptor.dmm"
#include "map_files\KiloStation2\KiloStation2.dmm"
// SKYRAT EDIT END

#ifdef CIBUILDING
Expand Down
26 changes: 26 additions & 0 deletions _maps/kilostation2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"map_name": "Kilo Station",
"map_path": "map_files/KiloStation2",
"map_file": "KiloStation2.dmm",
"shuttles": {
"emergency": "emergency_kilo",
"ferry": "ferry_kilo",
"cargo": "cargo_kilo",
"whiteship": "whiteship_kilo"
},
"traits": [
{
"Linkage": "Cross",
"Bombcap Multiplier": 0.7
}
],
"job_changes": {
"Cook": {
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
},
"Captain": {
"special_charter": "asteroid"
}
}
}
Loading

0 comments on commit ef0b496

Please sign in to comment.