Merge 95a3732ad9 into c7e1c980b6
This commit is contained in:
commit
05cf5409aa
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -495,3 +495,46 @@
|
|||
stateDoorClosed: eng_evac_door
|
||||
- type: AccessReader
|
||||
access: [ [ "Maintenance" ] ]
|
||||
|
||||
# CC Safe
|
||||
- type: entity
|
||||
id: SafeCentralCommandDV
|
||||
parent: GunSafe
|
||||
name: safe
|
||||
description: The perfect place for all the secret documents.
|
||||
components:
|
||||
- type: Appearance
|
||||
- type: Sprite
|
||||
sprite: _DV/Structures/Storage/Closets/ccsgunsafe.rsi
|
||||
noRot: true
|
||||
layers:
|
||||
- state: base
|
||||
map: ["enum.StorageVisualLayers.Base"]
|
||||
- state: door
|
||||
map: ["enum.StorageVisualLayers.Door"]
|
||||
- state: locked
|
||||
map: ["enum.LockVisualLayers.Lock"]
|
||||
shader: unshaded
|
||||
- state: welded
|
||||
visible: false
|
||||
map: ["enum.WeldableLayers.BaseWelded"]
|
||||
- type: EntityStorageVisuals
|
||||
stateBaseClosed: base
|
||||
stateDoorOpen: open
|
||||
stateDoorClosed: door
|
||||
|
||||
- type: entity
|
||||
id: SafeCentralCommandLockedDV
|
||||
parent: SafeCentralCommandDV
|
||||
suffix: CC, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["CentralCommand"]]
|
||||
|
||||
- type: entity
|
||||
id: SafeERTLockedDV
|
||||
parent: SafeCentralCommandDV
|
||||
suffix: ERT, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["ERT"]]
|
||||
|
|
|
|||
|
|
@ -14,6 +14,13 @@
|
|||
- Centcomm
|
||||
- Stamps # no CC official locker to put the stamp in
|
||||
|
||||
- type: mapCategories
|
||||
id: CentcommLegacy
|
||||
map: /Maps/_DV/Nonstations/centcommlegacy.yml
|
||||
allowed:
|
||||
- Centcomm
|
||||
- Stamps # no CC official locker to put the stamp in
|
||||
|
||||
# Stations
|
||||
|
||||
- type: mapCategories
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 383 B |
Binary file not shown.
|
After Width: | Height: | Size: 482 B |
Binary file not shown.
|
After Width: | Height: | Size: 140 B |
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by @Stxcking (github) for DeltaV, cc closets recolored by FieldCommand",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "open",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "door",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "unlocked",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "locked",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "welded",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 323 B |
Binary file not shown.
|
After Width: | Height: | Size: 148 B |
Binary file not shown.
|
After Width: | Height: | Size: 280 B |
Loading…
Reference in New Issue