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,
|
buildup_duration: 0.4,
|
||||||
cast_duration: 0.3,
|
cast_duration: 0.3,
|
||||||
recover_duration: 0.4,
|
recover_duration: 0.4,
|
||||||
energy_cost: 20,
|
energy_cost: 30,
|
||||||
targets: InGroup,
|
targets: InGroup,
|
||||||
auras: [
|
auras: [
|
||||||
(
|
(
|
||||||
@ -12,7 +12,7 @@ StaticAura(
|
|||||||
category: Magical,
|
category: Magical,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
aura_duration: Some(20),
|
aura_duration: Some(15),
|
||||||
range: 10.0,
|
range: 10.0,
|
||||||
sprite_info: Some((
|
sprite_info: Some((
|
||||||
sprite: Stones2,
|
sprite: Stones2,
|
||||||
|
@ -13,12 +13,12 @@ BasicMelee(
|
|||||||
),
|
),
|
||||||
range: 3.0,
|
range: 3.0,
|
||||||
angle: 15.0,
|
angle: 15.0,
|
||||||
damage_effect: SelfBuff((
|
damage_effect: Some(SelfBuff((
|
||||||
kind: ScornfulTaunt,
|
kind: ScornfulTaunt,
|
||||||
dur_secs: 20.0,
|
dur_secs: 20.0,
|
||||||
strength: Value(0.5),
|
strength: Value(0.5),
|
||||||
chance: 1.0,
|
chance: 1.0,
|
||||||
)),
|
))),
|
||||||
),
|
),
|
||||||
ori_modifier: 0.6,
|
ori_modifier: 0.6,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user