veloren/assets/common/skillset/preset/rank3/sceptre.ron

20 lines
451 B
Rust
Raw Normal View History

([
Group(Weapon(Sceptre)),
// Beam
2021-12-01 04:12:02 +00:00
Skill((Sceptre(LDamage), 2)),
Skill((Sceptre(LRange), 2)),
Skill((Sceptre(LLifesteal), 1)),
Skill((Sceptre(LRegen), 1)),
2021-12-15 06:51:25 +00:00
// Heal
2021-12-01 04:12:02 +00:00
Skill((Sceptre(HHeal), 2)),
Skill((Sceptre(HDuration), 1)),
Skill((Sceptre(HRange), 1)),
Skill((Sceptre(HCost), 1)),
// Ward
2021-12-01 04:12:02 +00:00
Skill((Sceptre(UnlockAura), 1)),
Skill((Sceptre(AStrength), 1)),
Skill((Sceptre(ADuration), 1)),
])