Aegis of the Illusive

Item ID 460094 Name Aegis of the Illusive
None
Weapon Level 0 Identifier Aegis_Illusive_TH
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 40 Equippable Jobs Priest
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 30 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bCritical,5;
bonus2 bSubClass,Class_Normal,10;
if (.@r>=7) {
   bonus bAspd,2;
   if (.@r>=9) {
       bonus2 bSkillCooldown,"CD_PETITIO",-200;
       if (.@r>=11) {
            bonus bDelayrate,-5;
            bonus bCritAtkRate,10;
       }
   }
}