Make suit storage units anchored, heavier, thicker (#17433)

This commit is contained in:
Vordenburg
2023-06-18 14:25:01 -04:00
committed by GitHub
parent f9bfdb6b42
commit 8a943fb374

View File

@@ -180,10 +180,12 @@
#I am terribly sorry for duplicating the closet almost-wholesale, but the game malds at me if I don't so here we are.
- type: entity
id: SuitStorageBase
parent: BaseStructureDynamic
parent: BaseStructure
name: suit storage unit
description: A fancy hi-tech storage unit made for storing space suits.
components:
- type: Anchorable
delay: 2
- type: StaticPrice
price: 80
- type: ResistLocker
@@ -214,7 +216,7 @@
shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.48,0.25,0.48"
density: 145
density: 350
mask:
- MachineMask
layer:
@@ -234,13 +236,13 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 300
damage: 400
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 150
damage: 200
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]