Metal Foxtail

Item ID 26111 Name Metal Foxtail
Foxtail made of metal with reinforced ability by adding Phracon and Emvertracon to Steel.
_______________________
MATK +120
_______________________
For each Refine Level:
ATK +3
MATK +3
_______________________
Base Level at least 20:
For each 10 Base Level:
ATK +3, MATK +3 (Up to Base Level 120)
_______________________
Indestructible in battle
_______________________
Type: One-Handed Staff
Attack: 120
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Summoner (Doram)
Weapon Level 3 Identifier Metal_Foxtail
Attack 120 Type Weapon - Staff
MATK 120 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 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() * 3;
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (BaseLevel >= 20) {
   .@r = min(BaseLevel,120)/10*3;
   bonus bBaseAtk,.@r;
   bonus bMatk,.@r;
}
bonus bUnbreakableWeapon;