operating table fix (#19092)

* get real

* fix cluster

* fix omega

* fix origin

* fix core

* fix medium pet hospital

* fix lavabrig
This commit is contained in:
Emisse
2023-08-14 16:25:05 -06:00
committed by GitHub
parent 2d9808737d
commit d89bc020d0
7 changed files with 7 additions and 56 deletions

View File

@@ -9545,8 +9545,7 @@ entities:
entities:
- uid: 1389
components:
- rot: -1.5707963267948966 rad
pos: 9.5,43.5
- pos: 9.5,43.5
parent: 588
type: Transform
- proto: Paper

View File

@@ -1268,8 +1268,7 @@ entities:
entities:
- uid: 270
components:
- rot: 3.141592653589793 rad
pos: 5.5,-1.5
- pos: 5.5,-1.5
parent: 289
type: Transform
- proto: Paper

View File

@@ -59749,8 +59749,7 @@ entities:
entities:
- uid: 5521
components:
- rot: -1.5707963267948966 rad
pos: -24.5,22.5
- pos: -24.5,22.5
parent: 1
type: Transform
- proto: OreProcessor

View File

@@ -90984,8 +90984,7 @@ entities:
type: Transform
- uid: 17113
components:
- rot: -1.5707963267948966 rad
pos: 63.5,30.5
- pos: 63.5,30.5
parent: 2
type: Transform
- proto: OreProcessor

View File

@@ -61222,8 +61222,7 @@ entities:
type: Transform
- uid: 7444
components:
- rot: -1.5707963267948966 rad
pos: -18.5,-16.5
- pos: -18.5,-16.5
parent: 4812
type: Transform
- proto: OreProcessor

View File

@@ -147039,8 +147039,7 @@ entities:
entities:
- uid: 21304
components:
- rot: 3.141592653589793 rad
pos: -15.5,-33.5
- pos: -15.5,-33.5
parent: 2
type: Transform
- uid: 21305

View File

@@ -1,30 +1,9 @@
- type: entity
id: OperatingTable
parent: BaseStructure
parent: Bed
name: operating table
description: Special medical table for surgery. This one just seems to be a useless prop, though.
components:
- type: Strap
position: Down
rotation: -90
buckleOffset: "0,-0.15"
unbuckleOffset: "0,-0.15"
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: PlaceableSurface
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
density: 55
mask:
- TableMask
layer:
- TableLayer
- type: Climbable
- type: Sprite
sprite: Structures/Furniture/Tables/optable.rsi
state: operating_table
@@ -32,25 +11,3 @@
- type: Icon
sprite: Structures/Furniture/Tables/optable.rsi
state: operating_table
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 150
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 30
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
min: 0
max: 2
- !type:DoActsBehavior
acts: [ "Destruction" ]