From bc9059a72d41357456c4dcfa7a68aa64db9e80d1 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:23:02 +0200 Subject: [PATCH] Armblade Tweaks (#38337) init --- .../Entities/Objects/Weapons/Melee/armblade.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml index 457e8ea10d..503763348c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -2,7 +2,7 @@ name: arm blade parent: BaseItem id: ArmBlade - description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. + description: A grotesque blade made out of bone and flesh that can pry open doors and cleaves through people as a hot knife through butter. components: - type: Sharp - type: Execution @@ -11,14 +11,18 @@ sprite: Objects/Weapons/Melee/armblade.rsi state: icon - type: MeleeWeapon + soundHit: + collection: AlienClaw wideAnimationRotation: 90 attackRate: 1 damage: - types: - Slash: 10 - Piercing: 10 + types: # Same as energy sword, but slash/pierce instead of slash/heat + Slash: 15 + Piercing: 15 + Structural: 20 - type: Item size: Normal sprite: Objects/Weapons/Melee/armblade.rsi - type: Prying + speedModifier: 1.5 # Jaws of life speed pryPowered: true -- 2.51.2