This commit is contained in:
Sam 2024-04-16 20:23:55 -04:00
parent 904623a003
commit cfc9e498b4
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,
) )