Make artifact analyzer obey laws of physics (#28117)
This commit is contained in:
parent
db168beca1
commit
ca6ffc1dde
|
|
@ -4228,7 +4228,6 @@ entities:
|
|||
- uid: 1078
|
||||
components:
|
||||
- type: Transform
|
||||
rot: 1.5707963267948966 rad
|
||||
pos: 12.5,24.5
|
||||
parent: 179
|
||||
- type: DeviceLinkSink
|
||||
|
|
|
|||
|
|
@ -25,6 +25,14 @@
|
|||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
mask:
|
||||
- Impassable
|
||||
- HighImpassable
|
||||
- MidImpassable
|
||||
fix2:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
|
|
@ -39,7 +47,6 @@
|
|||
hard: False
|
||||
- type: Transform
|
||||
anchored: true
|
||||
noRot: false
|
||||
- type: ApcPowerReceiver
|
||||
powerLoad: 12000
|
||||
needsPower: false #only turns on when scanning
|
||||
|
|
|
|||
Loading…
Reference in New Issue