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