From ce24147c159e68f3e4289386e94d42a3c11c909b Mon Sep 17 00:00:00 2001 From: Vorge7 Date: Wed, 2 Oct 2024 21:10:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=BF=D1=80=D0=B8=D1=86=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D1=8C=20=D1=8F=D0=B2=D0=BB=D1=8F=D0=B5=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D0=BE=D1=80=D1=83=D0=B6=D0=B8=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=81=D1=81=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20(#129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/Objects/Specific/chemistry.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index 36b3e661eb..13d00c9085 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -332,6 +332,23 @@ id: BaseSyringe abstract: true components: + - type: MeleeWeapon + wideAnimationRotation: -45 + damage: + types: + Piercing: 2 + angle: 0 + animation: WeaponArcThrust + soundHit: + path: /Audio/Weapons/pierce.ogg + - type: ThrowingAngle + angle: 50 + - type: DamageOtherOnHit + ignoreResistances: true + damage: + types: + Piercing: 2 + - type: EmbeddableProjectile - type: Sprite sprite: Objects/Specific/Chemistry/syringe.rsi layers: @@ -351,6 +368,19 @@ solutions: injector: maxVol: 15 + - type: MeleeChemicalInjector + solution: injector + - type: RefillableSolution + solution: injector + - type: InjectableSolution + solution: injector + - type: SolutionTransfer + maxTransferAmount: 2 + - type: Damageable + damageContainer: Inorganic + - type: SolutionInjectOnEmbed + transferAmount: 2 + solution: injector - type: Injector injectOnly: false - type: ExaminableSolution