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 #300171 Card

Grave Worm Card

Buy Price: N/A Sell Price: N/A
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%.
_______________________
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),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; }
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;
}
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.