mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
336 B
Rust
16 lines
336 B
Rust
|
BasicRanged(
|
||
|
energy_cost: 0,
|
||
|
buildup_duration: 0.5,
|
||
|
recover_duration: 0.4,
|
||
|
projectile: Fireball(
|
||
|
damage: 9.0,
|
||
|
radius: 4.0,
|
||
|
energy_regen: 10.0,
|
||
|
min_falloff: 0.5,
|
||
|
),
|
||
|
projectile_body: Object(BoltFire),
|
||
|
projectile_speed: 40,
|
||
|
num_projectiles: 8,
|
||
|
projectile_spread: 0.05,
|
||
|
)
|