ID #540005
Weapon
Sloth Bible [2]
Buy Price: N/A
Sell Price: N/A
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
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
Monster Drops
Normal Drops
Senior Assistant Bot
Rate: 2%
Bookworm
Rate: 1.5%
Schulang
Rate: 0.5%
Equipment Reform
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
700
Range
1
Acquisition method
Equipment reform
Job Requirements
Sage
Yes
Requirements
Weapon Level
4
Min Level
150
Scripts
Script .@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; }
.@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;
}