-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c404f7
commit af2d339
Showing
12 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
Resources/Prototypes/_NF/Entities/Structures/Storage/Closets/suit_storagge_wall.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
- type: entity | ||
id: SuitStorageWallmount | ||
# parent: SuitStorageBase | ||
name: a suit storage unit | ||
suffix: Wallmount | ||
description: A fancy hi-tech storage unit made for storing space suits. | ||
placement: | ||
mode: SnapgridCenter | ||
components: | ||
# Basic function components | ||
- type: InteractionOutline | ||
- type: Clickable | ||
- type: ResistLocker | ||
- type: Lock | ||
locked: true | ||
- type: WallMount | ||
arc: 180 | ||
- type: Transform | ||
noRot: false | ||
- type: ContainerContainer | ||
containers: | ||
entity_storage: !type:Container | ||
ents: [] | ||
# Visual properties | ||
- type: Sprite | ||
drawdepth: WallMountedItems | ||
noRot: false | ||
sprite: _NF/Structures/Storage/suit_storage_wall.rsi | ||
layers: | ||
- state: generic | ||
map: ["enum.StorageVisualLayers.Base"] | ||
- state: generic_door | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- state: locked | ||
map: ["enum.StorageVisualLayers.Lock"] | ||
shader: unshaded | ||
- type: Appearance | ||
- type: EntityStorageVisuals | ||
stateBase: generic | ||
stateBaseClosed: generic | ||
stateDoorOpen: generic_open | ||
stateDoorClosed: generic_door | ||
stateLocked: locked | ||
stateUnlocked: unlocked | ||
- type: EntityStorage | ||
isCollidableWhenOpen: true | ||
enteringOffset: 0, -0.75 | ||
closeSound: | ||
path: /Audio/Machines/airlock_close.ogg | ||
openSound: | ||
path: /Audio/Machines/airlock_open.ogg | ||
denySound: | ||
path: /Audio/Machines/airlock_deny.ogg |
Binary file added
BIN
+760 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/generic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+959 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/generic_door.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+983 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/generic_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+656 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/locked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions
41
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from /tg/station commit https://github.com/tgstation/tgstation/commit/af7b7043df593807f7a98b7a07880d7a977cda14 and slightly edited, welded state drawn by Flareguy for Space Station 14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "generic" | ||
}, | ||
{ | ||
"name": "generic_door" | ||
}, | ||
{ | ||
"name": "generic_open" | ||
}, | ||
{ | ||
"name": "locked" | ||
}, | ||
{ | ||
"name": "panel" | ||
}, | ||
{ | ||
"name": "slot_jetpack" | ||
}, | ||
{ | ||
"name": "slot_suit" | ||
}, | ||
{ | ||
"name": "slot_tank" | ||
}, | ||
{ | ||
"name": "unlocked" | ||
}, | ||
{ | ||
"name": "welded" | ||
} | ||
] | ||
} |
Binary file added
BIN
+661 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+717 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/slot_jetpack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.33 KB
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/slot_suit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+706 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/slot_tank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+653 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/unlocked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+762 Bytes
Resources/Textures/_NF/Structures/Storage/suit_storage_wall.rsi/welded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.