- type: entity
id: LockerSyndicatePersonalFilled
- suffix: Filled
+ suffix: Nukie, Filled
parent: LockerSyndicatePersonal
+ description: It's a personal storage unit for operative gear.
+ components:
+ - type: AccessReader
+ access: [["NuclearOperative"]]
+ - type: EntityTableContainerFill
+ containers:
+ entity_storage: !type:AllSelector
+ children:
+ - id: ClothingBeltMilitaryWebbing
+ - id: ClothingHandsGlovesCombat
+ - id: JetpackBlackFilled
+ - id: ClothingUniformJumpsuitOperative
+ - id: ClothingUniformJumpskirtOperative
+ - id: ClothingHeadsetAltSyndicate
+ - id: ClothingEyesHudSyndicate
+
+- type: entity
+ id: LockerSyndicateWallFilled
+ suffix: Nukie, Filled
+ parent: LockerWallSyndicate
+ description: It's a personal storage unit for operative gear.
components:
+ - type: AccessReader
+ access: [["NuclearOperative"]]
- type: EntityTableContainerFill
containers:
entity_storage: !type:AllSelector
# Syndicate
- type: entity
id: LockerSyndicatePersonal
- name: armory closet
+ name: blood-red locker
parent: LockerBaseSecure
- description: It's a personal storage unit for operative gear.
+ description: It's a personal storage unit with a blood-red design.
+ suffix: "Locked"
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: syndicate
stateDoorOpen: syndicate_open
stateDoorClosed: syndicate_door
+ - type: AccessReader
+ access: [["SyndicateAgent"]]
# Bluespace
- type: entity
-# Tool closet
+# Tool closet
- type: entity
id: ClosetTool
name: tool closet
# Syndicate
- type: entity
id: LockerSyndicate
- name: armory closet
+ name: blood-red closet
parent: ClosetSteelBase
- description: It's a storage unit.
+ description: It's a storage unit with a blood-red design.
components:
- type: Appearance
- type: EntityStorageVisuals
components:
- type: EntityStorageVisuals
stateDoorClosed: genpop_door_8
+
+- type: entity
+ id: LockerWallSyndicate
+ parent: BaseWallLocker
+ name: blood-red wall locker
+ description: It's a wall storage unit with a blood-red design.
+ suffix: "Locked"
+ components:
+ - type: Appearance
+ - type: EntityStorageVisuals
+ stateBaseClosed: generic
+ stateDoorOpen: syndicate_open
+ stateDoorClosed: syndicate_closed
+ - type: AccessReader
+ access: [["SyndicateAgent"]]
- type: AccessReader
access: [["Command"]]
+- type: entity
+ parent: CrateBaseSecure
+ id: CrateSyndicateSecure
+ name: secure syndicate crate
+ description: A dark steel crate with red bands and a letter S embossed on the front.
+ components:
+ - type: Icon
+ sprite: Structures/Storage/Crates/syndicate_secure.rsi
+ - type: Sprite
+ sprite: Structures/Storage/Crates/syndicate_secure.rsi
+ - type: AccessReader
+ access: [["SyndicateAgent", "NuclearOperative"]]
+
- type: entity
parent: CrateGeneric
id: CrateLivestock
- type: entity
parent: CrateGenericSteel
id: CrateSyndicate
- name: Syndicate crate
+ name: syndicate crate
description: A dark steel crate with red bands and a letter S embossed on the front.
components:
- type: Icon
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-4.0",
+ "copyright": "Created by Hyenh#6078 (313846233099927552), edited by Unkn0wnGh0st333 on github",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "base"
+ },
+ {
+ "name": "closed"
+ },
+ {
+ "name": "open"
+ },
+ {
+ "name": "welded"
+ },
+ {
+ "name": "sparking",
+ "delays": [
+ [
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1,
+ 0.1
+ ]
+ ]
+ },
+ {
+ "name": "locked"
+ },
+ {
+ "name": "unlocked"
+ }
+ ]
+}
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from shiptest at commmit https://github.com/shiptest-ss13/Shiptest/commit/440a15fb476a20d77ba28c1fe315c1b659032ce8, edited by Alekshhh, N2 lockers edited by Lamrr, Evac lockers by EmoGarbage404 (GitHub), genpop* derived from Wizards Den SS14 by K-Dynamic (github)",
+ "copyright": "Taken from shiptest at commmit https://github.com/shiptest-ss13/Shiptest/commit/440a15fb476a20d77ba28c1fe315c1b659032ce8, edited by Alekshhh, N2 lockers edited by Lamrr, syndicate lockers by Unkn0wnGh0st333 (GitHub) based on N2 lockers, Evac lockers by EmoGarbage404 (GitHub), genpop* derived from Wizards Den SS14 by K-Dynamic (github)",
"size": {
"x": 32,
"y": 32
},
{
"name": "genpop_door_8"
+ },
+ {
+ "name": "syndicate_closed"
+ },
+ {
+ "name": "syndicate_open"
}
]
}