2021-06-07 21:58:05 +00:00
|
|
|
([
|
|
|
|
Group(Weapon(Bow)),
|
|
|
|
|
|
|
|
// Charged
|
2021-11-06 16:45:02 +00:00
|
|
|
Skill((Bow(CDamage), Some(3))),
|
|
|
|
Skill((Bow(CRegen), Some(2))),
|
|
|
|
Skill((Bow(CKnockback), Some(2))),
|
|
|
|
Skill((Bow(CSpeed), Some(2))),
|
|
|
|
Skill((Bow(CMove), Some(2))),
|
2021-06-07 21:58:05 +00:00
|
|
|
|
|
|
|
// Repeater
|
2021-11-06 16:45:02 +00:00
|
|
|
Skill((Bow(RDamage), Some(2))),
|
|
|
|
Skill((Bow(RCost), Some(2))),
|
|
|
|
Skill((Bow(RSpeed), Some(2))),
|
2021-10-23 20:48:07 +00:00
|
|
|
|
|
|
|
// Shotgun
|
|
|
|
Skill((Bow(UnlockShotgun), None)),
|
|
|
|
Skill((Bow(SDamage), Some(1))),
|
|
|
|
Skill((Bow(SSpread), Some(1))),
|
|
|
|
Skill((Bow(SArrows), Some(1))),
|
|
|
|
Skill((Bow(SCost), Some(1))),
|
|
|
|
])
|