mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sceptre_buff' into 'master'
iOddishGX/sceptre_buff See merge request veloren/veloren!1582
This commit is contained in:
commit
cdbdadc2ba
@ -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,
|
||||
),
|
||||
|
@ -6,7 +6,7 @@ ItemDef(
|
||||
kind: Sceptre,
|
||||
stats: (
|
||||
equip_time_millis: 400,
|
||||
power: 1.00,
|
||||
power: 1.0,
|
||||
speed: 1.0
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user