-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
241 changed files
with
110,582 additions
and
11 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 2024-03-16 # ParkStation map to the rebase. | ||
FoodDonkpocketGondola: FoodDonkpocketPizza # This wasn't fixed with the box? | ||
DrinkWaterJugX: DrinkWaterJug | ||
Bluespace5: MaterialBluespace | ||
FloorTileItemSteelFull: FloorTileItemSteel | ||
dissolver: Oracle # To come back someday. | ||
SiliconChargerChargePad: null | ||
SiliconChargerIndustrial: MachineFrame | ||
SpawnPointStationAI: ToyAi | ||
SupersynthNyanotrasenPersonalAI: PersonalAI | ||
VendingMachineUnderwear: VendingMachineClothing | ||
PaintingAmericanGothic: RandomPainting | ||
PaintingEverythingsFine: RandomPainting | ||
PaintingCM: RandomPainting | ||
HyperlinkBookAnomaliesArtifacts: RandomBook | ||
ClothingOuterCoatPirateBlack: ClothingOuterCoatPirate | ||
ClothingOuterPurpleCoat: ClothingOuterCoatGentle | ||
ClothingOuterSuitSpaceninja: null | ||
ClothingUnderStockings_lpink: ClothingUnderSocksCoder | ||
ClothingUnderboxer_briefs: null | ||
ClothingUnderbra_alt: null | ||
ClothingUnderundershirt: null | ||
ClothingUnderian: null | ||
ClothingHeadHatBeretEng: ClothingHeadHatBeretEngineering |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
- type: gameMap | ||
id: ParkStation | ||
mapName: 'ParkStation' | ||
mapPath: /Maps/parkstation.yml | ||
minPlayers: 0 | ||
stations: | ||
parkstation: | ||
stationProto: StandardNanotrasenStation | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: '{0} Arborum {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: 'TG' | ||
- type: StationEmergencyShuttle | ||
emergencyShuttlePath: /Maps/Shuttles/NTES_Kaeri.yml | ||
- type: StationJobs | ||
overflowJobs: | ||
- Passenger | ||
availableJobs: | ||
Passenger: [ -1, -1 ] | ||
SAI: [1, 1] | ||
ChiefServiceSupervisor: [ 1, 1] | ||
Bartender: [ 1, 1 ] | ||
Botanist: [ 2, 3 ] | ||
Boxer: [ 1, 2 ] | ||
Chef: [ 1, 1 ] | ||
Clown: [ 1, 1 ] | ||
Robot: [ 2, 2 ] | ||
Janitor: [ 2, 3 ] | ||
Mime: [ 1, 1 ] | ||
HeadOfPersonnel: [ 1, 1 ] | ||
ChiefEngineer: [ 1, 1 ] | ||
StationEngineer: [ 3, 6 ] | ||
ChiefMedicalOfficer: [ 1, 1 ] | ||
MailCarrier: [ 1, 2 ] | ||
MedicalDoctor: [ 3, 6 ] | ||
MedicalRobot: [ 1, 2 ] | ||
Mystagogue: [ 1, 1 ] | ||
Epistemologist: [ 2, 5 ] | ||
HeadOfSecurity: [ 1, 1 ] | ||
SecurityOfficer: [ 2, 4 ] | ||
Chaplain: [ 1, 1 ] | ||
Warden: [ 1, 1 ] | ||
SecurityCadet: [ 3, 5 ] | ||
Lawyer: [ 1, 2 ] | ||
Quartermaster: [ 3, 4 ] | ||
SalvageTechnician: [ 2, 4 ] | ||
Musician: [1, 2] | ||
AtmosphericTechnician: [ 1, 3 ] | ||
ServiceWorker: [ 2, 3 ] | ||
Reporter: [ 1, 1 ] | ||
Psychologist: [ 1, 1 ] | ||
Prisoner: [ 2, 2 ] |
38 changes: 38 additions & 0 deletions
38
Resources/Prototypes/Parkstation/Entities/Markers/Spawners/mobs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
- type: entity | ||
name: Lois Spawner | ||
id: SpawnMobLizardLois | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobLizardLois | ||
|
||
- type: entity | ||
name: Randall Spawner | ||
id: SpawnMobFrogRandall | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobFrogRandall | ||
|
||
- type: entity | ||
name: Terrance Spawner | ||
id: SpawnMobSlugTerrance | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobSlugTerrance |
37 changes: 37 additions & 0 deletions
37
Resources/Prototypes/Parkstation/Entities/Objects/Devices/pinpointer.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
- type: entity | ||
name: anomaly tracker | ||
id: PinpointerAnomaly | ||
parent: PinpointerBase | ||
components: | ||
- type: Pinpointer | ||
component: Anomaly | ||
mediumDistance: 24 | ||
closeDistance: 12 | ||
reachedDistance: 5 | ||
precision: 0.2 | ||
- type: Sprite | ||
sprite: SimpleStation14/Objects/Devices/pinpointer.rsi | ||
layers: | ||
- state: pinpointer_anomaly | ||
map: ["enum.PinpointerLayers.Base"] | ||
- state: pinonnull | ||
map: ["enum.PinpointerLayers.Screen"] | ||
|
||
- type: entity | ||
name: artifact tracker | ||
id: PinpointerArtifact | ||
parent: PinpointerBase | ||
components: | ||
- type: Pinpointer | ||
component: Artifact | ||
mediumDistance: 24 | ||
closeDistance: 12 | ||
reachedDistance: 5 | ||
precision: 0.02 | ||
- type: Sprite | ||
sprite: SimpleStation14/Objects/Devices/pinpointer.rsi | ||
layers: | ||
- state: pinpointer_artifact | ||
map: ["enum.PinpointerLayers.Base"] | ||
- state: pinonnull | ||
map: ["enum.PinpointerLayers.Screen"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.