Skip to content

Commit

Permalink
04/29/2024- Grey Pirate Chest
Browse files Browse the repository at this point in the history
Sneaking in a new color variant for pirate chests, thanks to Stagnation!
  • Loading branch information
Salvantrix committed Apr 29, 2024
1 parent 89f6871 commit b7fa273
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,34 @@
stateDoorOpen: crate_open
stateDoorClosed: crate_door

- type: entity
parent: CrateGeneric
id: CratePirateGrey
name: pirate chest
description: A space pirate chest, not for station lubbers.
components:
- type: Sprite
sprite: 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: Structures/Storage/Crates/piratechestgrey.rsi
state: crate_icon
- type: Appearance
- type: EntityStorageVisuals
stateDoorOpen: crate_open
stateDoorClosed: crate_door

- type: entity
parent: CratePirate
id: CrateToyBox
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made by Stagnation for use on Frontier Server.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "crate"
},
{
"name": "crate_door"
},
{
"name": "welded"
},
{
"name": "crate_icon"
},
{
"name": "sparking",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "crate_open"
}
]
}
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 b7fa273

Please sign in to comment.