Grave Worm Card, карта (Renewal)
Grave Worm Card (MD_AIRBOAT_CARD2) – карта.

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%.
------------------------
Compound on : Weapon
Базовые свойства предмета
- ID: 16798
- Код: MD_AIRBOAT_CARD2
- Тип: карта
- Вес: 1
Скрипт
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; }