From 0cf28f97008a4f722a4dc2eceff9b405b1cb7343 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Wed, 18 Oct 2023 01:01:24 +0200 Subject: [PATCH] Spear 1984 (#21065) --- .../Entities/Objects/Weapons/Guns/Projectiles/arrows.yml | 6 +++--- .../Prototypes/Entities/Objects/Weapons/Melee/spear.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml index 201e328c75..7dd6360a40 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml @@ -44,16 +44,16 @@ - type: SolutionContainerManager solutions: ammo: - maxVol: 5 + maxVol: 2 - type: RefillableSolution solution: ammo - type: InjectableSolution solution: ammo - type: SolutionInjectOnCollide - transferAmount: 5 + transferAmount: 2 blockSlots: NONE - type: SolutionTransfer - maxTransferAmount: 5 + maxTransferAmount: 2 - type: Appearance - type: SolutionContainerVisuals maxFillLevels: 1 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml index bbd4d2389d..9127a92d51 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml @@ -58,7 +58,7 @@ - type: SolutionContainerManager solutions: melee: - maxVol: 5 + maxVol: 2 - type: MeleeChemicalInjector solution: melee - type: RefillableSolution @@ -66,10 +66,10 @@ - type: InjectableSolution solution: melee - type: SolutionInjectOnCollide - transferAmount: 5 + transferAmount: 2 blockSlots: NONE - type: SolutionTransfer - maxTransferAmount: 5 + maxTransferAmount: 2 - type: Wieldable - type: IncreaseDamageOnWield damage: -- 2.51.2