ID #4440
Card
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%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
INT +1
Ignores magical defense of enemies by 2%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Necromancer
Rate: 0.5%
Necromancer Ringleader
Rate: 2.5%
Available from boxes
NPCs where to find the item
Card Vendor Machine#pa08
comodo (148, 306)
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_Normal,2; bonus2 bIgnoreMdefClassRate,Class_Boss,2; }
.@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;
}