Make suit storage units anchored, heavier, thicker (#17433)
This commit is contained in:
@@ -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.
|
#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
|
- type: entity
|
||||||
id: SuitStorageBase
|
id: SuitStorageBase
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructure
|
||||||
name: suit storage unit
|
name: suit storage unit
|
||||||
description: A fancy hi-tech storage unit made for storing space suits.
|
description: A fancy hi-tech storage unit made for storing space suits.
|
||||||
components:
|
components:
|
||||||
|
- type: Anchorable
|
||||||
|
delay: 2
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 80
|
price: 80
|
||||||
- type: ResistLocker
|
- type: ResistLocker
|
||||||
@@ -214,7 +216,7 @@
|
|||||||
shape:
|
shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
bounds: "-0.25,-0.48,0.25,0.48"
|
bounds: "-0.25,-0.48,0.25,0.48"
|
||||||
density: 145
|
density: 350
|
||||||
mask:
|
mask:
|
||||||
- MachineMask
|
- MachineMask
|
||||||
layer:
|
layer:
|
||||||
@@ -234,13 +236,13 @@
|
|||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 300
|
damage: 400
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 150
|
damage: 200
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: ["Destruction"]
|
acts: ["Destruction"]
|
||||||
|
|||||||
Reference in New Issue
Block a user