veloren/assets/common/abilities/unique/stonegolemfist/spin.ron

16 lines
326 B
Plaintext
Raw Normal View History

2021-01-20 16:20:12 +00:00
SpinMelee(
buildup_duration: 100,
2021-01-21 00:23:10 +00:00
swing_duration: 300,
2021-01-20 16:20:12 +00:00
recover_duration: 100,
base_damage: 500,
2021-01-26 04:16:28 +00:00
base_poise_damage: 0,
2021-01-20 16:20:12 +00:00
knockback: 0.0,
range: 7.5,
energy_cost: 0,
is_infinite: false,
2021-01-21 22:45:03 +00:00
movement_behavior: GolemHover,
2021-01-20 16:20:12 +00:00
is_interruptible: false,
forward_speed: 0.0,
num_spins: 1,
2021-01-26 04:16:28 +00:00
)