- type: entity
parent: WallReinforced
id: WallReinforcedRust
- name: reinforced wall
suffix: rusted
components:
- type: Sprite
- type: IconSmooth
key: walls
base: reinf_over
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 500
+ behaviors:
+ - !type:DoActsBehavior
+ acts: ["Destruction"]
+ - !type:PlaySoundBehavior
+ sound:
+ collection: MetalSlam
+ - trigger:
+ !type:DamageTrigger
+ damage: 350
+ behaviors:
+ - !type:PlaySoundBehavior
+ sound:
+ collection: MetalSlam
+ - !type:ChangeConstructionNodeBehavior
+ node: girder
+ - !type:DoActsBehavior
+ acts: ["Destruction"]
+
- type: entity
parent: WallShuttleDiagonal
- type: entity
parent: WallSolid
id: WallSolidRust
- name: solid wall
suffix: rusted
components:
- type: Sprite
- type: IconSmooth
key: walls
base: solid
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 300
+ behaviors:
+ - !type:DoActsBehavior
+ acts: ["Destruction"]
+ - !type:PlaySoundBehavior
+ sound:
+ collection: MetalSlam
+ - trigger:
+ !type:DamageTrigger
+ damage: 150
+ behaviors:
+ - !type:PlaySoundBehavior
+ sound:
+ collection: MetalSlam
+ - !type:ChangeConstructionNodeBehavior
+ node: girder
+ - !type:DoActsBehavior
+ acts: ["Destruction"]
- type: entity
parent: BaseWall