Sloth Bible

Sloth Bible

ID 540005Arma2 slotsrefinable

Descripción

A recording book that was kept in the Varmundt's Mansion.

It was terribly transformed by the magic interference device installed by the Illusionians.


MATK +220

Physical and magical attacks have a chance to recover 300SP per second for 5 seconds.

Decreases damage taken from Normal class by 15%.


For each 3 Refine Levels:

MATK +6

Decreases Variable Casting Time by 3%.


Refine Level +7:

Increases damage of Fire Bolt and Lightning Bolt by 25%.


Refine Level +9:

Increases Attack Speed (Decreases After Attack Delay by 10%).


Refine Level +11:

Increases damage of Fire Bolt and Lightning Bolt by additional 30%.


Type: Book

Attack: 160

Weight: 70

Weapon Level: 4


Requirement:

Base Level 150

Sorcerer

Propiedades básicas

Identificador
Ep172_1h_Book2
Peso
70.0
Slots
2

Estadísticas de combate

Ataque
160
Ataque mágico
220
Rango
1
Nivel de arma
4

Requisitos

Nivel mínimo
150
Profesiones
Sage
Tipo de personaje
Tercera clase, Tercera transclase, Tercera baby, Cuarta clase
Posición
Mano derecha
Script del item
.@r = getrefine();
autobonus "{ bonus2 bSubClass,Class_Normal,15; bonus2 bSPRegenRate,300,1000; }",1,5000,BF_WEAPON|BF_MAGIC;
bonus bVariableCastrate,-3*(.@r/3);
bonus bMatk,6*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25;
   bonus2 bSkillAtk,"MG_FIREBOLT",25;
}
if (.@r>=9) {
   bonus bAspdRate,10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30;
   bonus2 bSkillAtk,"MG_FIREBOLT",30;
}