
Ashring Card
ID 300219Carta
Descripción
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
Quién lo deja caer
Propiedades básicas
- Identificador
- EP18_Ashring_Card
- Peso
- 1.0
Requisitos
- Se inserta en
- Arma
Script del item
.@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;
}
}
}