
RENEWAL / ITEMS
Grave Worm Card
#300171Card
MD_Airboat_Card2
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
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
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),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;
}