Bauxite Knuckle

Item ID 1871 Name Bauxite Knuckle
None
Weapon Level 4 Identifier Bauxite_Knuckle_EXE
Attack 100 Type Weapon - Knuckle
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Monk
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 120 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 bStr,3;
if (.@r>=5) {
   bonus bAtkRate,2;
   bonus bAspd,1;
}
if (.@r>=7) {
   bonus bBaseAtk,10;
   bonus2 bSkillAtk,"MO_TRIPLEATTACK",10;
}
if (.@r>=9) {
   bonus bBaseAtk,20;
   bonus bMaxSPrate,5;
   bonus2 bSkillAtk,"MO_TRIPLEATTACK",20;
}
if (.@r>=10) {
   bonus bAtkRate,3;
   bonus bMaxHP,500;
   bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}

Set Script
Bauxite Knuckle
Kintaro's Bracelet (OSM)
if (getequiprefinerycnt(EQI_HAND_R)>=9)
   bonus2 bSkillAtk,"MO_TRIPLEATTACK",30;