Aeschylus's Hood

Item ID 19316 Name Aeschylus's Hood
None
Weapon Level 0 Identifier Squirrel_Ear_Hat_BR
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bCriticalLong,5;
bonus bCritAtkRate,10;
bonus bAspd,1;
bonus2 bIgnoreDefRaceRate,RC_All,10;
if (.@r>=7) {
   bonus bCriticalLong,10;
   bonus bCritAtkRate,2;
   bonus bAspd,1;
   bonus2 bIgnoreDefRaceRate,RC_All,15;
   if (.@r>=9) {
       bonus bCriticalLong,15;
       bonus bCritAtkRate,6;
       bonus bAspd,1;
       bonus2 bIgnoreDefRaceRate,RC_All,20;
       if (.@r>=11) {
            bonus bCriticalLong,20;
            bonus bCritAtkRate,12;
            bonus bAspd,1;
            bonus2 bIgnoreDefRaceRate,RC_All,25;
            autobonus "{ bonus bCritAtkRate,100; }",70,5000,BF_WEAPON|BF_NORMAL;
       }
   }
}