Circlet Of Phoenix

Item ID 400472 Name Circlet Of Phoenix
None
Weapon Level 0 Identifier Circlet_Of_Phoenix_ROC
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs All jobs
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper Upper, Third, Third Upper, Third Baby
Weight 100 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bLongAtkRate,5;
bonus bBaseAtk,(readparam(bDex)/9);
if (BaseClass == Job_Hunter || BaseClass == Job_Bard || BaseClass == Job_Dancer) {
   bonus2 bSkillAtk,"SN_SHARPSHOOTING",2*.@r;
   bonus2 bSkillAtk,"CG_ARROWVULCAN",2*.@r;
   if (.@r>=5) {
       bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-20;
       bonus2 bVariableCastrate,"CG_ARROWVULCAN",-20;
       if (.@r>=7) {
           bonus bCritical,10;
           bonus2 bSkillAtk,"SN_SHARPSHOOTING",10;
           bonus2 bSkillAtk,"CG_ARROWVULCAN",10;
       }
   }
}