mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/combat-balance' into 'master'
Combat Balance Tweaks See merge request veloren/veloren!1974
This commit is contained in:
commit
6629f0e573
@ -1,6 +1,6 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 0.25,
|
||||
recover_duration: 0.25,
|
||||
buildup_duration: 0.20,
|
||||
recover_duration: 0.20,
|
||||
beam_duration: 1.0,
|
||||
damage: 40,
|
||||
tick_rate: 2.0,
|
||||
|
@ -3,7 +3,7 @@ BasicRanged(
|
||||
buildup_duration: 0.5,
|
||||
recover_duration: 0.35,
|
||||
projectile: Fireball(
|
||||
damage: 90.0,
|
||||
damage: 100.0,
|
||||
radius: 5.0,
|
||||
energy_regen: 50,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user