Skip to content

Commit

Permalink
Add Surgeon locker prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
sowelipililimute committed Jan 9, 2025
1 parent 203be2f commit dee838d
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 1 deletion.
97 changes: 97 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Fills/Lockers/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,100 @@
containers:
entity_storage: !type:NestedSelector
tableId: PsychologistLockerFill

- type: entityTable
id: SurgeonOutfit
table: !type:GroupSelector
children:
- !type:AllSelector
weight: 10
children:
- id: ClothingHeadHatSurgcapPurple
- id: UniformScrubsColorPurple
- !type:AllSelector
weight: 10
children:
- id: ClothingHeadHatSurgcapGreen
- id: UniformScrubsColorGreen
- !type:AllSelector
weight: 10
children:
- id: ClothingHeadHatSurgcapBlue
- id: UniformScrubsColorBlue
- !type:AllSelector
weight: 10
children:
- id: ClothingHeadHatSurgcapCyan
- id: UniformScrubsColorCyan
- !type:AllSelector
weight: 5
children:
- id: ClothingHeadHatSurgcapBlack
- id: UniformScrubsColorBlack
- !type:AllSelector
weight: 5
children:
- id: ClothingHeadHatSurgcapPink
- id: UniformScrubsColorPink
- !type:AllSelector
weight: 5
children:
- id: ClothingHeadHatSurgcapRainbow
- id: UniformScrubsColorRainbow
- !type:AllSelector
weight: 10
children:
- id: ClothingHeadHatSurgcapWhite
- id: UniformScrubsColorWhite
- !type:AllSelector
weight: 1
children:
- id: ClothingHeadHatSurgcapCybersun
- id: UniformScrubsColorCybersun

- type: entityTable
id: SurgeonSanitzation
table: !type:GroupSelector
children:
- id: BoxNitrileGloves
- id: BoxSterileMask

- type: entityTable
id: SurgeonGloves
table: !type:GroupSelector
children:
- id: ClothingHandsGlovesNitrile
- id: ClothingHandsGlovesLatex

- type: entityTable
id: SurgeonLockerFill
table: !type:AllSelector
children:
- !type:NestedSelector
tableId: SurgeonOutfit
- !type:NestedSelector
tableId: SurgeonSanitzation
- !type:NestedSelector
tableId: SurgeonGloves
- id: ClothingHeadsetMedical
- id: ClothingEyesHudMedical
- id: ClothingBackpackDuffelSurgeryFilled
- id: ClothingOuterVestTank
- id: LunchboxMedicalFilledRandom
prob: 0.3
- id: BoxSyringe
prob: 0.3
- id: HandheldHealthAnalyzer
prob: 0.6
- id: ClothingHeadMirror
prob: 0.4

- type: entity
parent: LockerSurgeon
id: LockerSurgeonFilled
suffix: Filled
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: SurgeonLockerFill
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
- type: AccessReader
access: [["Psychologist"]]

- type: entity
parent: LockerBaseSecureDeltaV
id: LockerSurgeon
name: surgeon's locker
components:
- type: EntityStorageVisuals
stateBaseClosed: surgeon
stateDoorOpen: surgeon_open
stateDoorClosed: surgeon_door
- type: AccessReader
access: [ [ "Surgery" ] ]

- type: entity
parent: LockerBaseSecureDeltaV
id: LockerAdministrativeAssistant
Expand Down
11 changes: 10 additions & 1 deletion Resources/Textures/_DV/Structures/Storage/closet.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"x": 32,
"y": 32
},
"copyright": "Taken from tgstation, added psych locker based on medical locker and admin assist based on captain's locker by Radezolid, CJ and Clerk lockers edited by Timemaster99 (Discord)",
"copyright": "Taken from tgstation, added psych locker based on medical locker and admin assist based on captain's locker by Radezolid, CJ and Clerk lockers edited by Timemaster99 (Discord). Surgeon's locker by Janet Blackquill <uhhadd@gmail.com> 2024",
"license": "CC-BY-SA-3.0",
"states": [
{
Expand All @@ -16,6 +16,15 @@
{
"name": "psych_open"
},
{
"name": "surgeon"
},
{
"name": "surgeon_door"
},
{
"name": "surgeon_open"
},
{
"name": "locked"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dee838d

Please sign in to comment.