mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
196 B
Rust
13 lines
196 B
Rust
([
|
|
Group(Weapon(Sceptre)),
|
|
|
|
// Beam
|
|
Skill((Sceptre(LDamage), 1)),
|
|
Skill((Sceptre(LRange), 1)),
|
|
|
|
// Heal
|
|
Skill((Sceptre(HHeal), 1)),
|
|
Skill((Sceptre(HDuration), 1)),
|
|
|
|
])
|