Arch Plasma Card
300010 Plasma_Arch_Card
A
When equipped with One-Handed Staff or Two-Handed Staff class weapon:
Increases Magical Damage with Wind element by 10%.
Refine Level +10:
Increases Magical Damage with Wind element by additional 10%.
Refine Level +14:
Increases Magical Damage with Wind element by additional 10%.
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 = getequiprefinerycnt(EQI_HAND_R);
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) {
bonus2 bMagicAtkEle,Ele_Wind,10;
}
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Wind,10;
}
if (.@r>=14) {
bonus2 bMagicAtkEle,Ele_Wind,10;
}