Wall slams - Damage on high velocity impact. (#1600)
* Wallslammed! * Removes debug logging * Buff damage to 5 by default
This commit is contained in:
committed by
GitHub
parent
8a66bf0284
commit
079937a9fe
BIN
Resources/Audio/Effects/hit_kick.ogg
Normal file
BIN
Resources/Audio/Effects/hit_kick.ogg
Normal file
Binary file not shown.
@@ -18,6 +18,8 @@
|
||||
state: generic_door
|
||||
- type: Clickable
|
||||
- type: MovedByPressure
|
||||
- type: DamageOnHighSpeedImpact
|
||||
soundHit: /Audio/Effects/bang.ogg
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
shapes:
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
- type: Hands
|
||||
- type: MovementSpeedModifier
|
||||
- type: MovedByPressure
|
||||
- type: DamageOnHighSpeedImpact
|
||||
soundHit: /Audio/Effects/hit_kick.ogg
|
||||
- type: Hunger
|
||||
- type: Thirst
|
||||
# Organs
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: MovedByPressure
|
||||
- type: DamageOnHighSpeedImpact
|
||||
- type: Collidable
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
|
||||
Reference in New Issue
Block a user