Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 4, 2024
1 parent 3c404f7 commit af2d339
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 0 deletions.
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
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,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"
}
]
}
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.
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 af2d339

Please sign in to comment.