Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n-14 into pr/1308
  • Loading branch information
dvir001 committed Apr 29, 2024
2 parents 0c63aa9 + 2b5d0a0 commit 221b94f
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
stateDoorClosed: crate_door

- type: entity
parent: CrateGeneric
parent: CratePirate
id: CratePirateGrey
name: pirate chest
description: A space pirate chest, not for station lubbers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,32 @@
- type: Sprite
sprite: _NF/Structures/Storage/Crates/nfsd_secure2.rsi
- type: AccessReader
access: [["Security"]]
access: [["Security"]]

- type: entity
parent: CratePirate
id: CratePirateGrey
name: pirate chest
description: A space pirate chest, not for station lubbers.
components:
- type: Sprite
sprite: _NF/Structures/Storage/Crates/piratechestgrey.rsi
layers:
- state: crate
map: ["enum.StorageVisualLayers.Base"]
- state: crate_door
map: ["enum.StorageVisualLayers.Door"]
- state: welded
visible: false
map: ["enum.WeldableLayers.BaseWelded"]
- state: paper
sprite: Structures/Storage/Crates/labels.rsi
offset: "0.0,-0.09375"
map: ["enum.PaperLabelVisuals.Layer"]
- type: Icon
sprite: _NF/Structures/Storage/Crates/piratechestgrey.rsi
state: crate_icon
- type: Appearance
- type: EntityStorageVisuals
stateDoorOpen: crate_open
stateDoorClosed: crate_door

0 comments on commit 221b94f

Please sign in to comment.