Enhanced Necromancer Card
| Item ID | 4551 | Name | Enhanced Necromancer Card |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Upd_Necromancer_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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);
}
|
||||