Necromancer Card

Necromancer Card

ID 4440Carta

Descripción

When compounded on a Staff class weapon:

INT +1

Ignores magical defense of target by 2%.


Type: Card

Compound on: Weapon

Weight: 1

Propiedades básicas

Identificador
Necromancer_Card
Peso
1.0
Compra NPC
20z
Venta NPC
10z

Requisitos

Se inserta en
Arma
Script del item
.@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;
}