Gate map (#32032)
* 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:
@@ -62,6 +62,7 @@ namespace Content.IntegrationTests.Tests
|
|||||||
"Train",
|
"Train",
|
||||||
"Oasis",
|
"Oasis",
|
||||||
"Cog",
|
"Cog",
|
||||||
|
"Gate",
|
||||||
"Amber"
|
"Amber"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
209625
Resources/Maps/gate.yml
Normal file
209625
Resources/Maps/gate.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -14,3 +14,19 @@
|
|||||||
- HighRiskItem
|
- HighRiskItem
|
||||||
- type: StealTarget
|
- type: StealTarget
|
||||||
stealGroup: HandTeleporter
|
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
|
||||||
@@ -324,6 +324,15 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: bar
|
state: bar
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseSign
|
||||||
|
id: SignBath
|
||||||
|
name: bathroom sign
|
||||||
|
description: A sign indicating the bathroom.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: bath
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSign
|
parent: BaseSign
|
||||||
id: SignKitchen
|
id: SignKitchen
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
- Cog
|
- Cog
|
||||||
- Core
|
- Core
|
||||||
- Fland
|
- Fland
|
||||||
|
#- Gate
|
||||||
- Marathon
|
- Marathon
|
||||||
- Meta
|
- Meta
|
||||||
- Oasis
|
- Oasis
|
||||||
|
|||||||
65
Resources/Prototypes/Maps/gate.yml
Normal file
65
Resources/Prototypes/Maps/gate.yml
Normal 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 ]
|
||||||
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/bath.png
Normal file
BIN
Resources/Textures/Structures/Wallmounts/signs.rsi/bath.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 458 B |
@@ -70,6 +70,9 @@
|
|||||||
{
|
{
|
||||||
"name": "bar"
|
"name": "bar"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "bath"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "biblio"
|
"name": "biblio"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user