Deadsera Card
| Item ID | 300442 | Name | Deadsera Card |
|
MATK +5%
_______________________ When compounded on a One-Handed Staff class weapon: Increases Magical Damage with every Element by 10%. For each 3 Refine Levels: Increases Magical Damage with every Element by additional 2%. Base Level at least 200: For each 3 Refine Levels: Increases Magical Damage with every Element by additional 3%. _______________________ Type: Card Compound on: Weapon Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Dedsera_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 | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMatkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) {
bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3);
}
if (BaseLevel>=200) {
bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);
}
|
||||