
Magic Poison Plaga Card
ID 300114CartaSpell Addicted Plaga Card
Descripción
When compounded on a Staff or Two-Handed Staff class weapon:
Increases Magical Damage with Neutral element by 10%.
Refine Level +10:
Increases Magical Damage with Neutral element by additional 10%.
Refine Level +14:
Increases Magical Damage with Neutral element by additional 10%.
Type: Card
Compound on: Weapon
Weight: 1
Quién lo deja caer
Propiedades básicas
- Identificador
- Plaga3_Card
- Peso
- 1.0
Requisitos
- Se inserta en
- Arma
Script del item
.@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_Neutral,10;
}
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (.@r>=14) {
bonus2 bMagicAtkEle,Ele_Neutral,10;
}