veloren/assets/common/abilities/gnarling/axe/chop.ron

18 lines
338 B
Rust
Raw Normal View History

2022-01-20 01:15:50 +00:00
BasicMelee(
energy_cost: 0,
buildup_duration: 0.2,
swing_duration: 0.05,
recover_duration: 0.3,
2022-01-30 23:04:09 +00:00
melee_constructor: (
kind: Slash(
damage: 6,
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 3,
angle: 30,
),
2022-02-03 01:45:43 +00:00
ori_modifier: 1.0,
2022-01-20 01:15:50 +00:00
)