mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
|
BasicRanged(
|
||
|
energy_cost: 0,
|
||
|
buildup_duration: 0.5,
|
||
|
recover_duration: 0.3,
|
||
|
projectile: Arrow(
|
||
|
damage: 70.0,
|
||
|
knockback: 5.0,
|
||
|
energy_regen: 40,
|
||
|
),
|
||
|
projectile_body: Object(Arrow),
|
||
|
projectile_light: None,
|
||
|
projectile_speed: 100.0,
|
||
|
)
|