This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

15 lines
214 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
([
Group(Weapon(Bow)),
// Projectile Speed
Skill((Bow(ProjSpeed), 1)),
// Charged
Skill((Bow(CDamage), 1)),
Skill((Bow(CKnockback), 1)),
// Repeater
Skill((Bow(RDamage), 1)),
])