ID #4551
Card
Enhanced Necromancer Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Staff class weapon:
INT +1
Ignores magical defense of enemies by 2%.
For each 4 Refine Levels:
Ignores magical defense of enemies by 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
INT +1
Ignores magical defense of enemies by 2%.
For each 4 Refine Levels:
Ignores magical defense of enemies by 1%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
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 .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_STAFF || .@i == W_2HSTAFF) { bonus bInt,1; bonus2 bIgnoreMdefClassRate,Class_All,2+(getrefine()/4); }
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_STAFF || .@i == W_2HSTAFF) {
bonus bInt,1;
bonus2 bIgnoreMdefClassRate,Class_All,2+(getrefine()/4);
}