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