Elemental Origin

Elemental Origin

ID 28608Arma2 slotsrefinable

Descripción

A book in which the origin of elemental magics are written.


INT +4

MATK +150


Increases Bolt magic damage by 10%.


Refine Level +7:

Increases Bolt magic damage by additional 10%.


Refine Level +9:

Increases Bolt magic damage by additional 10%.


Type: Book

Attack: 120

Weight: 80

Weapon Level: 3


Requirement:

Base Level 100

Sorcerer

Propiedades básicas

Identificador
Origin_Of_Elemental
Peso
80.0
Compra NPC
20z
Venta NPC
10z
Slots
2

Estadísticas de combate

Ataque
120
Ataque mágico
150
Rango
1
Nivel de arma
3

Requisitos

Nivel mínimo
100
Profesiones
Sage
Tipo de personaje
Tercera clase, Tercera transclase, Tercera baby, Cuarta clase
Posición
Mano derecha
Script del item
.@r = getrefine();
bonus bInt,4;
.@bonus = 10;
if (.@r>=7) {
   .@bonus += 10;
}
if (.@r>=9) {
   .@bonus += 10;
}
bonus2 bSkillAtk,"MG_FIREBOLT",.@bonus;
bonus2 bSkillAtk,"MG_COLDBOLT",.@bonus;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@bonus;
bonus2 bSkillAtk,"WZ_EARTHSPIKE",.@bonus;