Necromancer Card, карта (Renewal)
Necromancer Card (NECROMANCER_CARD) – карта. Выпадает из монстров: Necromancer Ringleader, Necromancer.

When compounded to a Rod,
Int +1 and ignores
2% of the MDEF of
enemies.
Compound on: Weapon
Базовые свойства предмета
- ID: 12769
- Код: NECROMANCER_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_STAFF || .@i == W_2HSTAFF) { bonus bInt,1; bonus2 bIgnoreMdefClassRate,Class_Normal,2; bonus2 bIgnoreMdefClassRate,Class_Boss,2; }