ID #4428
Card
Bow Guardian Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Bow class weapon:
Critical +5
HIT +5
Increases damage of Arrow Shower by 50%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Critical +5
HIT +5
Increases damage of Arrow Shower by 50%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Bow Guardian
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,"AC_SHOWER",50; }
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,"AC_SHOWER",50;
}