mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
ChargedRanged(
|
|
energy_cost: 0,
|
|
energy_drain: 0,
|
|
initial_regen: 50,
|
|
scaled_regen: 150,
|
|
initial_damage: 0,
|
|
scaled_damage: 300,
|
|
initial_knockback: 0.0,
|
|
scaled_knockback: 10.0,
|
|
speed: 1.0,
|
|
buildup_duration: 0.2,
|
|
charge_duration: 3.0,
|
|
recover_duration: 0.3,
|
|
projectile_body: Object(Arrow),
|
|
projectile_light: None,
|
|
initial_projectile_speed: 100.0,
|
|
scaled_projectile_speed: 150.0,
|
|
move_speed: 0.5,
|
|
)
|