Added clown satchel (#15225)
This commit is contained in:
@@ -7,14 +7,15 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
#- type: entity
|
- type: entity
|
||||||
# noSpawn: true
|
noSpawn: true
|
||||||
# parent: ClothingBackpackSatchelClown
|
parent: ClothingBackpackSatchelClown
|
||||||
# id: ClothingBackpackSatchelClownFilled
|
id: ClothingBackpackSatchelClownFilled
|
||||||
# components:
|
components:
|
||||||
# - type: StorageFill
|
- type: StorageFill
|
||||||
# contents:
|
contents:
|
||||||
# - id: BoxHug
|
- id: BoxHug
|
||||||
|
- id: RubberStampClown
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
noSpawn: true
|
noSpawn: true
|
||||||
|
|||||||
@@ -42,6 +42,18 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Satchels/engineering.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingBackpackSatchel
|
parent: ClothingBackpackSatchel
|
||||||
id: ClothingBackpackSatchelMedical
|
id: ClothingBackpackSatchelMedical
|
||||||
|
|||||||
@@ -33,5 +33,5 @@
|
|||||||
pocket2: ClownRecorder
|
pocket2: ClownRecorder
|
||||||
id: ClownPDA
|
id: ClownPDA
|
||||||
ears: ClothingHeadsetService
|
ears: ClothingHeadsetService
|
||||||
satchel: ClothingBackpackSatchelFilled
|
satchel: ClothingBackpackSatchelClownFilled
|
||||||
duffelbag: ClothingBackpackDuffelClownFilled
|
duffelbag: ClothingBackpackDuffelClownFilled
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 739 B |
BIN
Resources/Textures/Clothing/Back/Satchels/clown.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Back/Satchels/clown.rsi/icon.png
Normal file
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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user