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:
19
veloren/assets/common/abilities/custom/organ/organaura.ron
Normal file
19
veloren/assets/common/abilities/custom/organ/organaura.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicAura(
|
||||
buildup_duration: 0.0,
|
||||
cast_duration: 0.0,
|
||||
recover_duration: 2.0,
|
||||
targets: InGroup,
|
||||
auras: [
|
||||
(
|
||||
kind: ProtectingWard,
|
||||
strength: 0.20,
|
||||
duration: Some(10.0),
|
||||
category: Magical,
|
||||
),
|
||||
],
|
||||
aura_duration: Some(34.75),
|
||||
range: 18.0,
|
||||
energy_cost: 0.0,
|
||||
scales_with_combo: false,
|
||||
specifier: Some(WardingAura),
|
||||
)
|
||||
Reference in New Issue
Block a user