Standardise seat bounds (#5676)

This commit is contained in:
metalgearsloth
2021-12-05 05:52:14 +11:00
committed by GitHub
parent 09d32e4734
commit 07c52694ed
3 changed files with 3 additions and 94 deletions

View File

@@ -13,12 +13,12 @@
- type: Fixtures - type: Fixtures
fixtures: fixtures:
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeCircle
bounds: "-0.25,-0.5,0.25,0.5" radius: 0.2
mask: mask:
- Impassable - Impassable
- VaultImpassable
- SmallImpassable - SmallImpassable
mass: 10
- type: Sprite - type: Sprite
sprite: Structures/Furniture/chairs.rsi sprite: Structures/Furniture/chairs.rsi
noRot: true noRot: true
@@ -51,16 +51,6 @@
- type: Rotatable - type: Rotatable
- type: Sprite - type: Sprite
state: chair state: chair
- type: Physics
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.05"
mask:
- Impassable
- VaultImpassable
- SmallImpassable
- type: Construction - type: Construction
graph: seat graph: seat
node: chair node: chair
@@ -74,17 +64,6 @@
- type: Anchorable - type: Anchorable
- type: Sprite - type: Sprite
state: stool state: stool
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.5,0.25,0.05"
mask:
- Impassable
- VaultImpassable
- SmallImpassable
- type: Construction - type: Construction
graph: seat graph: seat
node: stool node: stool
@@ -101,17 +80,6 @@
- type: Anchorable - type: Anchorable
- type: Sprite - type: Sprite
state: bar state: bar
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.5,0.25,0.2"
mask:
- Impassable
- VaultImpassable
- SmallImpassable
- type: Construction - type: Construction
graph: seat graph: seat
node: stoolBar node: stoolBar
@@ -125,16 +93,6 @@
rotateWhileAnchored: true rotateWhileAnchored: true
- type: Sprite - type: Sprite
state: office-white state: office-white
- type: Physics
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.49,0.25,0.37"
mask:
- Impassable
- VaultImpassable
- SmallImpassable
- type: Construction - type: Construction
graph: seat graph: seat
node: chairOffice node: chairOffice
@@ -161,17 +119,6 @@
- type: Anchorable - type: Anchorable
- type: Sprite - type: Sprite
state: comfy state: comfy
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.3,-0.45,0.3,0.35"
mask:
- Impassable
- VaultImpassable
- SmallImpassable
- type: Construction - type: Construction
graph: seat graph: seat
node: chairComfy node: chairComfy
@@ -184,16 +131,6 @@
- type: Sprite - type: Sprite
state: wooden state: wooden
- type: Rotatable - type: Rotatable
- type: Physics
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.37,0.24,0.49"
mask:
- Impassable
- VaultImpassable
- SmallImpassable
- type: Construction - type: Construction
graph: seat graph: seat
node: chairWood node: chairWood
@@ -232,14 +169,3 @@
- type: Sprite - type: Sprite
state: shuttle state: shuttle
netsync: false netsync: false
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.05"
mask:
- Impassable
- VaultImpassable
- SmallImpassable

View File

@@ -17,12 +17,6 @@
solutions: solutions:
toilet: toilet:
maxVol: 250 maxVol: 250
- type: Physics
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb {}
layer: [ Passable ]
- type: Construction - type: Construction
graph: toilet graph: toilet
node: toilet node: toilet

View File

@@ -85,17 +85,6 @@
graph: grille graph: grille
node: grilleBroken node: grilleBroken
deconstructionTarget: start deconstructionTarget: start
- type: Physics
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
mass: 50
layer:
- Passable
mask:
- Passable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic