hotbot/assets/common/abilities/custom/quadlowquick/quadstrike.ron

86 lines
2.2 KiB
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
damage: 12,
poise: 15,
knockback: 1,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.75,
swing_duration: 0.45,
hit_timing: 0.5,
recover_duration: 0.2,
movement: (
swing: Some(Forward(0.3)),
),
ori_modifier: 0.7,
),
(
melee_constructor: (
kind: Bash(
damage: 12,
poise: 15,
knockback: 1,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.45,
swing_duration: 0.3,
hit_timing: 0.5,
recover_duration: 0.2,
movement: (
swing: Some(Forward(0.08)),
),
ori_modifier: 0.7,
),
(
melee_constructor: (
kind: Bash(
damage: 12,
poise: 15,
knockback: 1,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.4,
swing_duration: 0.3,
hit_timing: 0.5,
recover_duration: 0.2,
movement: (
swing: Some(Forward(0.08)),
),
ori_modifier: 0.7,
),
(
melee_constructor: (
kind: Bash(
damage: 12,
poise: 15,
knockback: 8,
energy_regen: 0,
),
range: 2.5,
angle: 30.0,
),
buildup_duration: 0.4,
swing_duration: 0.3,
hit_timing: 0.5,
recover_duration: 0.2,
movement: (
swing: Some(Forward(0.08)),
),
ori_modifier: 0.7,
),
],
energy_cost_per_strike: 0,
)