Metal Book

Item ID 1588 Name Metal Book
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
Weapon Level 3 Identifier Metal_Book
Attack 45 Type Weapon - Book
MATK 10 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest, Sage, Star Gladiator
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item 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;
}