Necromancer Card
ID: 4440
Type |
Card |
Subtype |
None |
Attack |
0 |
Defense |
0 |
Weight |
1.0 |
Weapon Level |
0 |
Buy |
20z |
Sell |
10z |
Required Level |
0 |
Slots |
0 |
Applicable Jobs:
All
Description:
When compounded to a Rod,
Int +1
Ignores 2% MDEF of enemies.
Class: Card
Compound on: Weapon
Weight: 1
Item Script:
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) {
bonus bInt,1;
bonus2 bIgnoreMdefClassRate,Class_Normal,2;
bonus2 bIgnoreMdefClassRate,Class_Boss,2;
}