docker-veloren/veloren/assets/common/abilities/haniwa/soldier/riposte.ron
Glauber Ferreira e11bf493a1
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
primeiro commit
2024-04-29 21:38:53 -03:00

17 lines
347 B
Plaintext

RiposteMelee(
energy_cost: 0,
buildup_duration: 0.7,
swing_duration: 0.3,
recover_duration: 0.2,
block_strength: 5.0,
melee_constructor: (
kind: Slash(
damage: 30,
poise: 60,
knockback: 15,
energy_regen: 0,
),
range: 4.0,
angle: 60.0,
),
)