mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Tweaks
This commit is contained in:
parent
28a4ce9be1
commit
b572c32a4d
@ -1,14 +1,14 @@
|
||||
ChargedRanged(
|
||||
energy_cost: 0,
|
||||
energy_drain: 0,
|
||||
initial_regen: 4,
|
||||
scaled_regen: 16,
|
||||
initial_damage: 3,
|
||||
scaled_damage: 15,
|
||||
initial_regen: 2,
|
||||
scaled_regen: 14,
|
||||
initial_damage: 2,
|
||||
scaled_damage: 14,
|
||||
initial_knockback: 0,
|
||||
scaled_knockback: 15,
|
||||
buildup_duration: 0.3,
|
||||
charge_duration: 0.9,
|
||||
buildup_duration: 0.25,
|
||||
charge_duration: 1.0,
|
||||
recover_duration: 0.4,
|
||||
projectile_body: Object(Arrow),
|
||||
projectile_light: None,
|
||||
|
@ -6,8 +6,8 @@ BasicAura(
|
||||
auras: [
|
||||
(
|
||||
kind: Regeneration,
|
||||
strength: 1,
|
||||
duration: Some(5),
|
||||
strength: 0.5,
|
||||
duration: Some(8),
|
||||
category: Magical,
|
||||
),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user