veloren/assets/common/abilities/custom/claygolem/strike.ron

14 lines
272 B
Plaintext
Raw Normal View History

2021-05-04 23:02:18 +00:00
BasicMelee(
energy_cost: 0,
2021-05-06 20:44:18 +00:00
buildup_duration: 0.8,
swing_duration: 0.2,
2021-05-04 23:02:18 +00:00
recover_duration: 0.5,
2021-05-06 18:44:25 +00:00
base_damage: 200,
2021-05-04 23:02:18 +00:00
base_poise_damage: 50,
knockback: 10.0,
range: 5.0,
max_angle: 60.0,
damage_effect: None,
2021-05-06 23:45:48 +00:00
damage_kind: Crushing,
2021-05-04 23:02:18 +00:00
)