Upgrade Bow Guardian Card
| Item ID | 4550 | Name | Upgrade Bow Guardian Card |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Upd_Bow_Guardian_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
|
||||