diff --git a/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml index 672b0c05d96..eaeb9dfd9a2 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Shuttles/thrusters.yml @@ -83,6 +83,37 @@ - !type:DoActsBehavior acts: ["Destruction"] +- type: entity + id: SmallThruster + parent: Thruster + suffix: Small + components: + - type: Thruster + baseThrust: 33 + thrust: 33 + damage: + types: + Heat: 40 + - type: ApcPowerReceiver + powerLoad: 500 + - type: Sprite + scale: 0.8, 0.8 + sprite: Structures/Shuttles/thruster.rsi + layers: + - state: base + map: ["enum.ThrusterVisualLayers.Base"] + - state: thrust + map: ["enum.ThrusterVisualLayers.ThrustOn"] + shader: unshaded + visible: false + - state: thrust_burn_unshaded + map: ["enum.ThrusterVisualLayers.ThrustingUnshaded"] + shader: unshaded + visible: false + offset: 0, 1 + - type: StaticPrice + price: 100 + - type: entity id: GyroscopeSecurity parent: Gyroscope @@ -201,3 +232,5 @@ map: ["enum.ThrusterVisualLayers.ThrustingUnshaded"] shader: unshaded visible: false + - type: StaticPrice + price: 250