Rollerbed & Bodybag tweaks (#40880)
Rollerbed & Bodybag tweaks (#40880) * Nerf Bodybag * Clean up Rollerbeds * Buff Rollerbeds
This commit is contained in:
parent
cd084cdbcc
commit
2e4e7e1ca1
|
|
@ -39,7 +39,7 @@
|
|||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.4,0.25,0.1"
|
||||
density: 20
|
||||
density: 80
|
||||
mask:
|
||||
- ItemMask
|
||||
- type: EntityStorage
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.35
|
||||
density: 80
|
||||
density: 20
|
||||
mask:
|
||||
- MobMask
|
||||
- type: Damageable
|
||||
|
|
@ -109,7 +109,6 @@
|
|||
- state: cheap_rollerbed_buckled
|
||||
map: ["buckledLayer"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
parent: CheapRollerBed
|
||||
|
|
@ -139,7 +138,6 @@
|
|||
- state: emergency_rollerbed_buckled
|
||||
map: ["buckledLayer"]
|
||||
visible: false
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
parent: EmergencyRollerBed
|
||||
|
|
|
|||
Loading…
Reference in New Issue