Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parkstation map #40

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Resources/Changelog/Admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ Entries:
- {message: 'Виправлення сплеш лого', type: Fix}
id: 23
time: '2024-08-11T17:37:00.0000000+00:00'
- author: Amatadorro
changes:
- {message: 'Паркстанція', type: Add}
id: 23
time: '2024-08-11T17:37:00.0000000+00:00'
108,144 changes: 108,144 additions & 0 deletions Resources/Maps/parkstation.yml

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions Resources/Migrations/parkstationMigrations.yml
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- PaintingRedBlueYellow
- PaintingHelloWorld
- PaintingSpoon # DeltaV Painting, see Resources/Prototypes/DeltaV/Entities/Structures/Wallmount/painting.yml
- PaintingLois # Parkstation-Paintings
chance: 1
rarePrototypes:
- PaintingSkeletonBoof
Expand Down
17 changes: 13 additions & 4 deletions Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2084,22 +2084,31 @@
sprite: Objects/Consumable/Drinks/vodkatonicglass.rsi
state: icon

# Parkstation-Betterjug-Start
- type: entity
parent: DrinkGlassBase
id: DrinkWaterJug
name: water jug
description: Stay hydrated
components:
- type: SolutionContainerVisuals
maxFillLevels: 1
emptySpriteName: empty
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
maxVol: 200
reagents:
- ReagentId: Water
Quantity: 30
- ReagentId: Water
Quantity: 200
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/water.rsi
sprite: SimpleStation14/Objects/Consumable/Drinks/jug.rsi
layers:
- state: full
map: ["enum.SolutionContainerLayers.Fill"]
visible: true
# Parkstation-Betterjug-End

- type: entity
parent: DrinkGlass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
board: [ DoorElectronicsExternal ]

- type: entity
parent: AirlockExternal
parent: AirlockExternalService # Parkstation-CustomExternalAirlocks
id: AirlockExternalCargoLocked
suffix: External, Logistics, Locked # DeltaV - Logistics Department replacing Cargo
components:
Expand All @@ -101,7 +101,7 @@
board: [ DoorElectronicsCargo ]

- type: entity
parent: AirlockExternal
parent: AirlockExternalEngineering # Parkstation-CustomExternalAirlocks
id: AirlockExternalEngineeringLocked
suffix: External, Engineering, Locked
components:
Expand All @@ -110,7 +110,7 @@
board: [ DoorElectronicsEngineering ]

- type: entity
parent: AirlockExternal
parent: AirlockExternalAtmospherics # Parkstation-CustomExternalAirlocks
id: AirlockExternalAtmosphericsLocked
suffix: External, Atmospherics, Locked
components:
Expand Down Expand Up @@ -1233,7 +1233,7 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsRobotics ]

- type: entity
parent: AirlockScienceGlass
id: AirlockRoboticsGlassLocked
Expand Down
65 changes: 65 additions & 0 deletions Resources/Prototypes/Entities/Structures/Storage/paper_bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,68 @@
tags:
- Document
- Write

# Parkstation-PaperBin50-Start # No more than 50 for the time being.
# I mean really, look at this shit.
- type: entity
parent: PaperBin
id: PaperBin50
suffix: 50
components:
- type: Bin
initialContents:
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
whitelist:
tags:
- Document
- Write
# Parkstation-PaperBin50-End
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
- Origin #50-∞
- Submarine #60-∞
- Cog #35-70
- ParkStation #5-20
53 changes: 53 additions & 0 deletions Resources/Prototypes/Maps/parkstation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
- type: gameMap
id: ParkStation
mapName: Паркстанція 5-20
mapPath: /Maps/parkstation.yml
minPlayers: 0
stations:
parkstation:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Arborum {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttle: /Maps/Shuttles/NTES_Kaeri.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
Passenger: [ -1, -1 ]
Captain: [ 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 ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

- 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
47 changes: 47 additions & 0 deletions Resources/Prototypes/SimpleStation14/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
- type: entity
parent: MobLizard
id: MobLizardLois
name: Lois
description: A lizard with a love of life, and a fear of justice.
components:
- type: InteractionPopup
successChance: 0.7
- type: NpcFactionMember
factions:
- Pet
- type: Grammar
attributes:
proper: true
gender: male

- type: entity
parent: MobFrog
id: MobFrogRandall
name: Randall
description: Ayooo, it's Randall hoppin' round!
components:
- type: InteractionPopup
successChance: 0.35
- type: NpcFactionMember
factions:
- Pet
- type: Grammar
attributes:
proper: true
gender: male

- type: entity
parent: MobSlug
id: MobSlugTerrance
name: Terrance
description: Tis Terrance.
components:
- type: InteractionPopup
successChance: 0.25
- type: NpcFactionMember
factions:
- Pet
- type: Grammar
attributes:
proper: true
gender: male
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"]
18 changes: 18 additions & 0 deletions Resources/Prototypes/SimpleStation14/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- type: entity
parent: BasePlushie
id: ToyMcgriff
name: mcgriff toy
description: The bearer of the law, now 10x more portable!
components:
- type: Sprite
sprite: SimpleStation14/Objects/Fun/toys.rsi
state: mcgriff
- type: EmitSoundOnUse
sound:
path: /Audio/Items/Toys/ian.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Items/Toys/ian.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Items/Toys/ian.ogg
Loading
Loading