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
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
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script 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;
}