ID #1588
Weapon
Metal Book [1]
Buy Price: N/A
Sell Price: N/A
Book coated with metal that enhance ability.
_______________________
MATK +10
_______________________
For each Refine Level:
ATK +1
MATK +2
_______________________
For each 10 Base Level above 20:
ATK +5 (Up to Base Level 120)
_______________________
Type: Book
Attack: 45
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Priest, Sage and Star Gladiator
_______________________
MATK +10
_______________________
For each Refine Level:
ATK +1
MATK +2
_______________________
For each 10 Base Level above 20:
ATK +5 (Up to Base Level 120)
_______________________
Type: Book
Attack: 45
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Priest, Sage and Star Gladiator
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
1
Job Requirements
Priest
Yes
Sage
Yes
Requirements
Weapon Level
3
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,(.@r*5); bonus bMatk,(.@r*2); .@i = min(BaseLevel/10,12); if (BaseLevel>20) { bonus bBaseAtk,((min(BaseLevel,120)-20)/10)*5; }
.@r = getrefine();
bonus bBaseAtk,(.@r*5);
bonus bMatk,(.@r*2);
.@i = min(BaseLevel/10,12);
if (BaseLevel>20) {
bonus bBaseAtk,((min(BaseLevel,120)-20)/10)*5;
}