Fixes counter vaulting (#9130)
This commit is contained in:
@@ -62,9 +62,9 @@
|
|||||||
bounds: "-0.45,-0.45,0.45,0.45"
|
bounds: "-0.45,-0.45,0.45,0.45"
|
||||||
mass: 50
|
mass: 50
|
||||||
mask:
|
mask:
|
||||||
- MachineMask
|
- TableMask
|
||||||
layer:
|
layer:
|
||||||
- HalfWallLayer
|
- TableLayer
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Inorganic
|
damageContainer: Inorganic
|
||||||
damageModifierSet: Wood
|
damageModifierSet: Wood
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CounterMetalFrame
|
id: CounterMetalFrame
|
||||||
parent: BaseStructure
|
parent: CounterWoodFrame
|
||||||
name: metal counter frame
|
name: metal counter frame
|
||||||
description: Pieces of metal that make the frame of a table.
|
description: Pieces of metal that make the frame of a table.
|
||||||
components:
|
components:
|
||||||
@@ -107,16 +107,6 @@
|
|||||||
sprite: Structures/Furniture/Tables/countermetal.rsi
|
sprite: Structures/Furniture/Tables/countermetal.rsi
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Structures/Furniture/Tables/countermetal.rsi
|
sprite: Structures/Furniture/Tables/countermetal.rsi
|
||||||
- type: Fixtures
|
|
||||||
fixtures:
|
|
||||||
- shape:
|
|
||||||
!type:PhysShapeAabb
|
|
||||||
bounds: "-0.45,-0.45,0.45,0.45"
|
|
||||||
mass: 50
|
|
||||||
mask:
|
|
||||||
- MachineMask
|
|
||||||
layer:
|
|
||||||
- HalfWallLayer
|
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Inorganic
|
damageContainer: Inorganic
|
||||||
damageModifierSet: Metallic
|
damageModifierSet: Metallic
|
||||||
|
|||||||
Reference in New Issue
Block a user