veloren/assets/common/abilities/custom/irongolemfist/singlestrike.ron

25 lines
602 B
Rust
Raw Normal View History

2023-07-09 20:03:09 +00:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
2024-04-28 19:31:18 +00:00
damage: 35,
poise: 40,
knockback: 35.0,
2023-07-09 20:03:09 +00:00
energy_regen: 0,
),
2024-04-28 19:31:18 +00:00
range: 5.5,
2023-07-09 20:03:09 +00:00
angle: 60.0,
),
2024-04-28 19:31:18 +00:00
buildup_duration: 0.9,
swing_duration: 0.1,
2023-07-09 20:03:09 +00:00
hit_timing: 0.5,
recover_duration: 0.5,
2024-04-28 19:31:18 +00:00
ori_modifier: 0.7,
2023-07-09 20:03:09 +00:00
),
],
energy_cost_per_strike: 0,
auto_progress: true,
2024-04-28 19:31:18 +00:00
specifier: Some(IronGolemFist),
2023-07-09 20:03:09 +00:00
)