[Fix] Dresser and broken ballistic turret (#17866)
This commit is contained in:
@@ -11,6 +11,24 @@
|
|||||||
drawdepth: WallMountedItems
|
drawdepth: WallMountedItems
|
||||||
layers:
|
layers:
|
||||||
- state: syndie_broken
|
- state: syndie_broken
|
||||||
|
- type: Damageable
|
||||||
|
damageContainer: Inorganic
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 450
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
|
- !type:PlaySoundBehavior
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/metalbreak.ogg
|
||||||
|
- !type:SpawnEntitiesBehavior
|
||||||
|
spawn:
|
||||||
|
SheetSteel1:
|
||||||
|
min: 2
|
||||||
|
max: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseStructure
|
parent: BaseStructure
|
||||||
|
|||||||
@@ -23,6 +23,17 @@
|
|||||||
max: 3
|
max: 3
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
|
- type: Storage
|
||||||
|
capacity: 50
|
||||||
|
- type: ContainerContainer
|
||||||
|
containers:
|
||||||
|
storagebase: !type:Container
|
||||||
|
- type: UserInterface
|
||||||
|
interfaces:
|
||||||
|
- key: enum.StorageUiKey.Key
|
||||||
|
type: StorageBoundUserInterface
|
||||||
|
- type: InteractionOutline
|
||||||
|
- type: Clickable
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Wooden
|
- Wooden
|
||||||
Reference in New Issue
Block a user