fixes rotations of wideswings on the fireaxes (#23742)

This commit is contained in:
Whisper
2024-01-08 13:25:20 -05:00
committed by GitHub
parent 6cba5b4278
commit 08b3263468

View File

@@ -12,7 +12,7 @@
sprite: Objects/Weapons/Melee/fireaxe.rsi sprite: Objects/Weapons/Melee/fireaxe.rsi
state: icon state: icon
- type: MeleeWeapon - type: MeleeWeapon
wideAnimationRotation: -135 wideAnimationRotation: 135
swingLeft: true swingLeft: true
attackRate: 0.75 attackRate: 0.75
damage: damage:
@@ -53,6 +53,8 @@
parent: FireAxe parent: FireAxe
description: Why fight fire with an axe when you can fight with fire and axe? Now featuring rugged rubberized handle! description: Why fight fire with an axe when you can fight with fire and axe? Now featuring rugged rubberized handle!
components: components:
- type: MeleeWeapon
wideAnimationRotation: 90
- type: IgniteOnMeleeHit - type: IgniteOnMeleeHit
fireStacks: 1 fireStacks: 1
- type: Sprite - type: Sprite