Germes's Horn

Item ID 15830 Name Germes's Horn
None
Weapon Level 0 Identifier Germes_Horn_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_Assassin) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bSkillAtk,"AS_GRIMTOOTH",20;
       if (.@r>=8) {
           bonus bDelayrate,-10;
           bonus2 bSkillUseSP,"ASC_EDP",10;
           if (.@r>=9) {
               bonus bCritical,10;
               bonus bCritAtkRate,10;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}
else if (BaseJob == Job_Rogue) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bMagicAtkEle,Ele_Neutral,5;
       if (.@r>=8) {
           bonus bMatk,30;
           bonus bDelayrate,-10;
           if (.@r>=9) {
               bonus bFlee,30;
               bonus2 bMagicAtkEle,Ele_Neutral,10;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}