veloren/assets/common/abilities/sword/spin.ron
Sam 6a6260daa1 Weapon combat fixes:
- Modified energy and speed scaling of sword, axe, and hammer combo melees.
 - Nerfed bow basic attack knockback. Buffed bow damage and energy regen.
 - Corrected xp values for theropods. Removed unnecessary function for xp increase per level.
 - Guards no longer flee at low health.
 - Buffed sword spin.
 - Nerfed axe spin and sword dash moderately.
 - Dash now takes a little time to reach full speed. Sword M2 and hammer M1 damage values tweaked.
2020-11-26 09:15:45 +01:00

14 lines
292 B
Plaintext

SpinMelee(
buildup_duration: 600,
swing_duration: 400,
recover_duration: 500,
base_damage: 160,
knockback: 10.0,
range: 3.5,
energy_cost: 150,
is_infinite: false,
is_helicopter: false,
is_interruptible: true,
forward_speed: 1.0,
num_spins: 3,
)