Knowledgeable Amulet

Item ID 2933 Name Knowledgeable Amulet
Amulet given by Tatsugami who has regained the divine power.
The more wisdom you have, the more you can obtain the protection of an amulet.
_______________________
MDEF +2
_______________________
The following special effects will disappear at the end of regular maintenance on December 28, 2012:
_______________________
Base AGI at least 60:
INT +2
_______________________
Base AGI at least 80:
INT +1
MATK +5
_______________________
Base AGI at least 100:
MATK +5
Decreases After Skill Delay by 1%.
_______________________
Base AGI at least 120:
MATK +5
Decreases After Skill Delay by additional 2%.
_______________________
Type: Accessory
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Charm_Int
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@a = readparam(bInt);
bonus bMdef,2;
if (.@a>=60) {
   bonus bInt,2;
   if (.@a>=80) {
       bonus bInt,1;
       bonus bMatk,5;
       if (.@a>=100) {
           bonus bMatk,5;
           bonus bDelayrate,-1;
           if (.@a>=120) {
               bonus bMatk,5;
               bonus bDelayrate,-2;
           }
       }
   }
}