forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* import * remove perma asteroid * remove cyrillic * ok * Remove Chromite island, Move AI, add cameras * remove mapped garbage * add station anchors * admeme teleporter * remove wapr points, add nav beacons * telecomm, camera servers, some atmos fix * crew server * remove white plating, fix MANY pipestacking * playtest bugs fixing * big update * bunch minor fixes * Update gate.yml * out of rotation
- Loading branch information
Showing
8 changed files
with
209,720 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,7 @@ public sealed class PostMapInitTest | |
"Train", | ||
"Oasis", | ||
"Cog", | ||
"Gate", | ||
"Amber" | ||
}; | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
- Cog | ||
- Core | ||
- Fland | ||
#- Gate | ||
- Marathon | ||
- Meta | ||
- Oasis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
- type: gameMap | ||
id: Gate | ||
mapName: 'Gate Station' | ||
mapPath: /Maps/gate.yml | ||
minPlayers: 55 | ||
stations: | ||
Gate: | ||
stationProto: StandardNanotrasenStation | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: '{0} Gate Station {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: 'ED' | ||
- type: StationEmergencyShuttle | ||
emergencyShuttlePath: /Maps/Shuttles/emergency_raven.yml | ||
- type: StationJobs | ||
availableJobs: | ||
#service | ||
Captain: [ 1, 1 ] | ||
HeadOfPersonnel: [ 1, 1 ] | ||
Bartender: [ 2, 2 ] | ||
Botanist: [ 3, 3 ] | ||
Chef: [ 2, 2 ] | ||
Janitor: [ 2, 2 ] | ||
Chaplain: [ 1, 1 ] | ||
Librarian: [ 1, 1 ] | ||
ServiceWorker: [ 2, 2 ] | ||
Zookeeper: [ 1, 1 ] | ||
Reporter: [ 2, 2 ] | ||
#engineering | ||
ChiefEngineer: [ 1, 1 ] | ||
AtmosphericTechnician: [ 3, 3 ] | ||
StationEngineer: [ 4, 4 ] | ||
TechnicalAssistant: [ 4, 4 ] | ||
#medical | ||
ChiefMedicalOfficer: [ 1, 1 ] | ||
Chemist: [ 2, 2 ] | ||
MedicalDoctor: [ 3, 3 ] | ||
Paramedic: [ 2, 2 ] | ||
MedicalIntern: [ 4, 4 ] | ||
Psychologist: [ 1, 1 ] | ||
#science | ||
ResearchDirector: [ 1, 1 ] | ||
Scientist: [ 4, 4 ] | ||
ResearchAssistant: [ 4, 4 ] | ||
#security | ||
HeadOfSecurity: [ 1, 1 ] | ||
Warden: [ 1, 1 ] | ||
SecurityOfficer: [ 6, 6 ] | ||
Detective: [ 1, 1 ] | ||
SecurityCadet: [ 4, 4 ] | ||
Lawyer: [ 2, 2 ] | ||
#supply | ||
Quartermaster: [ 1, 1 ] | ||
SalvageSpecialist: [ 3, 3 ] | ||
CargoTechnician: [ 6, 6 ] | ||
#civilian | ||
Passenger: [ -1, -1 ] | ||
Clown: [ 1, 1 ] | ||
Mime: [ 1, 1 ] | ||
Musician: [ 1, 1 ] | ||
#silicon | ||
StationAi: [ 1, 1 ] | ||
Borg: [ 2, 2 ] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,9 @@ | |
{ | ||
"name": "bar" | ||
}, | ||
{ | ||
"name": "bath" | ||
}, | ||
{ | ||
"name": "biblio" | ||
}, | ||
|