23 lines
465 B
Plaintext
23 lines
465 B
Plaintext
|
RapidMelee(
|
||
|
buildup_duration: 0.1,
|
||
|
swing_duration: 0.07,
|
||
|
recover_duration: 0.1,
|
||
|
melee_constructor: (
|
||
|
kind: Slash(
|
||
|
damage: 6,
|
||
|
poise: 3,
|
||
|
knockback: 0,
|
||
|
energy_regen: 0,
|
||
|
),
|
||
|
range: 6.0,
|
||
|
angle: 10.0,
|
||
|
),
|
||
|
energy_cost: 6,
|
||
|
max_strikes: Some(6),
|
||
|
move_modifier: 0.35,
|
||
|
ori_modifier: 0.25,
|
||
|
meta: (
|
||
|
requirements: (stance: Some(Sword(Agile))),
|
||
|
),
|
||
|
)
|