mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
tweak entity stats
This commit is contained in:
parent
1e289e6335
commit
10023b0759
@ -8,9 +8,9 @@ DashMelee(
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
scaled: Some(Bash(
|
||||
damage: 56.0,
|
||||
poise: 40.0,
|
||||
knockback: 17.0,
|
||||
damage: 65.0,
|
||||
poise: 35.0,
|
||||
knockback: 14.0,
|
||||
energy_regen: 0.0,
|
||||
)),
|
||||
range: 2.5,
|
||||
|
@ -1,8 +1,8 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 1.3,
|
||||
buildup_duration: 1.15,
|
||||
swing_duration: 0.3,
|
||||
recover_duration: 0.7,
|
||||
recover_duration: 0.85,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage:20.0,
|
||||
|
@ -1,19 +1,19 @@
|
||||
LeapMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 1.0,
|
||||
buildup_duration: 1.5,
|
||||
movement_duration: 0.8,
|
||||
swing_duration: 0.075,
|
||||
recover_duration: 0.4,
|
||||
recover_duration: 0.6,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 24.0,
|
||||
damage: 36.0,
|
||||
poise: 60.0,
|
||||
knockback: 4.0,
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
range: 4.5,
|
||||
range: 6.75,
|
||||
angle: 180.0,
|
||||
),
|
||||
forward_leap_strength: 40.0,
|
||||
forward_leap_strength: 45.0,
|
||||
vertical_leap_strength: 10.0,
|
||||
)
|
||||
|
@ -18,8 +18,8 @@ DashMelee(
|
||||
),
|
||||
energy_drain: 0,
|
||||
forward_speed: 2.5,
|
||||
buildup_duration: 2.4,
|
||||
charge_duration: 120,
|
||||
buildup_duration: 1.5,
|
||||
charge_duration: 1.2,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 2.0,
|
||||
ori_modifier: 0.3,
|
||||
|
Loading…
Reference in New Issue
Block a user