mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Tweaks
This commit is contained in:
parent
904623a003
commit
cfc9e498b4
@ -2,7 +2,7 @@ StaticAura(
|
||||
buildup_duration: 0.4,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 0.4,
|
||||
energy_cost: 20,
|
||||
energy_cost: 30,
|
||||
targets: InGroup,
|
||||
auras: [
|
||||
(
|
||||
@ -12,7 +12,7 @@ StaticAura(
|
||||
category: Magical,
|
||||
),
|
||||
],
|
||||
aura_duration: Some(20),
|
||||
aura_duration: Some(15),
|
||||
range: 10.0,
|
||||
sprite_info: Some((
|
||||
sprite: Stones2,
|
||||
|
@ -13,12 +13,12 @@ BasicMelee(
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 15.0,
|
||||
damage_effect: SelfBuff((
|
||||
damage_effect: Some(SelfBuff((
|
||||
kind: ScornfulTaunt,
|
||||
dur_secs: 20.0,
|
||||
strength: Value(0.5),
|
||||
chance: 1.0,
|
||||
)),
|
||||
))),
|
||||
),
|
||||
ori_modifier: 0.6,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user