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,9 @@
SelfBuff(
buildup_duration: 0.35,
cast_duration: 0.75,
recover_duration: 0.3,
buff_kind: ProtectingWard,
buff_strength: 0.4,
buff_duration: Some(10.0),
energy_cost: 0,
)

View File

@@ -0,0 +1,25 @@
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
damage: 30,
poise: 19,
knockback: 4.2,
energy_regen: 0,
),
range: 3.5,
angle: 60.0,
),
buildup_duration: 0.5,
swing_duration: 0.3,
hit_timing: 0.5,
recover_duration: 1.0,
movement: (
swing: Some(Forward(0.1)),
),
ori_modifier: 0.6,
),
],
energy_cost_per_strike: 0,
)

View File

@@ -0,0 +1,19 @@
BasicBeam(
buildup_duration: 0.55,
recover_duration: 0.8,
beam_duration: 1.0,
damage: 1.32,
tick_rate: 15.0,
range: 30.0,
max_angle: 1.0,
damage_effect: Some(Buff((
kind: Frozen,
dur_secs: 4.0,
strength: Value(1.0),
chance: 1.0,
))),
energy_regen: 0.0,
energy_drain: 0,
ori_rate: 0.95,
specifier: WebStrand,
)