Deadsera Card
300442 Dedsera_Card
D
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
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
.@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);
}