mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
451 B
Rust
20 lines
451 B
Rust
([
|
|
Group(Weapon(Sceptre)),
|
|
|
|
// Beam
|
|
Skill((Sceptre(LDamage), 2)),
|
|
Skill((Sceptre(LRange), 2)),
|
|
Skill((Sceptre(LLifesteal), 1)),
|
|
Skill((Sceptre(LRegen), 1)),
|
|
|
|
// Heal
|
|
Skill((Sceptre(HHeal), 2)),
|
|
Skill((Sceptre(HDuration), 1)),
|
|
Skill((Sceptre(HRange), 1)),
|
|
Skill((Sceptre(HCost), 1)),
|
|
// Ward
|
|
Skill((Sceptre(UnlockAura), 1)),
|
|
Skill((Sceptre(AStrength), 1)),
|
|
Skill((Sceptre(ADuration), 1)),
|
|
])
|