mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
90f29ce277
+ 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
11 lines
225 B
Rust
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))),
|
|
|
|
]) |