Magaleta's Ribbon

Item ID 15822 Name Magaleta's Ribbon
None
Weapon Level 0 Identifier Magaleta_Ribbon_EXE
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
if (BaseJob == Job_Priest) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bSkillAtk,"AL_HOLYLIGHT",20;
       if (.@r>=8) {
           bonus bAspdRate,5;
           bonus bDelayrate,-10;
           if (.@r>=9) {
               skill "ALL_ODINS_POWER",1;
               bonus bHealPower,10;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}
else if (BaseJob == Job_Monk) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bSkillAtk,"MO_TRIPLEATTACK",20;
       if (.@r>=8) {
           bonus bDelayrate,-10;
           bonus2 bSkillUseSP,"CH_CHAINCRUSH",5;
           if (.@r>=9) {
               bonus2 bVariableCastrate,"MO_FINGEROFFENSIVE",-30;
               bonus2 bSkillAtk,"MO_COMBOFINISH",30;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}

Set Script
Magaleta's Ribbon
Kintaro's Bracelet (OSM)
if (getequiprefinerycnt(EQI_HEAD_TOP)>=9)
   bonus4 bAutoSpellOnSkill,"MO_FINGEROFFENSIVE","CH_SOULCOLLECT",1,500;