0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #4550 Card

Upgrade Bow Guardian Card

Buy Price: N/A Sell Price: N/A
When compounded on a Bow class weapon:
Increases damage of Arrow Shower by 50%.
Critical +5
HIT +5
Increases Critical Damage during ranged physical attacks by 20%.
Random chance to auto-cast Level 1 Phantasmic Arrow when dealing physical damage.

For each 4 Refine Levels:
Increases Critical Damage by 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1

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

Card
10

Item Flags

Yes

Scripts

if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) { bonus2 bSkillAtk,"RA_ARROWSTORM",50; bonus bCriticalLong,20+(getequiprefinerycnt(EQI_HAND_R)/4); bonus bHit,5; bonus bCritical,5; bonus3 bAutoSpell,"HT_PHANTASMIC",1,100; }
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) {
   bonus2 bSkillAtk,"RA_ARROWSTORM",50;
   bonus bCriticalLong,20+(getequiprefinerycnt(EQI_HAND_R)/4);
   bonus bHit,5;
   bonus bCritical,5;
   bonus3 bAutoSpell,"HT_PHANTASMIC",1,100;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.