contents:
- id: BoxSurvival
-#- type: entity
-# noSpawn: true
-# parent: ClothingBackpackSatchelClown
-# id: ClothingBackpackSatchelClownFilled
-# components:
-# - type: StorageFill
-# contents:
-# - id: BoxHug
+- type: entity
+ noSpawn: true
+ parent: ClothingBackpackSatchelClown
+ id: ClothingBackpackSatchelClownFilled
+ components:
+ - type: StorageFill
+ contents:
+ - id: BoxHug
+ - id: RubberStampClown
- type: entity
noSpawn: true
- type: Sprite
sprite: Clothing/Back/Satchels/engineering.rsi
+- type: entity
+ parent: ClothingBackpackSatchel
+ id: ClothingBackpackSatchelClown
+ name: clown satchel
+ description: For fast running from security.
+ components:
+ - type: Sprite
+ sprite: Clothing/Back/Satchels/clown.rsi
+ - type: Storage
+ storageOpenSound:
+ collection: BikeHorn
+
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelMedical
components:
- type: Sprite
sprite: Clothing/Back/Satchels/chemistry.rsi
-
+
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelVirology
components:
- type: Sprite
sprite: Clothing/Back/Satchels/virology.rsi
-
+
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelGenetics
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by лазік#7305",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-BACKPACK",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}