veloren/assets/common/skillset/dungeon/tier-3/bow.ron
UncomfySilence 90f29ce277 + Made sure that abilities in staff simple match abilities in the staff skillset.
+ If anything happened to chests then no more! (Don't question it)
+ Bosses have a ~4% chance to drop higher tiered gear
+ Organized T2 boss ron
2021-11-18 18:49:33 +01:00

11 lines
225 B
Rust

([
Group(Weapon(Bow)),
// Charged
Skill((Bow(CDamage), Some(2))),
Skill((Bow(CRegen), Some(2))),
Skill((Bow(CKnockback), Some(2))),
Skill((Bow(CSpeed), Some(2))),
Skill((Bow(CMove), Some(2))),
])