New mid pop station: Loop (#33697)
* many changes * contentingregrationtests * serialized invalid removed * blank * "Changes and fixes as suggested" * blank * blank * added desk bells * engi rework rework rework * added gate to content integration * tweaks * aaa * bbb * added holopads * ccc * Update default.yml --------- Co-authored-by: Emisse <99158783+Emisse@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,10 @@ namespace Content.IntegrationTests.Tests
|
|||||||
"Oasis",
|
"Oasis",
|
||||||
"Cog",
|
"Cog",
|
||||||
"Gate",
|
"Gate",
|
||||||
"Amber"
|
"Amber",
|
||||||
|
"Loop"
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
105403
Resources/Maps/loop.yml
Normal file
105403
Resources/Maps/loop.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,6 +8,7 @@
|
|||||||
- Core
|
- Core
|
||||||
- Fland
|
- Fland
|
||||||
#- Gate
|
#- Gate
|
||||||
|
- Loop
|
||||||
- Marathon
|
- Marathon
|
||||||
- Meta
|
- Meta
|
||||||
- Oasis
|
- Oasis
|
||||||
|
|||||||
65
Resources/Prototypes/Maps/loop.yml
Normal file
65
Resources/Prototypes/Maps/loop.yml
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
- type: gameMap
|
||||||
|
id: Loop
|
||||||
|
mapName: 'Loop Station'
|
||||||
|
mapPath: /Maps/loop.yml
|
||||||
|
minPlayers: 30
|
||||||
|
maxPlayers: 70
|
||||||
|
stations:
|
||||||
|
Loop:
|
||||||
|
stationProto: StandardNanotrasenStation
|
||||||
|
components:
|
||||||
|
- type: StationNameSetup
|
||||||
|
mapNameTemplate: '{0} Loop Station {1}'
|
||||||
|
nameGenerator:
|
||||||
|
!type:NanotrasenNameGenerator
|
||||||
|
prefixCreator: '14'
|
||||||
|
- type: StationEmergencyShuttle
|
||||||
|
emergencyShuttlePath: /Maps/Shuttles/emergency_wode.yml
|
||||||
|
- type: StationJobs
|
||||||
|
availableJobs:
|
||||||
|
#command
|
||||||
|
Captain: [ 1, 1 ]
|
||||||
|
#service
|
||||||
|
HeadOfPersonnel: [ 1, 1 ]
|
||||||
|
Bartender: [ 2, 2 ]
|
||||||
|
Botanist: [ 2, 2 ]
|
||||||
|
Chef: [ 2, 2 ]
|
||||||
|
Janitor: [ 2, 2 ]
|
||||||
|
Chaplain: [ 1, 1 ]
|
||||||
|
Librarian: [ 1, 1 ]
|
||||||
|
ServiceWorker: [ 3, 3 ]
|
||||||
|
#engineering
|
||||||
|
ChiefEngineer: [ 1, 1 ]
|
||||||
|
AtmosphericTechnician: [ 3, 3 ]
|
||||||
|
StationEngineer: [ 5, 5 ]
|
||||||
|
TechnicalAssistant: [ 5, 5 ]
|
||||||
|
#medical
|
||||||
|
ChiefMedicalOfficer: [ 1, 1 ]
|
||||||
|
Chemist: [ 2, 2 ]
|
||||||
|
MedicalDoctor: [ 4, 5 ]
|
||||||
|
Paramedic: [ 2, 2 ]
|
||||||
|
MedicalIntern: [ 4, 4 ]
|
||||||
|
#science
|
||||||
|
ResearchDirector: [ 1, 1 ]
|
||||||
|
Scientist: [ 5, 5 ]
|
||||||
|
ResearchAssistant: [ 4, 4 ]
|
||||||
|
#security
|
||||||
|
HeadOfSecurity: [ 1, 1 ]
|
||||||
|
Warden: [ 1, 1 ]
|
||||||
|
SecurityOfficer: [ 5, 5 ]
|
||||||
|
Detective: [ 1, 1 ]
|
||||||
|
SecurityCadet: [ 4, 4 ]
|
||||||
|
Lawyer: [ 2, 2 ]
|
||||||
|
#supply
|
||||||
|
Quartermaster: [ 1, 1 ]
|
||||||
|
SalvageSpecialist: [ 3, 3 ]
|
||||||
|
CargoTechnician: [ 4, 4 ]
|
||||||
|
#civilian
|
||||||
|
Passenger: [ -1, -1 ]
|
||||||
|
Clown: [ 1, 1 ]
|
||||||
|
Mime: [ 1, 1 ]
|
||||||
|
Musician: [ 1, 1 ]
|
||||||
|
Reporter: [ 1, 1 ]
|
||||||
|
#silicon
|
||||||
|
StationAi: [ 1, 1 ]
|
||||||
|
Borg: [ 2, 3 ]
|
||||||
Reference in New Issue
Block a user