.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1 Pre/Suffix Digger | |
| Description | When compounded on either One-Handed Staff or Two-Handed Staff: Ignores magic defense of all race, except Players, by 10%. For each 4 Refine Levels: Ignores magic defense of enemies by additional 2% and increases received physical damage by 2%. [iRO Description] Every 4 refine level, ignore magical defense rate by 2% and increase damage taken from physical damage by 2%. ------------------------ When compounded on staff or two-handed staff, ignore magical defense rate of all race monsters (except players) by additional 10%. ------------------------ Class : Card Compound on : Weapon |
|---|---|
| Item Script |
expand to view script{ if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { .@r = 2*(getrefine()/4); bonus2 bIgnoreMdefRaceRate,RC_All,10+.@r; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-10-.@r; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-10-.@r; bonus3 bSubRace,RC_All,-.@r,BF_NORMAL; } },{},{} |
| Dropped By | No Result |

