Added clown satchel (#15225)
This commit is contained in:
parent
fb572ef11d
commit
7be21a62ec
|
|
@ -7,14 +7,15 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -42,6 +42,18 @@
|
|||
- 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
|
||||
|
|
@ -59,7 +71,7 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Back/Satchels/chemistry.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackSatchel
|
||||
id: ClothingBackpackSatchelVirology
|
||||
|
|
@ -68,7 +80,7 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Back/Satchels/virology.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackSatchel
|
||||
id: ClothingBackpackSatchelGenetics
|
||||
|
|
|
|||
|
|
@ -33,5 +33,5 @@
|
|||
pocket2: ClownRecorder
|
||||
id: ClownPDA
|
||||
ears: ClothingHeadsetService
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
satchel: ClothingBackpackSatchelClownFilled
|
||||
duffelbag: ClothingBackpackDuffelClownFilled
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 739 B |
Binary file not shown.
|
After Width: | Height: | Size: 792 B |
Binary file not shown.
|
After Width: | Height: | Size: 798 B |
Binary file not shown.
|
After Width: | Height: | Size: 908 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue