mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
214 B
Rust
15 lines
214 B
Rust
([
|
|
Group(Weapon(Bow)),
|
|
|
|
// Projectile Speed
|
|
Skill((Bow(ProjSpeed), 1)),
|
|
|
|
// Charged
|
|
Skill((Bow(CDamage), 1)),
|
|
Skill((Bow(CKnockback), 1)),
|
|
|
|
// Repeater
|
|
Skill((Bow(RDamage), 1)),
|
|
|
|
])
|