veloren/assets/common/skillset/preset/rank1/bow.ron
2022-01-03 19:55:04 -05:00

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)),
])