Mechs now destructable (#29338)

Add Destructible component to BaseMech
So all mechs are destructable now
This commit is contained in:
Token
2024-06-29 08:28:46 +05:00
committed by GitHub
parent e3896e45fc
commit f7e92980ab

View File

@@ -92,6 +92,19 @@
- type: GuideHelp
guides:
- Robotics
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 400
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
- !type:ChangeConstructionNodeBehavior
node: start
- !type:DoActsBehavior
acts: ["Destruction"]
- type: entity
id: MechRipley