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:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
collection: canOpenSounds
|
path: /Audio/Items/can_open3.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
FoodTinPeachesOpen:
|
FoodTinPeachesOpen:
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
collection: canOpenSounds
|
path: /Audio/Items/can_open3.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
FoodTinPeachesMaintOpen:
|
FoodTinPeachesMaintOpen:
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
collection: canOpenSounds
|
path: /Audio/Items/can_open3.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
FoodTinBeansOpen:
|
FoodTinBeansOpen:
|
||||||
@@ -204,6 +204,7 @@
|
|||||||
parent: FoodTinBase
|
parent: FoodTinBase
|
||||||
id: FoodTinMRE
|
id: FoodTinMRE
|
||||||
name: tinned meat
|
name: tinned meat
|
||||||
|
description: A standard issue tin of meat with a convenient pull tab.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/mre.rsi
|
sprite: Objects/Consumable/Food/mre.rsi
|
||||||
@@ -216,7 +217,7 @@
|
|||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
collection: canOpenSounds
|
path: /Audio/Items/can_open3.ogg
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
FoodTinMREOpen:
|
FoodTinMREOpen:
|
||||||
@@ -224,12 +225,18 @@
|
|||||||
max: 1
|
max: 1
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
|
- type: SpawnItemsOnUse
|
||||||
|
items:
|
||||||
|
- id: FoodTinMREOpen
|
||||||
|
sound:
|
||||||
|
path: /Audio/Items/can_open3.ogg
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: FoodTinBase
|
parent: FoodTinBase
|
||||||
id: FoodTinMREOpen
|
id: FoodTinMREOpen
|
||||||
name: tinned meat
|
name: tinned meat
|
||||||
|
description: A standard issue tin of meat.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Food/mre.rsi
|
sprite: Objects/Consumable/Food/mre.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user