From cfcbb15ef89e91183cd2958b912220b5d8e4acd8 Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 14 Aug 2023 01:22:22 +0300 Subject: [PATCH] Thruster-BulletImpassable --- .../Entities/Structures/Shuttles/thrusters.yml | 14 +++++++++++++- .../_NF/Entities/Structures/Shuttles/thrusters.yml | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml index 018ef58fbe0..746da050635 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml @@ -19,7 +19,6 @@ damage: types: Heat: 40 - Structural: 1 - type: InteractionOutline - type: Sprite - type: Appearance @@ -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 diff --git a/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml index fdf6edf33c6..b8d2d5eaab0 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml @@ -19,7 +19,6 @@ damage: types: Heat: 40 - Structural: 1 thrusterIgnoreEmp: true - type: InteractionOutline - type: Sprite @@ -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