veloren/assets/common/skillset/preset/rank2/bow.ron

18 lines
300 B
Rust
Raw Normal View History

2021-12-15 06:51:25 +00:00
([
Group(Weapon(Bow)),
// Projectile Speed
2021-12-01 04:12:02 +00:00
Skill((Bow(ProjSpeed), 1)),
2021-12-15 06:51:25 +00:00
// Charged
2021-12-01 04:12:02 +00:00
Skill((Bow(CDamage), 1)),
Skill((Bow(CKnockback), 1)),
Skill((Bow(CSpeed), 1)),
Skill((Bow(CRegen), 1)),
2021-12-15 06:51:25 +00:00
// Repeater
2021-12-01 04:12:02 +00:00
Skill((Bow(RDamage), 1)),
Skill((Bow(RCost), 1)),
2021-12-15 06:51:25 +00:00
])