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

22 lines
516 B
Rust
Raw Normal View History

2021-09-10 08:34:01 +00:00
([
Group(Weapon(Sceptre)),
// Beam
2021-12-01 04:12:02 +00:00
Skill((Sceptre(LDamage), 3)),
Skill((Sceptre(LRange), 2)),
Skill((Sceptre(LLifesteal), 3)),
Skill((Sceptre(LRegen), 2)),
2021-09-10 08:34:01 +00:00
// Heal
2021-12-01 04:12:02 +00:00
Skill((Sceptre(HHeal), 3)),
Skill((Sceptre(HDuration), 2)),
Skill((Sceptre(HRange), 2)),
Skill((Sceptre(HCost), 2)),
2021-09-10 08:34:01 +00:00
// Ward
2021-12-01 04:12:02 +00:00
Skill((Sceptre(UnlockAura), 1)),
Skill((Sceptre(AStrength), 2)),
Skill((Sceptre(ADuration), 2)),
Skill((Sceptre(ARange), 2)),
Skill((Sceptre(ACost), 2)),
2021-09-10 08:34:01 +00:00
])