
RENEWAL / ITEMS
Upgrade Bow Guardian Card
#4550Card
Upd_Bow_Guardian_Card
TypeCard
Card placementWeapon
Weight1
Buy price20 z
Sell price10 z
Description
if bow Class , skill 'arror storm' attack + 50% , CRI + 5, HIT + 5.
long distance physical attack, critical damage + 20%
every refined lv 4, ciritical damage + 1%.
autospell 'fantastic arror' lv 1 cast with normal chance
Class : Card
Jobs : Weapon
weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect 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;
}