parent
b7748a4ac9
commit
b6199ca026
4 changed files with 242655 additions and 0 deletions
15866
Resources/Maps/_Fish/Shuttles/emergency_gate.yml
Normal file
15866
Resources/Maps/_Fish/Shuttles/emergency_gate.yml
Normal file
File diff suppressed because it is too large
Load diff
226689
Resources/Maps/_Fish/Station/gate.yml
Normal file
226689
Resources/Maps/_Fish/Station/gate.yml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -2,6 +2,7 @@
|
|||
id: FishMapPool
|
||||
maps:
|
||||
- FishDelta
|
||||
- FishGate
|
||||
# - FishBarratry
|
||||
# - FishFland
|
||||
# - FishPacked
|
||||
|
|
|
|||
99
Resources/Prototypes/_Fish/Maps/gate.yml
Normal file
99
Resources/Prototypes/_Fish/Maps/gate.yml
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
- type: gameMap
|
||||
id: FishGate
|
||||
mapName: 'Gate Station'
|
||||
mapPath: /Maps/_Fish/Station/gate.yml
|
||||
minPlayers: 55
|
||||
stations:
|
||||
FishGate:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Гейт {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'ED'
|
||||
- type: SpawnGridAndDockToStation
|
||||
grids:
|
||||
- gridPath: /Maps/_Fish/Shuttles/mining.yml
|
||||
priorityTag: DockMining
|
||||
- gridPath: /Maps/_Fish/Shuttles/security.yml
|
||||
priorityTag: DockFishSecurity
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/_Fish/Shuttles/emergency_gate.yml
|
||||
- type: StationJobs
|
||||
availableJobs:
|
||||
#command
|
||||
Captain: [ 1, 1 ]
|
||||
Adjutant: [ 1, 1 ]
|
||||
NanoTrasenRepresentative: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
#service
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 3, 3 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Janitor: [ 4, 4 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
ServiceWorker: [ 5, 5 ]
|
||||
Reporter: [ 2, 2 ]
|
||||
Zookeeper: [ 1, 1 ]
|
||||
Barber: [ 1, 1 ]
|
||||
#engineering
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
SeniorEngineer: [ 1, 1 ]
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
StationEngineer: [ 5, 5 ]
|
||||
TechnicalAssistant: [ 5, 5 ]
|
||||
#medical
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
SeniorPhysician: [ 1, 1 ]
|
||||
Chemist: [ 2, 3 ]
|
||||
MedicalDoctor: [ 4, 4 ]
|
||||
Paramedic: [ 2, 2 ]
|
||||
MedicalIntern: [ 5, 5 ]
|
||||
Psychologist: [ 2, 2 ]
|
||||
MedicalPathologist: [ 1, 1 ]
|
||||
#science
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
SeniorResearcher: [ 1, 1 ]
|
||||
Scientist: [ 5, 5 ]
|
||||
ResearchAssistant: [ 5, 5 ]
|
||||
Roboticist: [ 4, 4 ]
|
||||
#security
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Warden: [ 1, 1 ]
|
||||
SeniorOfficer: [ 1, 1 ]
|
||||
Detective: [ 2, 2 ]
|
||||
Brigmedic: [ 1, 1 ]
|
||||
SecurityPilot: [ 2, 2 ]
|
||||
SecurityOfficer: [ 5, 5 ]
|
||||
SecurityCadet: [ 5, 5 ]
|
||||
#supply
|
||||
Quartermaster: [ 1, 1 ]
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
CargoTechnician: [ 3, 3 ]
|
||||
MailCarrier: [ 2, 2 ]
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Clown: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
#blueshield
|
||||
BlueShieldEnsign: [ 1, 1 ]
|
||||
BlueShieldOfficer: [ 2, 2 ]
|
||||
RepresentativeBlueShield: [ 1, 1 ]
|
||||
#law
|
||||
IAA: [ 1, 1 ]
|
||||
Lawyer: [ 3, 3 ]
|
||||
NtrOfficer: [ 3, 3 ]
|
||||
# silicon
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 2, 2 ]
|
||||
MedicalBorg: [ 4, 4 ]
|
||||
EngineerBorg: [ 2, 2 ]
|
||||
MiningBorg: [ 2, 2 ]
|
||||
JanitorBorg: [ 2, 2 ]
|
||||
ServiceBorg: [ 2, 2 ]
|
||||
ClownBorg: [ 2, 2 ]
|
||||
PeaceBorg: [ 2, 2 ]
|
||||
SecurityBorg: [ 4, 4 ]
|
||||
Loading…
Add table
Reference in a new issue