Elemental Origin [2]
28608 Origin_Of_Elemental
E
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
ATK120
MATK150
Rango1
Nivel de arma3
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@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;