veloren/assets/common/abilities/gnarling/dagger/stab.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.1,
swing_duration: 0.05,
recover_duration: 0.25,
2022-01-30 23:04:09 +00:00
melee_constructor: (
kind: Stab(
damage: 4,
poise: 0,
knockback: 0,
energy_regen: 0,
),
range: 2,
angle: 15,
),
2022-02-03 01:45:43 +00:00
ori_modifier: 1.0,
2022-01-20 01:15:50 +00:00
)