E-EA1L Card

E-EA1L Card

ID 27320Carta

Descripción

Increases Magical Damage with Fire element by 3%.


Refine Level +7:

Increases Magical Damage with Fire element by additional 2%.


Refine Level +9:

Increases Magical Damage with Fire element by additional 5%.


Type: Card

Compound on: Weapon

Weight: 1

Quién lo deja caer

Propiedades básicas

Identificador
E_EA1L_Card
Peso
1.0
Compra NPC
20z
Venta NPC
10z

Requisitos

Se inserta en
Arma
Script del item
.@r = getrefine();
.@val = 3;
if (.@r >= 9) {
   .@val += 2;
   if (.@r >= 11) {
      .@val += 5;
   }
}
bonus2 bMagicAtkEle,Ele_Fire,.@val;