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,19 @@
BasicBeam(
buildup_duration: 0.3,
recover_duration: 1.0,
beam_duration: 1.0,
damage: 20.0,
tick_rate: 5.0,
range: 22.0,
max_angle: 15.0,
damage_effect: Some(Buff((
kind: Cursed,
dur_secs: 30.0,
strength: Value(0.5),
chance: 0.33,
))),
energy_regen: 0,
energy_drain: 0,
ori_rate: 0.4,
specifier: Cultist,
)

View File

@@ -0,0 +1,5 @@
Blink(
buildup_duration: 0.75,
recover_duration: 0.25,
max_range: 150.0,
)

View File

@@ -0,0 +1,16 @@
BasicRanged(
energy_cost: 0,
buildup_duration: 1.125,
recover_duration: 0.8,
projectile: NecroticSphere(
damage: 67.5,
radius: 5.0,
min_falloff: 0.9,
),
projectile_body: Object(FireworkPurple),
projectile_speed: 100.0,
num_projectiles: 1,
projectile_spread: 0.0,
move_efficiency: 0.3,
)

View File

@@ -0,0 +1,19 @@
RapidMelee(
buildup_duration: 1.2,
swing_duration: 0.5,
recover_duration: 1.2,
melee_constructor: (
kind: NecroticVortex(
damage: 30,
pull: 7,
lifesteal: 2,
),
range: 16.0,
angle: 360.0,
multi_target: Some(Normal),
),
energy_cost: 0,
ori_modifier: 1.0,
move_modifier: 0.0,
frontend_specifier: Some(CultistVortex),
)

View File

@@ -0,0 +1,19 @@
BasicSummon(
buildup_duration: 0.5,
cast_duration: 1.0,
recover_duration: 0.5,
summon_amount: 6,
summon_distance: (4, 4),
summon_info: (
body: BipedSmall((
species: Husk,
body_type: Male,
)),
use_npc_name: true,
scale: None,
has_health: true,
loadout_config: Some(HuskSummon),
skillset_config: Some(Rank5),
),
duration: None,
)