Decrease hp for rusted walls (#34043)

This commit is contained in:
lzk
2025-01-01 17:23:01 +01:00
committed by GitHub
parent 88d13048d5
commit 28284415ea

View File

@@ -640,7 +640,6 @@
- type: entity
parent: WallReinforced
id: WallReinforcedRust
name: reinforced wall
suffix: rusted
components:
- type: Sprite
@@ -654,6 +653,29 @@
- 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
@@ -1047,7 +1069,6 @@
- type: entity
parent: WallSolid
id: WallSolidRust
name: solid wall
suffix: rusted
components:
- type: Sprite
@@ -1061,6 +1082,28 @@
- 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