From: Aexxie Date: Sun, 14 Jan 2024 03:08:20 +0000 (-0600) Subject: Species' melee changes (#24019) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=28095d5dc06e34b448d4b86bf0897a696836c09a;p=space-station-14.git Species' melee changes (#24019) Changes Spider attack type to pierce, and gives them the bite anim. Lizards now have claw anim. --- diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index d22ba66570..650634ed3c 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -39,12 +39,12 @@ bloodReagent: CopperBlood # Damage (Others) - type: MeleeWeapon - animation: WeaponArcClaw + animation: WeaponArcBite soundHit: collection: AlienClaw damage: types: - Slash: 5 + Pierce: 5 # Visual & Audio - type: DamageVisuals damageOverlayGroups: diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index e1db3c0e4a..48204ca7c4 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -44,7 +44,7 @@ soundHit: path: /Audio/Weapons/pierce.ogg angle: 30 - animation: WeaponArcPunch + animation: WeaponArcClaw damage: types: Slash: 5