mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 23:48:15 +03:00
The Hive : Rerotation, AI Satellite, Senior Roles, AI Turrets, Etc. (#2108)
<!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description --- Adds The Hive back into the rotation. I have included most of what I could think of to improve it. If I forgot something, please let me know. <!-- This is default collapsed, readers click to expand it and see all your media The PR media section can get very large at times, so this is a good way to keep it clean The title is written using HTML tags The title must be within the <summary> tags or you won't see it --> <details><summary><h1>Media</h1></summary> <p>  </p> </details> --- # Changelog <!-- You can add an author after the `🆑` to change the name that appears in the changelog (ex: `🆑 Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> 🆑 - add: Added The Hive back to rotation. (cherry picked from commit b684cda91230191f811cca6cadd3ff946374d602)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,75 +1,83 @@
|
||||
# - type: gameMap
|
||||
# id: TheHive
|
||||
# mapName: 'The Hive'
|
||||
# mapPath: /Maps/hive.yml
|
||||
# minPlayers: 30
|
||||
# #maxPlayers: 80 Temporary maybe
|
||||
# stations:
|
||||
# TheHive:
|
||||
# stationProto: StandardNanotrasenStation
|
||||
# components:
|
||||
# - type: StationNameSetup
|
||||
# mapNameTemplate: 'The Hive'
|
||||
# nameGenerator:
|
||||
# !type:NanotrasenNameGenerator
|
||||
# prefixCreator: 'DV'
|
||||
# - type: StationEmergencyShuttle
|
||||
# emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Seal.yml
|
||||
# - type: StationJobs
|
||||
# overflowJobs:
|
||||
# - Passenger
|
||||
# availableJobs:
|
||||
# #civilian
|
||||
# Passenger: [ -1, -1 ]
|
||||
# Librarian: [ 1, 1 ]
|
||||
# #command
|
||||
# Captain: [ 1, 1 ]
|
||||
# Maid: [ 1, 1 ] # WWDP Combat Maid instead of CC roles
|
||||
# #engineering
|
||||
# AtmosphericTechnician: [ 1, 2 ]
|
||||
# ChiefEngineer: [ 1, 1 ]
|
||||
# StationEngineer: [ 3, 4 ]
|
||||
# TechnicalAssistant: [ 2, 3 ]
|
||||
# #medical
|
||||
# Chemist: [ 2, 2 ]
|
||||
# ChiefMedicalOfficer: [ 1, 1 ]
|
||||
# MedicalDoctor: [ 3, 5 ]
|
||||
# MedicalIntern: [ 1, 3 ]
|
||||
# Paramedic: [ 1, 2 ]
|
||||
# Psychologist: [ 1, 1 ]
|
||||
# #security
|
||||
# Brigmedic: [ 1, 1 ]
|
||||
# Detective: [ 1, 1 ]
|
||||
# HeadOfSecurity: [ 1, 1 ]
|
||||
# Prisoner: [ 2, 3 ]
|
||||
# PrisonGuard: [ 1, 1 ]
|
||||
# SecurityOfficer: [ 4, 6 ]
|
||||
# SecurityCadet: [ 1, 2 ]
|
||||
# Warden: [ 1, 1 ]
|
||||
# #service
|
||||
# Bartender: [ 2, 2 ]
|
||||
# Botanist: [ 2, 3 ]
|
||||
# Boxer: [ 2, 2 ]
|
||||
# Chef: [ 2, 3 ]
|
||||
# Clown: [ 1, 2 ]
|
||||
# HeadOfPersonnel: [ 1, 1 ]
|
||||
# Janitor: [ 2, 3 ]
|
||||
# Lawyer: [ 2, 2 ]
|
||||
# Mime: [ 1, 2 ]
|
||||
# Musician: [ 1, 3 ]
|
||||
# Reporter: [ 1, 2 ]
|
||||
# ServiceWorker: [ 2, 4 ]
|
||||
# #science
|
||||
# Borg: [ 2, 3 ]
|
||||
# Chaplain: [ 1, 1 ]
|
||||
# ForensicMantis: [ 1, 1 ]
|
||||
# ResearchAssistant: [ 2, 3 ]
|
||||
# ResearchDirector: [ 1, 1 ]
|
||||
# Scientist: [ 3, 5 ]
|
||||
# #supply
|
||||
# Quartermaster: [ 1, 1 ]
|
||||
# CargoTechnician: [ 2, 3 ]
|
||||
# SalvageSpecialist: [ 2, 3 ]
|
||||
# MailCarrier: [ 2, 2 ]
|
||||
# # Silicon
|
||||
# StationAi: [ 1, 1 ]
|
||||
- type: gameMap
|
||||
id: TheHive
|
||||
mapName: 'The Hive'
|
||||
mapPath: /Maps/hive.yml
|
||||
minPlayers: 30
|
||||
#maxPlayers: 80 Temporary maybe
|
||||
stations:
|
||||
TheHive:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: 'The Hive'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'DV'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Seal.yml
|
||||
- type: StationJobs
|
||||
overflowJobs:
|
||||
- Passenger
|
||||
availableJobs:
|
||||
#civilian
|
||||
Passenger: [ -1, -1 ]
|
||||
Librarian: [ 1, 1 ]
|
||||
#command
|
||||
Captain: [ 1, 1 ]
|
||||
# BlueshieldOfficer: [ 1, 1] - WD EDIT
|
||||
# NanotrasenRepresentative: [ 1, 1 ] - WD EDIT
|
||||
# Magistrate: [ 1, 1 ] - WD EDIT
|
||||
# AdministrativeAssistant: [ 1, 1 ] - WD EDIT
|
||||
Maid: [ 1, 1 ] # WD EDIT
|
||||
#engineering
|
||||
AtmosphericTechnician: [ 1, 2 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
StationEngineer: [ 3, 4 ]
|
||||
TechnicalAssistant: [ 2, 3 ]
|
||||
SeniorEngineer: [ 1, 1 ]
|
||||
#medical
|
||||
Chemist: [ 2, 2 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
MedicalDoctor: [ 3, 5 ]
|
||||
MedicalIntern: [ 1, 3 ]
|
||||
Paramedic: [ 1, 2 ]
|
||||
Psychologist: [ 1, 1 ]
|
||||
SeniorPhysician: [ 1, 1 ]
|
||||
#security
|
||||
Brigmedic: [ 1, 1 ]
|
||||
Detective: [ 1, 1 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
Prisoner: [ 2, 3 ]
|
||||
PrisonGuard: [ 1, 1 ]
|
||||
SecurityOfficer: [ 4, 6 ]
|
||||
SeniorOfficer: [ 1, 1 ]
|
||||
SecurityCadet: [ 1, 2 ]
|
||||
Warden: [ 1, 1 ]
|
||||
#service
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 2, 3 ]
|
||||
# Boxer: [ 2, 2 ] - WD EDIT
|
||||
Chef: [ 2, 3 ]
|
||||
Clown: [ 1, 2 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
Janitor: [ 2, 3 ]
|
||||
Lawyer: [ 2, 2 ]
|
||||
Mime: [ 1, 2 ]
|
||||
Musician: [ 1, 3 ]
|
||||
Reporter: [ 1, 2 ]
|
||||
ServiceWorker: [ 2, 4 ]
|
||||
#science
|
||||
Chaplain: [ 1, 1 ]
|
||||
ForensicMantis: [ 1, 1 ]
|
||||
ResearchAssistant: [ 2, 3 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Scientist: [ 3, 5 ]
|
||||
SeniorResearcher: [ 1, 1 ]
|
||||
#supply
|
||||
Quartermaster: [ 1, 1 ]
|
||||
CargoTechnician: [ 2, 3 ]
|
||||
SalvageSpecialist: [ 2, 3 ]
|
||||
MailCarrier: [ 2, 2 ]
|
||||
# Silicon
|
||||
StationAi: [ 1, 1 ]
|
||||
Borg: [ 3, 4 ]
|
||||
|
||||
Reference in New Issue
Block a user