Meta Station (#10290)
* Meta Station * station component * prototype * fixe * rotato * cloner rework
This commit is contained in:
202264
Resources/Maps/meta.yml
Normal file
202264
Resources/Maps/meta.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,7 @@
|
|||||||
mapName: 'Delta Station'
|
mapName: 'Delta Station'
|
||||||
mapPath: /Maps/delta.yml
|
mapPath: /Maps/delta.yml
|
||||||
minPlayers: 60
|
minPlayers: 60
|
||||||
|
votable: False
|
||||||
stations:
|
stations:
|
||||||
Delta:
|
Delta:
|
||||||
mapNameTemplate: '{0} Delta Station {1}'
|
mapNameTemplate: '{0} Delta Station {1}'
|
||||||
|
|||||||
46
Resources/Prototypes/Maps/meta.yml
Normal file
46
Resources/Prototypes/Maps/meta.yml
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
- type: gameMap
|
||||||
|
id: metastation
|
||||||
|
mapName: 'Meta Station'
|
||||||
|
mapPath: /Maps/meta.yml
|
||||||
|
minPlayers: 35
|
||||||
|
stations:
|
||||||
|
Meta:
|
||||||
|
mapNameTemplate: '{0} Meta Station {1}'
|
||||||
|
nameGenerator:
|
||||||
|
!type:NanotrasenNameGenerator
|
||||||
|
prefixCreator: 'TG'
|
||||||
|
overflowJobs:
|
||||||
|
- Passenger
|
||||||
|
availableJobs:
|
||||||
|
CargoTechnician: [ 3, 3 ]
|
||||||
|
Passenger: [ -1, -1 ]
|
||||||
|
Bartender: [ 2, 2 ]
|
||||||
|
Botanist: [ 3, 3 ]
|
||||||
|
Chef: [ 2, 2 ]
|
||||||
|
Clown: [ 1, 1 ]
|
||||||
|
Janitor: [ 2, 2 ]
|
||||||
|
Mime: [ 1, 1 ]
|
||||||
|
Captain: [ 1, 1 ]
|
||||||
|
HeadOfPersonnel: [ 1, 1 ]
|
||||||
|
ChiefEngineer: [ 1, 1 ]
|
||||||
|
StationEngineer: [ 4, 4 ]
|
||||||
|
ChiefMedicalOfficer: [ 1, 1 ]
|
||||||
|
MedicalDoctor: [ 3, 3 ]
|
||||||
|
Chemist: [ 2, 3 ]
|
||||||
|
ResearchDirector: [ 1, 1 ]
|
||||||
|
Scientist: [ 4, 4 ]
|
||||||
|
HeadOfSecurity: [ 1, 1 ]
|
||||||
|
SecurityOfficer: [ 4, 4 ]
|
||||||
|
Chaplain: [ 1, 1 ]
|
||||||
|
Warden: [ 1, 1 ]
|
||||||
|
Librarian: [ 1, 1 ]
|
||||||
|
Lawyer: [ 2, 2 ]
|
||||||
|
Quartermaster: [ 1, 1 ]
|
||||||
|
SalvageSpecialist: [ 3, 3 ]
|
||||||
|
Musician: [ 1, 1 ]
|
||||||
|
AtmosphericTechnician: [ 3, 3 ]
|
||||||
|
TechnicalAssistant: [ 2, 2 ]
|
||||||
|
MedicalIntern: [ 2, 2 ]
|
||||||
|
ServiceWorker: [ 2, 2 ]
|
||||||
|
SecurityCadet: [ 2, 2 ]
|
||||||
|
Detective: [ 1, 1 ]
|
||||||
Reference in New Issue
Block a user