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

13 lines
196 B
Rust
Raw Normal View History

2021-12-15 06:51:25 +00:00
([
Group(Weapon(Sceptre)),
// Beam
2021-12-01 04:12:02 +00:00
Skill((Sceptre(LDamage), 1)),
Skill((Sceptre(LRange), 1)),
2021-12-15 06:51:25 +00:00
// Heal
2021-12-01 04:12:02 +00:00
Skill((Sceptre(HHeal), 1)),
Skill((Sceptre(HDuration), 1)),
2021-12-15 06:51:25 +00:00
])