mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
b92d104ca0
+ 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
15 lines
335 B
Rust
15 lines
335 B
Rust
([
|
|
Group(Weapon(Staff)),
|
|
|
|
// Fireball
|
|
Skill((Staff(BDamage), Some(2))),
|
|
Skill((Staff(BRegen), Some(2))),
|
|
Skill((Staff(BRadius), Some(2))),
|
|
|
|
// Flamethrower
|
|
Skill((Staff(FRange), Some(2))),
|
|
Skill((Staff(FDamage), Some(3))),
|
|
Skill((Staff(FDrain), Some(2))),
|
|
Skill((Staff(FVelocity), Some(1))),
|
|
|
|
]) |