Bring Ovni back (#4602)
* Bring Ovni back * Update ovni.yml * Made archivists room bigger, changed AI core a bit * Update ovni.yml * Update ovni.yml * removed invalid * attributions file * Made requested changes * removed invalid..? * Update ovni.yml * removed invalid * Minor fixes * fix invalid, hopefully for the last time.. * fixes, still need to do signs, its next blah * final fixes.. i hope beh * attributions fix * Update deltav_map_attributions.yml
This commit is contained in:
parent
90ce1ca21f
commit
489466e2c6
|
|
@ -76,6 +76,7 @@ namespace Content.IntegrationTests.Tests
|
|||
"Hammurabi", // DeltaV
|
||||
"Lighthouse", // DeltaV
|
||||
"Micro", // DeltaV
|
||||
"Ovni", //DeltaV
|
||||
"Pebble", // DeltaV
|
||||
"Shoukou", // DeltaV
|
||||
"Submarine", //DeltaV
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,72 @@
|
|||
- type: gameMap
|
||||
id: Ovni
|
||||
mapName: Ovni
|
||||
mapPath: /Maps/ovni.yml
|
||||
minPlayers: 5
|
||||
maxPlayers: 30
|
||||
stations:
|
||||
Ovni:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Ovni Station {1}'
|
||||
nameGenerator: !type:NanotrasenNameGenerator
|
||||
prefixCreator: 'NY'
|
||||
- type: StationJobs
|
||||
availableJobs:
|
||||
Captain: [ 1, 1 ]
|
||||
StationAi: [ 1, 1 ]
|
||||
#service
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
Bartender: [ 1, 1 ]
|
||||
Botanist: [ 1, 1 ]
|
||||
Chef: [ 1, 1 ]
|
||||
Clown: [ 1, 1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
Reporter: [ 1, 1 ]
|
||||
Musician: [ 1, 1 ]
|
||||
ServiceWorker: [ 2, 2 ]
|
||||
Janitor: [ 1, 1 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Boxer: [ 1, 1 ]
|
||||
#engineering
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
AtmosphericTechnician: [ 1, 2 ]
|
||||
StationEngineer: [ 2, 4 ]
|
||||
TechnicalAssistant: [ 2, 3 ]
|
||||
#justice
|
||||
ChiefJustice: [ 1, 1 ]
|
||||
Clerk: [ 1, 1 ]
|
||||
Lawyer: [ 1, 2 ]
|
||||
Prosecutor: [ 1, 1 ]
|
||||
#medical
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
Chemist: [ 1, 1 ]
|
||||
Paramedic: [ 1, 1 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
MedicalDoctor: [ 2, 4 ]
|
||||
MedicalIntern: [ 2, 3 ]
|
||||
#epistemics
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Chaplain: [ 1, 1 ]
|
||||
ForensicMantis: [ 1, 1 ]
|
||||
Scientist: [ 2, 4 ]
|
||||
Roboticist: [ 1, 1 ]
|
||||
ResearchAssistant: [ 2, 3 ]
|
||||
Borg: [ 2, 2 ]
|
||||
#security
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Warden: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
SecurityOfficer: [ 2, 3 ]
|
||||
SecurityCadet: [ 2, 2 ]
|
||||
Brigmedic: [ 1, 1 ]
|
||||
Prisoner: [ 2, 2 ]
|
||||
#logistics
|
||||
Quartermaster: [ 1, 1 ]
|
||||
Courier: [ 1, 1 ]
|
||||
SalvageSpecialist: [ 2, 2 ]
|
||||
CargoTechnician: [ 2, 2 ]
|
||||
CargoAssistant: [ 1, 2 ]
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
|
|
@ -63,6 +63,11 @@
|
|||
copyright: "Created by Field Command for Delta V."
|
||||
source: "https://github.com/DeltaV-Station/Delta-v/pull/3894"
|
||||
|
||||
- files: ["ovni.yml"]
|
||||
license: "CC-BY-NC-SA-4.0"
|
||||
copyright: "Created by Andrew Mower for Nyanotrasen, Rebased to Delta V by Deltanedas and Bonktrauma"
|
||||
source: "https://github.com/DeltaV-Station/Delta-v/pull/4602"
|
||||
|
||||
- files: ["pebble.yml"]
|
||||
license: "CC-BY-SA-4.0"
|
||||
copyright: "Created by Kroma for Nyanotrasen. Rebased to Delta V. Additional maintenance/alterations by Carolyn, Unicorn on LSD, BriBroo, Foxmin, Field Command."
|
||||
|
|
|
|||
Loading…
Reference in New Issue