Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update base_structurecrates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored May 8, 2024
1 parent 1c72ad4 commit aa60ff9
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,20 @@
components:
- type: Weldable
- type: ResistLocker
- type: Physics
bodyType: Dynamic
canCollide: true
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.29"
density: 300
mask:
- SmallMobMask #this is so they can go under plastic flaps
layer:
- MachineLayer

- type: entity
parent: CrateBaseWeldable
Expand Down Expand Up @@ -150,3 +164,17 @@
- Energy
reflectProb: 0.2
spread: 90
- type: Physics
bodyType: Dynamic
canCollide: true
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.29"
density: 300
mask:
- SmallMobMask #this is so they can go under plastic flaps
layer:
- MachineLayer

0 comments on commit aa60ff9

Please sign in to comment.