Skip to content

Commit

Permalink
Thruster-BulletImpassable
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Aug 13, 2023
1 parent 178ee61 commit cfcbb15
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
damage:
types:
Heat: 40
Structural: 1
- type: InteractionOutline
- type: Sprite
- type: Appearance
Expand All @@ -40,6 +39,19 @@
acts: ["Destruction"]
- type: StaticPrice
price: 300
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
density: 60
mask:
- MachineMask
layer:
- MidImpassable
- LowImpassable
- BulletImpassable
placement:
mode: SnapgridCenter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
damage:
types:
Heat: 40
Structural: 1
thrusterIgnoreEmp: true
- type: InteractionOutline
- type: Sprite
Expand All @@ -41,6 +40,19 @@
acts: ["Destruction"]
- type: StaticPrice
price: 600
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
density: 60
mask:
- MachineMask
layer:
- MidImpassable
- LowImpassable
- BulletImpassable
placement:
mode: SnapgridCenter

Expand Down

0 comments on commit cfcbb15

Please sign in to comment.