Removed unnecessary stunbatons and added security restrictions to secure crates (#3162)
* Remved stunbaton from security backpack. * Added access requirements. * Removed stunbatons from duffelbag and satchel
This commit is contained in:
committed by
GitHub
parent
86507791c0
commit
3a372c1b1c
@@ -24,7 +24,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- name: BoxSurvival
|
- name: BoxSurvival
|
||||||
- name: Stunbaton
|
|
||||||
- name: Flash
|
- name: Flash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- name: BoxSurvival
|
- name: BoxSurvival
|
||||||
- name: Stunbaton
|
|
||||||
- name: Flash
|
- name: Flash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- name: BoxSurvival
|
- name: BoxSurvival
|
||||||
- name: Stunbaton
|
|
||||||
- name: Flash
|
- name: Flash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -260,6 +260,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Security"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/sec_gear.rsi
|
sprite: Constructible/Storage/Crates/sec_gear.rsi
|
||||||
@@ -288,6 +289,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Engineering"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/engicrate_secure.rsi
|
sprite: Constructible/Storage/Crates/engicrate_secure.rsi
|
||||||
@@ -316,6 +318,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Medical"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/medicalcrate_secure.rsi
|
sprite: Constructible/Storage/Crates/medicalcrate_secure.rsi
|
||||||
@@ -372,6 +375,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Science"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/scicrate_secure.rsi
|
sprite: Constructible/Storage/Crates/scicrate_secure.rsi
|
||||||
@@ -400,6 +404,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Engineering"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/plasma.rsi
|
sprite: Constructible/Storage/Crates/plasma.rsi
|
||||||
@@ -456,6 +461,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Service"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/hydro_secure.rsi
|
sprite: Constructible/Storage/Crates/hydro_secure.rsi
|
||||||
@@ -484,6 +490,7 @@
|
|||||||
parent: CrateGeneric
|
parent: CrateGeneric
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
|
access: [["Security"]]
|
||||||
- type: SecureEntityStorage
|
- type: SecureEntityStorage
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Storage/Crates/weapon.rsi
|
sprite: Constructible/Storage/Crates/weapon.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user