docker-veloren/veloren/assets/common/skillset/preset/rank2/bow.ron
Glauber Ferreira e11bf493a1
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
primeiro commit
2024-04-29 21:38:53 -03:00

18 lines
300 B
Plaintext

([
Group(Weapon(Bow)),
// Projectile Speed
Skill((Bow(ProjSpeed), 1)),
// Charged
Skill((Bow(CDamage), 1)),
Skill((Bow(CKnockback), 1)),
Skill((Bow(CSpeed), 1)),
Skill((Bow(CRegen), 1)),
// Repeater
Skill((Bow(RDamage), 1)),
Skill((Bow(RCost), 1)),
])