Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ss14-Starlight committed Feb 21, 2025
1 parent 20aefef commit e5e6c4c
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Resources/Maps/_Starlight/Stations/Bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ entities:
- type: MovedGrids
- type: Broadphase
- type: OccluderTree
- type: Parallax
parallax: BagelStation
- type: LoadedMap
- uid: 2
components:
Expand Down
2 changes: 0 additions & 2 deletions Resources/Maps/_Starlight/Stations/Core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ entities:
- type: Broadphase
- type: OccluderTree
- type: LoadedMap
- type: Parallax
parallax: CoreStation
- uid: 2
components:
- type: MetaData
Expand Down
2 changes: 0 additions & 2 deletions Resources/Maps/_Starlight/Stations/Events/Christmas/Bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9297,8 +9297,6 @@ entities:
- type: MovedGrids
- type: Broadphase
- type: OccluderTree
- type: Parallax
parallax: BagelStation
- type: LoadedMap
- uid: 7536
components:
Expand Down
2 changes: 0 additions & 2 deletions Resources/Maps/bagel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9222,8 +9222,6 @@ entities:
- type: MovedGrids
- type: Broadphase
- type: OccluderTree
- type: Parallax
parallax: BagelStation
- type: LoadedMap
- uid: 7536
components:
Expand Down
2 changes: 0 additions & 2 deletions Resources/Maps/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11763,8 +11763,6 @@ entities:
- type: Broadphase
- type: OccluderTree
- type: LoadedMap
- type: Parallax
parallax: CoreStation
- uid: 21128
components:
- type: MetaData
Expand Down
2 changes: 0 additions & 2 deletions Resources/Maps/gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ entities:
- type: Broadphase
- type: OccluderTree
- type: LoadedMap
- type: Parallax
parallax: AspidParallax
- uid: 2
components:
- type: MetaData
Expand Down
2 changes: 0 additions & 2 deletions Resources/Maps/plasma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ entities:
- type: Broadphase
- type: OccluderTree
- type: LoadedMap
- type: Parallax
parallax: PlasmaStation
- uid: 2
components:
- type: MetaData
Expand Down
73 changes: 73 additions & 0 deletions Resources/Prototypes/_StarLight/Maps/crescent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
- type: gameMap
id: StarlightCrescent
mapName: 'Crescent'
mapPath: /Maps/_Starlight/Stations/Crescent.yml
minPlayers: 40
maxPlayers: 95
stations:
Crescent:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Crescent {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'R4'
- 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: [ 3, 3 ]
Chaplain: [ 1, 1 ]
Reporter: [ 3, 3 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 3, 3 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 4, 4 ]
TechnicalAssistant: [ 4, 4 ]
#medicalw
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 1, 1 ]
MedicalDoctor: [ 4, 4 ]
MedicalIntern: [ 4, 4 ]
Psychologist: [ 1, 1 ]
Paramedic: [ 1, 1 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 5 ]
ResearchAssistant: [ 3, 3 ]
Roboticist: [ 2, 2 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SecurityOfficer: [ 6, 6 ]
Detective: [ 1, 1 ]
SecurityCadet: [ 6, 6 ]
Brigmedic: [ 1, 1 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 4, 4 ]
CargoTechnician: [ 5, 5 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]
Boxer: [ 2, 2]
#silicon
StationAi: [ 1, 1 ]
Borg: [ 3, 3 ]
#law
Magistrate: [ 1, 1 ]
IAA: [ 1, 1 ]
#Representives
BlueShield: [ 1, 1 ]
NanoTrasenRepresentative: [ 1, 1 ]
3 changes: 3 additions & 0 deletions Resources/map_attributions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@

- files: ["convex.yml"]
authors: Spacemann

- files: ["crescent.yml"]
authors: Bequin

0 comments on commit e5e6c4c

Please sign in to comment.