Skip to content

Commit

Permalink
add map in pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegare committed Dec 3, 2024
1 parent 7b981f8 commit b1a9b26
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Prototypes/Stories/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- StoriesBox
- StoriesCore
- StoriesFland
- StoriesKilo
- StoriesMarathon
- StoriesMeta
- StoriesOasis
Expand All @@ -16,4 +17,4 @@
- CorvaxAstra
- CorvaxAvrite
- CorvaxDelta
- CorvaxPaper
- CorvaxPaper
68 changes: 68 additions & 0 deletions Resources/Prototypes/Stories/Maps/kilo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
- type: gameMap
id: StoriesKilo
mapName: '[КТ] Kilo Station'
mapPath: /Maps/Stories/kilo.yml
minPlayers: 35
stations:
Kilo:
stationProto: StandardNanotrasenStation
components:
- type: StationPrison
gameMap: StoriesPrison
- type: StationNameSetup
mapNameTemplate: '{0} Kilo Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_box.yml
- type: StationCargoShuttle
path: /Maps/Shuttles/cargo.yml
- type: StationJobs
availableJobs:
#command
Captain: [ 1, 1 ]
#service
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Botanist: [ 3, 3 ]
Chef: [ 2, 2 ]
Janitor: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 2, 2 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 2, 2 ]
StationEngineer: [ 2, 2 ]
TechnicalAssistant: [ 1, 2 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 2, 2 ]
Paramedic: [ 1, 1 ]
MedicalIntern: [ 2, 2 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 5 ]
ResearchAssistant: [ 2, 2 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ]
Detective: [ 1, 1 ]
SecurityCadet: [ 1, 2 ]
IAA: [ 1, 1 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
#silicon
StationAi: [ 1, 1 ]
Borg: [ 2, 2 ]
#stories content
JediNt: [ 1, 1 ]

0 comments on commit b1a9b26

Please sign in to comment.