trade_bot/assets/common/abilities/gnarling/totem/red.ron

19 lines
366 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
BasicAura(
2024-08-08 21:03:53 +00:00
buildup_duration: 0.2,
cast_duration: 0.4,
recover_duration: 0.2,
2024-07-03 23:04:49 +00:00
targets: OutOfGroup,
auras: [
(
kind: Burning,
2024-08-08 21:03:53 +00:00
strength: 1.2,
duration: Some(1),
2024-07-03 23:04:49 +00:00
category: Magical,
),
],
2024-08-08 21:03:53 +00:00
aura_duration: Some(1),
range: 15,
2024-07-03 23:04:49 +00:00
energy_cost: 0,
scales_with_combo: false,
)