Species' melee changes (#24019)

Changes Spider attack type to pierce, and gives them the bite anim. Lizards now have claw anim.
This commit is contained in:
Aexxie
2024-01-13 21:08:20 -06:00
committed by GitHub
parent 023b8415c1
commit 28095d5dc0
2 changed files with 3 additions and 3 deletions

View File

@@ -39,12 +39,12 @@
bloodReagent: CopperBlood bloodReagent: CopperBlood
# Damage (Others) # Damage (Others)
- type: MeleeWeapon - type: MeleeWeapon
animation: WeaponArcClaw animation: WeaponArcBite
soundHit: soundHit:
collection: AlienClaw collection: AlienClaw
damage: damage:
types: types:
Slash: 5 Pierce: 5
# Visual & Audio # Visual & Audio
- type: DamageVisuals - type: DamageVisuals
damageOverlayGroups: damageOverlayGroups:

View File

@@ -44,7 +44,7 @@
soundHit: soundHit:
path: /Audio/Weapons/pierce.ogg path: /Audio/Weapons/pierce.ogg
angle: 30 angle: 30
animation: WeaponArcPunch animation: WeaponArcClaw
damage: damage:
types: types:
Slash: 5 Slash: 5