Sloth Bible [2]
540005 Ep172_1h_Book2
S
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
ATK160
MATK220
Rango1
Nivel de arma4
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@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;
}