Mime satchel (#17986)

This commit is contained in:
lzk
2023-07-17 07:51:05 +03:00
committed by GitHub
parent 8a5fdf2e56
commit a5769429bf
7 changed files with 36 additions and 1 deletions

View File

@@ -225,7 +225,7 @@
- type: entity - type: entity
noSpawn: true noSpawn: true
parent: ClothingBackpackSatchel # need to sprite mime's satchel parent: ClothingBackpackSatchelMime
id: ClothingBackpackSatchelMimeFilled id: ClothingBackpackSatchelMimeFilled
components: components:
- type: StorageFill - type: StorageFill

View File

@@ -57,6 +57,15 @@
storageOpenSound: storageOpenSound:
collection: BikeHorn collection: BikeHorn
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelMime
name: mime satchel
description: A satchel designed for the silent and expressive art of miming.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/mime.rsi
- type: entity - type: entity
parent: ClothingBackpackSatchel parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelMedical id: ClothingBackpackSatchelMedical

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by mureixlol (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}