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/cursekeeper/beam.ron
Normal file
19
veloren/assets/common/abilities/custom/cursekeeper/beam.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 0.3,
|
||||
recover_duration: 1.5,
|
||||
beam_duration: 2.0,
|
||||
damage: 20.0,
|
||||
tick_rate: 3.0,
|
||||
range: 22.0,
|
||||
max_angle: 22.5,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Poisoned,
|
||||
dur_secs: 3.0,
|
||||
strength: DamageFraction(0.5),
|
||||
chance: 1.0,
|
||||
))),
|
||||
energy_regen: 2,
|
||||
energy_drain: 0,
|
||||
ori_rate: 0.5,
|
||||
specifier: Poison,
|
||||
)
|
||||
@@ -0,0 +1,18 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.3,
|
||||
recover_duration: 0.3,
|
||||
projectile: Poisonball(
|
||||
damage: 32.0,
|
||||
knockback: 10.0,
|
||||
radius: 6.0,
|
||||
energy_regen: 5.0,
|
||||
min_falloff: 0.1,
|
||||
),
|
||||
projectile_body: Object(SpitPoison),
|
||||
projectile_light: None,
|
||||
projectile_speed: 25.0,
|
||||
num_projectiles: 2,
|
||||
projectile_spread: 0.1,
|
||||
move_efficiency: 0.3,
|
||||
)
|
||||
@@ -0,0 +1,19 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 4.0,
|
||||
summon_amount: 1,
|
||||
summon_distance: (4, 4),
|
||||
summon_info: (
|
||||
body: BipedLarge((
|
||||
species: TerracottaBesieger,
|
||||
body_type: Male,
|
||||
)),
|
||||
scale: None,
|
||||
use_npc_name: true,
|
||||
has_health: true,
|
||||
loadout_config: None,
|
||||
skillset_config: Some(Rank3),
|
||||
),
|
||||
duration: None,
|
||||
)
|
||||
@@ -0,0 +1,19 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.3,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 1.0,
|
||||
summon_amount: 1,
|
||||
summon_distance: (2, 2),
|
||||
summon_info: (
|
||||
body: BipedSmall((
|
||||
species: Jiangshi,
|
||||
body_type: Male,
|
||||
)),
|
||||
scale: None,
|
||||
use_npc_name: true,
|
||||
has_health: true,
|
||||
loadout_config: Some(JiangshiSummon),
|
||||
skillset_config: Some(Rank5),
|
||||
),
|
||||
duration: None,
|
||||
)
|
||||
@@ -0,0 +1,19 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 4.0,
|
||||
summon_amount: 1,
|
||||
summon_distance: (4, 4),
|
||||
summon_info: (
|
||||
body: Golem((
|
||||
species: Mogwai,
|
||||
body_type: Male,
|
||||
)),
|
||||
scale: None,
|
||||
use_npc_name: true,
|
||||
has_health: true,
|
||||
loadout_config: None,
|
||||
skillset_config: Some(Rank3),
|
||||
),
|
||||
duration: None,
|
||||
)
|
||||
@@ -0,0 +1,19 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 4.0,
|
||||
summon_amount: 1,
|
||||
summon_distance: (4, 4),
|
||||
summon_info: (
|
||||
body: BipedLarge((
|
||||
species: TerracottaPursuer,
|
||||
body_type: Male,
|
||||
)),
|
||||
scale: None,
|
||||
use_npc_name: true,
|
||||
has_health: true,
|
||||
loadout_config: None,
|
||||
skillset_config: Some(Rank3),
|
||||
),
|
||||
duration: None,
|
||||
)
|
||||
@@ -0,0 +1,19 @@
|
||||
BasicSummon(
|
||||
buildup_duration: 0.3,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 1.0,
|
||||
summon_amount: 1,
|
||||
summon_distance: (2, 2),
|
||||
summon_info: (
|
||||
body: BipedSmall((
|
||||
species: ShamanicSpirit,
|
||||
body_type: Male,
|
||||
)),
|
||||
scale: None,
|
||||
use_npc_name: true,
|
||||
has_health: true,
|
||||
loadout_config: Some(ShamanicSpiritSummon),
|
||||
skillset_config: Some(Rank5),
|
||||
),
|
||||
duration: None,
|
||||
)
|
||||
@@ -0,0 +1,5 @@
|
||||
Blink(
|
||||
buildup_duration: 0.75,
|
||||
recover_duration: 0.25,
|
||||
max_range: 100.0,
|
||||
)
|
||||
10
veloren/assets/common/abilities/custom/cursekeeper/trap.ron
Normal file
10
veloren/assets/common/abilities/custom/cursekeeper/trap.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SpriteSummon(
|
||||
buildup_duration: 1.5,
|
||||
cast_duration: 0.1,
|
||||
recover_duration: 3.0,
|
||||
sprite: Empty,
|
||||
del_timeout: Some((8, 5)),
|
||||
summon_distance: (2, 50),
|
||||
sparseness: 0.0,
|
||||
angle: 360,
|
||||
)
|
||||
@@ -0,0 +1,9 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.1,
|
||||
cast_duration: 0.1,
|
||||
recover_duration: 0.1,
|
||||
buff_kind: Burning,
|
||||
buff_strength: 2000.0,
|
||||
buff_duration: Some(60.0),
|
||||
energy_cost: 0,
|
||||
)
|
||||
Reference in New Issue
Block a user