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