Skip to content

Commit

Permalink
Added pilot's locker and added pilot's drip to AstroVend
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 11, 2024
1 parent e082b13 commit bdb06d3
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@
JetpackMiniFilled: 10
EncryptionKeyTraffic: 30
HandHeldMassScanner: 10
# Pilot drip
ClothingBackpackPilot: 3
ClothingBackpackDuffelPilot: 3
ClothingBackpackSatchelPilot: 3
ClothingUniformJumpsuitPilot: 3
ClothingOuterCoatBomber: 3
ClothingHeadsetAltPilot: 3
ClothingEyesGlassesPilot: 3
ClothingHandsGlovesPilot: 3
ClothingHeadHatPilot: 3
ClothingNeckScarfPilot: 3
ClothingOuterHardsuitPilot: 3
ClothingShoesBootsPilot: 3
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,31 @@
- state: welded
visible: false
map: ["enum.WeldableLayers.BaseWelded"]

# Pilot
- type: entity
id: LockerPilot
parent: LockerBaseSecure
name: pilot's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: pilot
stateDoorOpen: pilot_open
stateDoorClosed: pilot_door
- type: Sprite
sprite: _NF/Structures/Storage/closet.rsi
noRot: true
layers:
- state: generic
map: ["enum.StorageVisualLayers.Base"]
- state: generic_door
map: ["enum.StorageVisualLayers.Door"]
- state: locked
map: ["enum.StorageVisualLayers.Lock"]
shader: unshaded
- state: welded
visible: false
map: ["enum.WeldableLayers.BaseWelded"]
- type: AccessReader
access: [["Captain"], ["Pilot"]]
11 changes: 10 additions & 1 deletion Resources/Textures/_NF/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, mercenary locker is a resprited armory locker by erhardsteinhauer (discord), janitor is by SungYandy",
"copyright": "Taken from tgstation, mercenary and pilot lockers are resprited armory locker by erhardsteinhauer (discord), janitor is by SungYandy",
"license": "CC-BY-SA-3.0",
"states": [
{
Expand Down Expand Up @@ -34,6 +34,15 @@
{
"name": "mercenary_open"
},
{
"name": "pilot"
},
{
"name": "pilot_door"
},
{
"name": "pilot_open"
},
{
"name": "unlocked"
},
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 bdb06d3

Please sign in to comment.