[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:
@@ -89,6 +89,8 @@
|
|||||||
- id: RubberStampHop
|
- id: RubberStampHop
|
||||||
- id: BoxEncryptionKeyPassenger
|
- id: BoxEncryptionKeyPassenger
|
||||||
- id: BoxEncryptionKeyService
|
- id: BoxEncryptionKeyService
|
||||||
|
- id: ClothingBackpackIan
|
||||||
|
prob: 0.5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerChiefEngineerFilled
|
id: LockerChiefEngineerFilled
|
||||||
|
|||||||
@@ -39,6 +39,18 @@
|
|||||||
storageOpenSound:
|
storageOpenSound:
|
||||||
collection: BikeHorn
|
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
|
- type: entity
|
||||||
parent: ClothingBackpack
|
parent: ClothingBackpack
|
||||||
id: ClothingBackpackSecurity
|
id: ClothingBackpackSecurity
|
||||||
|
|||||||
4
Resources/Prototypes/SoundCollections/ian_bark.yml
Normal file
4
Resources/Prototypes/SoundCollections/ian_bark.yml
Normal 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 |
BIN
Resources/Textures/Clothing/Back/Backpacks/ian.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Back/Backpacks/ian.rsi/icon.png
Normal file
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 |
26
Resources/Textures/Clothing/Back/Backpacks/ian.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Back/Backpacks/ian.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user