primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
BasicAura(
buildup_duration: 0.375,
cast_duration: 0.5,
recover_duration: 0.375,
targets: InGroup,
auras: [
(
kind: Regeneration,
strength: 7.5,
duration: Some(5),
category: Magical,
),
(
kind: ProtectingWard,
strength: 0.75,
duration: Some(5),
category: Magical,
),
],
aura_duration: Some(2),
range: 50,
energy_cost: 0,
scales_with_combo: false,
)

View File

@@ -0,0 +1,18 @@
BasicAura(
buildup_duration: 0.375,
cast_duration: 0.5,
recover_duration: 0.375,
targets: OutOfGroup,
auras: [
(
kind: Burning,
strength: 0.75,
duration: Some(5),
category: Magical,
),
],
aura_duration: Some(2),
range: 50,
energy_cost: 0,
scales_with_combo: false,
)

View File

@@ -0,0 +1,18 @@
BasicAura(
buildup_duration: 0.375,
cast_duration: 0.5,
recover_duration: 0.375,
targets: InGroup,
auras: [
(
kind: Hastened,
strength: 0.75,
duration: Some(5),
category: Magical,
),
],
aura_duration: Some(2),
range: 50,
energy_cost: 0,
scales_with_combo: false,
)