primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
24
veloren/assets/common/abilities/gnarling/totem/green.ron
Normal file
24
veloren/assets/common/abilities/gnarling/totem/green.ron
Normal 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,
|
||||
)
|
||||
18
veloren/assets/common/abilities/gnarling/totem/red.ron
Normal file
18
veloren/assets/common/abilities/gnarling/totem/red.ron
Normal 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,
|
||||
)
|
||||
18
veloren/assets/common/abilities/gnarling/totem/white.ron
Normal file
18
veloren/assets/common/abilities/gnarling/totem/white.ron
Normal 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,
|
||||
)
|
||||
Reference in New Issue
Block a user