Cell charger tweaks (#12514)
This commit is contained in:
@@ -22,6 +22,21 @@
|
|||||||
- type: Pullable
|
- type: Pullable
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
- type: Damageable
|
||||||
|
damageContainer: Inorganic
|
||||||
|
damageModifierSet: Metallic
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 40
|
||||||
|
behaviors:
|
||||||
|
- !type:EmptyAllContainersBehaviour
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
|
- !type:PlaySoundBehavior
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/metalbreak.ogg
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Static
|
bodyType: Static
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
@@ -31,9 +46,7 @@
|
|||||||
bounds: "-0.10,-0.10,0.10,0.10"
|
bounds: "-0.10,-0.10,0.10,0.10"
|
||||||
density: 500
|
density: 500
|
||||||
mask:
|
mask:
|
||||||
- MachineMask
|
- TabletopMachineMask
|
||||||
layer:
|
|
||||||
- HighImpassable
|
|
||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
charger_slot:
|
charger_slot:
|
||||||
|
|||||||
Reference in New Issue
Block a user