Add unarmed stage to explosive banana peel (#19321)
This commit is contained in:
@@ -912,7 +912,8 @@
|
|||||||
id: uplinkBananaPeelExplosive
|
id: uplinkBananaPeelExplosive
|
||||||
name: uplink-banana-peel-explosive-name
|
name: uplink-banana-peel-explosive-name
|
||||||
description: uplink-banana-peel-explosive-desc
|
description: uplink-banana-peel-explosive-desc
|
||||||
productEntity: TrashBananaPeelExplosive
|
icon: { sprite: Objects/Specific/Hydroponics/banana.rsi, state: peel }
|
||||||
|
productEntity: TrashBananaPeelExplosiveUnarmed
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 2
|
Telecrystal: 2
|
||||||
categories:
|
categories:
|
||||||
|
|||||||
@@ -233,28 +233,6 @@
|
|||||||
paralyzeTime: 4
|
paralyzeTime: 4
|
||||||
launchForwardsMultiplier: 2
|
launchForwardsMultiplier: 2
|
||||||
|
|
||||||
- type: entity
|
|
||||||
name: banana peel
|
|
||||||
suffix: Explosive
|
|
||||||
parent: TrashBananaPeel
|
|
||||||
id: TrashBananaPeelExplosive
|
|
||||||
components:
|
|
||||||
- type: Sprite
|
|
||||||
sprite: Objects/Specific/Hydroponics/banana.rsi
|
|
||||||
layers:
|
|
||||||
- state: peel
|
|
||||||
- state: primed
|
|
||||||
shader: unshaded
|
|
||||||
- type: TriggerOnSlip
|
|
||||||
- type: ExplodeOnTrigger
|
|
||||||
- type: Explosive
|
|
||||||
explosionType: Default
|
|
||||||
maxIntensity: 2
|
|
||||||
totalIntensity: 10
|
|
||||||
canCreateVacuum: false
|
|
||||||
- type: DeleteOnTrigger
|
|
||||||
- type: AnimationPlayer
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: carrot
|
name: carrot
|
||||||
parent: FoodProduceBase
|
parent: FoodProduceBase
|
||||||
|
|||||||
@@ -66,3 +66,41 @@
|
|||||||
tags:
|
tags:
|
||||||
- HideContextMenu
|
- HideContextMenu
|
||||||
- type: AnimationPlayer
|
- type: AnimationPlayer
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: banana peel
|
||||||
|
suffix: Explosive
|
||||||
|
parent: TrashBananaPeel
|
||||||
|
id: TrashBananaPeelExplosive
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||||
|
layers:
|
||||||
|
- state: peel
|
||||||
|
- state: primed
|
||||||
|
shader: unshaded
|
||||||
|
- type: TriggerOnSlip
|
||||||
|
- type: ExplodeOnTrigger
|
||||||
|
- type: Explosive
|
||||||
|
explosionType: Default
|
||||||
|
maxIntensity: 2
|
||||||
|
totalIntensity: 10
|
||||||
|
canCreateVacuum: false
|
||||||
|
- type: DeleteOnTrigger
|
||||||
|
- type: AnimationPlayer
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseItem
|
||||||
|
id: TrashBananaPeelExplosiveUnarmed
|
||||||
|
name: banana
|
||||||
|
suffix: Unarmed
|
||||||
|
description: There's something unusual about this banana.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||||
|
state: produce
|
||||||
|
- type: SpawnItemsOnUse
|
||||||
|
items:
|
||||||
|
- id: TrashBananaPeelExplosive
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/unwrap.ogg
|
||||||
|
|||||||
Reference in New Issue
Block a user