Fixes Singularity part physics, material crates (#3453)
* Initial * Hot
This commit is contained in:
@@ -8,18 +8,20 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
anchored: false
|
||||
mass: 25
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5, -0.5, 0.5, 0.5"
|
||||
# layer:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
# - Opaque
|
||||
# mask:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
layer:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- Opaque
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Sprite
|
||||
|
||||
@@ -8,18 +8,20 @@
|
||||
- type: InteractionOutline
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
anchored: false
|
||||
mass: 25
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5, -0.5, 0.5, 0.5"
|
||||
# layer:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
# - Opaque
|
||||
# mask:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
layer:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- Opaque
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Sprite
|
||||
@@ -53,7 +55,15 @@
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5, -0.5, 0.5, 0.5"
|
||||
layer: [MobMask, Opaque]
|
||||
layer:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- Opaque
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Sprite
|
||||
|
||||
@@ -8,19 +8,20 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
anchored: false
|
||||
mass: 25
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5, -0.5, 0.5, 0.5"
|
||||
# layer:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
# - Opaque
|
||||
# mask:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
layer:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- Opaque
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Sprite
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
name: gravitational singularity generator
|
||||
description: An Odd Device which produces a Gravitational Singularity when set up.
|
||||
id: SingularityGenerator
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Constructible/Power/Singularity/generator.rsi
|
||||
@@ -10,18 +12,15 @@
|
||||
- type: InteractionOutline
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
anchored: false
|
||||
mass: 25
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5, -0.5, 0.5, 0.5"
|
||||
# layer:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
# - Opaque
|
||||
# mask:
|
||||
# - Impassable
|
||||
# - MobImpassable
|
||||
# - VaultImpassable
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5, -0.5, 0.5, 0.5"
|
||||
layer:
|
||||
- Opaque
|
||||
mask:
|
||||
- MobImpassable
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Anchorable
|
||||
|
||||
Reference in New Issue
Block a user