veloren/assets/common/abilities/custom/basilisk/triplestrike.ron

61 lines
1.6 KiB
Rust
Raw Normal View History

2021-06-05 22:24:31 +00:00
ComboMelee(
stage_data: [
(
stage: 1,
2022-06-17 10:35:06 +00:00
base_damage: 36.0,
2021-06-05 22:24:31 +00:00
damage_increase: 0,
base_poise_damage: 15,
poise_damage_increase: 0,
2021-06-15 05:43:49 +00:00
knockback: 3.0,
2021-06-05 22:24:31 +00:00
range: 2.8,
angle: 30.0,
2022-06-17 10:35:06 +00:00
base_buildup_duration: 1.4,
2021-06-05 22:24:31 +00:00
base_swing_duration: 0.07,
hit_timing: 0.5,
2021-06-05 22:24:31 +00:00
base_recover_duration: 0.3,
forward_movement: 2.0,
damage_kind: Crushing,
),
(
stage: 2,
2022-06-17 10:35:06 +00:00
base_damage: 36.0,
2021-06-05 22:24:31 +00:00
damage_increase: 0,
base_poise_damage: 18,
poise_damage_increase: 0,
2021-06-15 05:43:49 +00:00
knockback: 3.0,
2021-06-05 22:24:31 +00:00
range: 2.8,
angle: 30.0,
2022-06-17 10:35:06 +00:00
base_buildup_duration: 0.8,
2021-06-05 22:24:31 +00:00
base_swing_duration: 0.07,
hit_timing: 0.5,
2021-06-05 22:24:31 +00:00
base_recover_duration: 0.3,
forward_movement: 1.5,
damage_kind: Crushing,
),
(
stage: 3,
2022-06-17 10:35:06 +00:00
base_damage: 36.0,
2021-06-05 22:24:31 +00:00
damage_increase: 0,
base_poise_damage: 20,
poise_damage_increase: 0,
2021-06-15 05:43:49 +00:00
knockback: 3.0,
2021-06-05 22:24:31 +00:00
range: 2.8,
angle: 30.0,
2022-06-17 10:35:06 +00:00
base_buildup_duration: 0.8,
2021-06-05 22:24:31 +00:00
base_swing_duration: 0.07,
hit_timing: 0.5,
2021-06-05 22:24:31 +00:00
base_recover_duration: 0.3,
forward_movement: 1.5,
damage_kind: Crushing,
),
],
initial_energy_gain: 0,
max_energy_gain: 0,
energy_increase: 0,
speed_increase: 0.0,
max_speed_increase: 0.0,
scales_from_combo: 0,
is_interruptible: false,
ori_modifier: 0.65,
)