veloren/assets/common/abilities/custom/minotaur/charge.ron

28 lines
629 B
Plaintext
Raw Normal View History

2021-04-16 04:09:15 +00:00
DashMelee(
energy_cost: 0,
base_damage: 15.0,
scaled_damage: 60.0,
2021-04-16 04:09:15 +00:00
base_poise_damage: 25,
scaled_poise_damage: 100,
base_knockback: 10.0,
scaled_knockback: 30.0,
2021-04-16 18:54:46 +00:00
range: 5.0,
2021-04-16 04:09:15 +00:00
angle: 90.0,
energy_drain: 0,
forward_speed: 5.0,
buildup_duration: 0.4,
charge_duration: 4.0,
swing_duration: 0.1,
recover_duration: 0.5,
ori_modifier: 0.3,
2021-04-24 19:40:23 +00:00
charge_through: false,
2021-04-16 04:09:15 +00:00
is_interruptible: false,
damage_kind: Piercing,
2021-07-10 16:04:12 +00:00
damage_effect: Some(Buff((
kind: Bleeding,
dur_secs: 10.0,
strength: DamageFraction(0.1),
chance: 0.1,
))),
)