spruced up canned food a bit (#10169)
Co-authored-by: fooberticus <fooberticus@protonmail.com>
This commit is contained in:
committed by
GitHub
parent
4091d9d34d
commit
3365333ba0
@@ -64,7 +64,7 @@
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: canOpenSounds
|
||||
path: /Audio/Items/can_open3.ogg
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
FoodTinPeachesOpen:
|
||||
@@ -115,7 +115,7 @@
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: canOpenSounds
|
||||
path: /Audio/Items/can_open3.ogg
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
FoodTinPeachesMaintOpen:
|
||||
@@ -165,7 +165,7 @@
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: canOpenSounds
|
||||
path: /Audio/Items/can_open3.ogg
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
FoodTinBeansOpen:
|
||||
@@ -204,6 +204,7 @@
|
||||
parent: FoodTinBase
|
||||
id: FoodTinMRE
|
||||
name: tinned meat
|
||||
description: A standard issue tin of meat with a convenient pull tab.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/mre.rsi
|
||||
@@ -216,7 +217,7 @@
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: canOpenSounds
|
||||
path: /Audio/Items/can_open3.ogg
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
FoodTinMREOpen:
|
||||
@@ -224,12 +225,18 @@
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: SpawnItemsOnUse
|
||||
items:
|
||||
- id: FoodTinMREOpen
|
||||
sound:
|
||||
path: /Audio/Items/can_open3.ogg
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: FoodTinBase
|
||||
id: FoodTinMREOpen
|
||||
name: tinned meat
|
||||
description: A standard issue tin of meat.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/mre.rsi
|
||||
|
||||
Reference in New Issue
Block a user