21 lines
463 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
RapidMelee(
2024-11-15 12:07:15 -05:00
buildup_duration: 0.5,
swing_duration: 0.8,
recover_duration: 0.1,
2024-07-03 19:04:49 -04:00
melee_constructor: (
kind: NecroticVortex(
damage: 20,
2024-11-15 12:07:15 -05:00
pull: 12.0,
2024-11-15 12:10:12 -05:00
lifesteal: 3.0,
2024-07-03 19:04:49 -04:00
energy_regen: 30,
),
2024-11-15 12:07:15 -05:00
range: 25.0,
2024-07-03 19:04:49 -04:00
angle: 360.0,
multi_target: Some(Normal),
),
energy_cost: 0,
ori_modifier: 1.0,
move_modifier: 0.0,
frontend_specifier: Some(CultistVortex),
)