This commit is contained in:
Field Command 2026-08-14 09:06:11 -03:00 committed by GitHub
commit 05cf5409aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 133361 additions and 41315 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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"]]

View File

@ -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

View File

@ -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