mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
17 lines
377 B
Plaintext
17 lines
377 B
Plaintext
BasicRanged(
|
|
energy_cost: 0,
|
|
buildup_duration: 500,
|
|
recover_duration: 300,
|
|
projectile: Arrow(
|
|
damage: 70.0,
|
|
poise_damage: 2,
|
|
knockback: 5.0,
|
|
energy_regen: 40,
|
|
),
|
|
projectile_body: Object(Arrow),
|
|
projectile_light: None,
|
|
projectile_gravity: Some(Gravity(0.2)),
|
|
projectile_speed: 100.0,
|
|
can_continue: true,
|
|
)
|