Bow Guardian Card
ID: 4428
Type |
Card |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
1.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
0 |
Slots |
0 |
Applicable Jobs:
All
Description:
When compounded to a Bow,
Critical +5, HIT +5,
increases the power of the Arrow Shower skill by 50%.
Class: Card
Compound on: Weapon
Weight: 1
Item Script:
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,47,50;
}