Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ent-ScpClosetMaintenance = maintenance closet
ent-ScpClosetCursed = { ent-ScpClosetSteelBase }
.suffix = cursed
.desc = { ent-ScpClosetSteelBase.desc }
ent-ScpClosetLogotype = { ent-LockerBase }
.desc = { ent-LockerBase.desc }

Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ ent-LockerExternalAdministrativeZoneFieldDoctor = eaz field doctor locker
.desc = { ent-LockerBaseSecure.desc }
ent-LockerHeavyContainmentZoneFieldDoctor = hcz field doctor locker
.desc = { ent-LockerBaseSecure.desc }
ent-ScpLockerLogotype = { ent-LockerBase }
.desc = { ent-LockerBase.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ ent-ScpClosetMaintenance = технический шкаф
ent-ScpClosetCursed = { ent-ScpClosetSteelBase }
.suffix = проклятый
.desc = { ent-ScpClosetSteelBase.desc }
ent-ScpClosetLogotype = { ent-LockerBase }
.desc = { ent-LockerBase.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@ ent-ScpLockerThirdParty = { ent-LockerBase }
.desc = { ent-LockerBase.desc }
ent-ScpLockerPrisoner = шкаф заключённого
.desc = Надёжный шкаф для личных вещей заключённого на время его пребывания в тюрьме.
ent-ScpLockerLogotype = { ent-LockerBase }
.desc = { ent-LockerBase.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -541,3 +541,14 @@
hard: True
restitution: 0
friction: 0.4

# Особый шкаф с логотипом scp

- type: entity
id: ScpLockerLogotype
parent: ScpLockerBase
components:
- type: EntityStorageVisuals
stateBaseClosed: scp
stateDoorOpen: scp_open
stateDoorClosed: scp_door
Comment thread
666XxttimurkaxX666 marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,12 @@
- type: EntityStorage
closeSound:
path: /Audio/Effects/teleport_arrival.ogg

- type: entity
id: ScpClosetLogotype
parent: ScpClosetSteelBase
components:
- type: EntityStorageVisuals
stateBaseClosed: scp
stateDoorOpen: scp_open
stateDoorClosed: scp_door
Comment thread
666XxttimurkaxX666 marked this conversation as resolved.
15 changes: 15 additions & 0 deletions Resources/Textures/_Scp/Structures/Storage/closet.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@
"name": "generic_open",
"directions": 4
},
{
"name": "scp",
"directions": 4
},
{
"name": "scp_door",
"directions": 4
},
{
"name": "scp_icon"
},
{
"name": "scp_open",
"directions": 4
},
{
"name": "locked",
"directions": 4
Expand Down
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