[Entity] Add Ian's Backpack (#15519)

* Initial commit

Add Ian's backpack

* Fixed inhand sprites

* Add fill to HoP Locker

Added Ian's 50% probability chance to spawn Ian's backpack in HoP locker
This commit is contained in:
RobbyTheFish
2023-04-19 10:40:25 +03:00
committed by GitHub
parent 6ddd8761a9
commit 426bb95e1b
8 changed files with 44 additions and 0 deletions

View File

@@ -89,6 +89,8 @@
- id: RubberStampHop
- id: BoxEncryptionKeyPassenger
- id: BoxEncryptionKeyService
- id: ClothingBackpackIan
prob: 0.5
- type: entity
id: LockerChiefEngineerFilled

View File

@@ -39,6 +39,18 @@
storageOpenSound:
collection: BikeHorn
- type: entity
parent: ClothingBackpack
id: ClothingBackpackIan
name: Ian's backpack
description: Sometimes he wears it.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ian.rsi
- type: Storage
storageOpenSound:
collection: IanBark
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSecurity

View File

@@ -0,0 +1,4 @@
- type: soundCollection
id: IanBark
files:
- /Audio/Animals/small_dog_bark_happy.ogg

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 B

View File

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