Earth Dragon Axe

Item ID 28131 Name Earth Dragon Axe
None
Weapon Level 3 Identifier Local01_T_Axe
Attack 180 Type Weapon - Two-Handed Sword
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Merchant, Blacksmith, Alchemist
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 140 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bAddRace,RC_Formless,5;
bonus2 bAddEle,Ele_Earth,5;
if (.@r>=7) {
   bonus2 bAddRace,RC_Formless,5;
   bonus2 bAddEle,Ele_Earth,5;
   if (.@r>=9) {
       bonus2 bAddRace,RC_Formless,10;
       bonus2 bAddEle,Ele_Earth,10;
   }
}