Procyon Crown

Item ID 15824 Name Procyon Crown
None
Weapon Level 0 Identifier Phoenix_Crown_J
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 10 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableHelm;
bonus bMdef,15;
bonus bInt,10;
bonus bMatk,50;
bonus bVariableCastrate,-10;
bonus2 bMagicAddRace,RC_All,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker) {
   bonus2 bSubClass,Class_Boss,20;
   bonus bHPGainValue,500;
   bonus bSPGainValue,50;
   if (.@r>=8) {
       bonus bAllStats,10;
       bonus2 bHPRegenRate,500,5000;
       bonus2 bSPRegenRate,50,5000;
   }
}

Set Script
Zodiac
Procyon Crown
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
if (eaclass()&EAJL_THIRD && BaseJob == Job_Soul_Linker)
   bonus bDelayrate,-3*.@r;