Hot potato on fire (#16017)

This commit is contained in:
Slava0135
2023-05-06 13:30:16 +03:00
committed by GitHub
parent 5980197546
commit 1e56271d39
5 changed files with 104 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
- type: entity
name: hot potato
description: Once activated, this time bomb can't be dropped - only passed to someone else!
description: Once activated, you can't drop this time bomb - hit someone else with it to save yourself! Don't burn your hands!
parent: BaseItem
id: HotPotato
components:
@@ -11,6 +11,11 @@
- type: Item
sprite: Objects/Weapons/Bombs/hot_potato.rsi
size: 5
- type: AmbientSound
enabled: false
range: 8
sound:
path: /Audio/Effects/lightburn.ogg
- type: MeleeWeapon
damage:
types:
@@ -29,6 +34,11 @@
canCreateVacuum: false
- type: DeleteOnTrigger
- type: HotPotato
- type: DamageOnHolding
enabled: false
damage:
types:
Heat: 1
- type: Appearance
visuals:
- type: GenericEnumVisualizer