Ashring Card
300219 EP18_Ashring_Card
A
When compounded on either One-Handed Staff or Two-Handed Staff:
Increases Magical Damage with Shadow element by 10%.
Refine Level +10:
Increases Magical Damage with Shadow element by additional 10%.
Refine Level +14:
Increases Magical Damage with Shadow 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),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {
bonus2 bMagicAtkEle,Ele_Dark,10;
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Dark,10;
if (.@r>=14) {
bonus2 bMagicAtkEle,Ele_Dark,10;
}
}
}