* import

* remove perma asteroid

* remove cyrillic

* ok

* Remove Chromite island, Move AI, add cameras

* remove mapped garbage

* add station anchors

* admeme teleporter

* remove wapr points, add nav beacons

* telecomm, camera servers, some atmos fix

* crew server

* remove white plating, fix MANY pipestacking

* playtest bugs fixing

* big update

* bunch minor fixes

* Update gate.yml

* out of rotation
This commit is contained in:
Ed
2024-12-17 13:06:33 +03:00
committed by GitHub
parent d90f6ce086
commit a77fcdec76
8 changed files with 209720 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ namespace Content.IntegrationTests.Tests
"Train",
"Oasis",
"Cog",
"Gate",
"Amber"
};

209625
Resources/Maps/gate.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -14,3 +14,19 @@
- HighRiskItem
- type: StealTarget
stealGroup: HandTeleporter
- type: entity
id: HandTeleporterAdmeme
suffix: Admeme
parent: BaseItem
name: interdimensional teleporter
description: allows you to open stable portal gates that are not limited by distance
components:
- type: Sprite
sprite: /Textures/Objects/Devices/hand_teleporter.rsi
layers:
- state: icon
color: green
- type: HandTeleporter
firstPortalPrototype: PortalGatewayBlue
secondPortalPrototype: PortalGatewayOrange

View File

@@ -324,6 +324,15 @@
- type: Sprite
state: bar
- type: entity
parent: BaseSign
id: SignBath
name: bathroom sign
description: A sign indicating the bathroom.
components:
- type: Sprite
state: bath
- type: entity
parent: BaseSign
id: SignKitchen

View File

@@ -7,6 +7,7 @@
- Cog
- Core
- Fland
#- Gate
- Marathon
- Meta
- Oasis

View File

@@ -0,0 +1,65 @@
- type: gameMap
id: Gate
mapName: 'Gate Station'
mapPath: /Maps/gate.yml
minPlayers: 55
stations:
Gate:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Gate Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'ED'
- 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: [ 2, 2 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 2, 2 ]
Zookeeper: [ 1, 1 ]
Reporter: [ 2, 2 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 4, 4 ]
TechnicalAssistant: [ 4, 4 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 3, 3 ]
Paramedic: [ 2, 2 ]
MedicalIntern: [ 4, 4 ]
Psychologist: [ 1, 1 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 4, 4 ]
ResearchAssistant: [ 4, 4 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SecurityOfficer: [ 6, 6 ]
Detective: [ 1, 1 ]
SecurityCadet: [ 4, 4 ]
Lawyer: [ 2, 2 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 6, 6 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]
#silicon
StationAi: [ 1, 1 ]
Borg: [ 2, 2 ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

View File

@@ -70,6 +70,9 @@
{
"name": "bar"
},
{
"name": "bath"
},
{
"name": "biblio"
},