[Not For Sale] Circlet Of Phoenix

Item ID 400473 Name [Not For Sale] Circlet Of Phoenix
None
Weapon Level 0 Identifier Comp_CircletPhoenix_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 Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
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;
       }
   }
}