Added clown satchel (#15225)

This commit is contained in:
lzk228 2023-04-09 05:24:44 +03:00 committed by GitHub
parent fb572ef11d
commit 7be21a62ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 50 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
}
]
}