E-EA1L Card
27320 E_EA1L_Card
E
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
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- No
- Gradable
- No
Script del ítem
.@r = getrefine();
.@val = 3;
if (.@r >= 9) {
.@val += 2;
if (.@r >= 11) {
.@val += 5;
}
}
bonus2 bMagicAtkEle,Ele_Fire,.@val;