[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: BoxEncryptionKeyPassenger
|
||||
- id: BoxEncryptionKeyService
|
||||
- id: ClothingBackpackIan
|
||||
prob: 0.5
|
||||
|
||||
- type: entity
|
||||
id: LockerChiefEngineerFilled
|
||||
|
||||
@@ -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
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user