Merge branch 'sceptre_buff' into 'master'

iOddishGX/sceptre_buff

See merge request veloren/veloren!1582
This commit is contained in:
Samuel Keiffer 2020-12-01 20:01:24 +00:00
commit cdbdadc2ba
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
BasicRanged(
energy_cost: 800,
energy_cost: 400,
buildup_duration: 800,
recover_duration: 50,
projectile: Heal(
heal: 140.0,
heal: 100.0,
damage: 50.0,
radius: 6.0,
),

View File

@ -6,7 +6,7 @@ ItemDef(
kind: Sceptre,
stats: (
equip_time_millis: 400,
power: 1.00,
power: 1.0,
speed: 1.0
),
)