Попытка создать новые шкафчики

This commit is contained in:
Hero010h
2024-12-24 23:42:08 +03:00
parent c2ab37db92
commit 4be980ed54
20 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
- type: entity
id: LockerVeteran
parent: LockerBaseSecure
name: veteran's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: vet_locker
stateDoorOpen: vet_open
stateDoorClosed: vet_door
- type: AccessReader
access: [ [ "ChiefEngineer" ] ]
- type: entity
id: LockerBrigadier
parent: LockerBaseSecure
name: brigadier's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: brigadier_locker
stateDoorOpen: brigadier_open
stateDoorClosed: brigadier_door
- type: AccessReader
access: [ [ "ChiefEngineer" ] ]
- type: entity
id: LockerMedicalOfficer
parent: LockerBaseSecure
name: medical officer's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: mofficer_locker
stateDoorOpen: mofficer_open
stateDoorClosed: mofficer_door
- type: AccessReader
access: [ [ "Medical" ] ]
- type: entity
id: LockerCargoHunter
parent: LockerBaseSecure
name: cargo hunter's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: cargo_hunt_locker
stateDoorOpen: cargo_hunt_open
stateDoorClosed: cargo_hunt_door
- type: AccessReader
access: [ [ "ChiefEngineer" ] ]
- type: entity
id: LockerLeadResearcher
parent: LockerBaseSecure
name: lead researcher's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: lead_res_locker
stateDoorOpen: lead_res_open
stateDoorClosed: lead_res_door
- type: AccessReader
access: [ [ "Research" ] ]
- type: entity
id: LockerHeadCleaner
parent: LockerBaseSecure
name: head cleaner's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: head_cleaner_locker
stateDoorOpen: head_cleaner_open
stateDoorClosed: head_cleaner_door
- type: AccessReader
access: [ [ "ChiefEngineer" ] ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

View File

@@ -0,0 +1,65 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Danza",
"license": "CC-BY-SA-3.0",
"states": [
{
"name": "vet_locker"
},
{
"name": "vet_door"
},
{
"name": "vet_open"
},
{
"name": "brigadier_locker"
},
{
"name": "brigadier_door"
},
{
"name": "brigadier_open"
},
{
"name": "mofficer_locker"
},
{
"name": "mofficer_door"
},
{
"name": "mofficer_open"
},
{
"name": "lead_res_locker"
},
{
"name": "lead_res_door"
},
{
"name": "lead_res_open"
},
{
"name": "cargo_hunt_locker"
},
{
"name": "cargo_hunt_door"
},
{
"name": "cargo_hunt_open"
},
{
"name": "head_cleaner_locker"
},
{
"name": "head_cleaner_door"
},
{
"name": "head_cleaner_open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B