Full Faith Crown

Item ID 400697 Name Full Faith Crown
None
Weapon Level 0 Identifier FullFaith_Crown_US
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 70 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 70 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,20*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,7*(.@r/3);
if (.@r>=7)
   bonus bMatkRate,10;
if (.@r>=9)
   bonus bDelayrate,-10;
if (.@r>=11)
   bonus2 bMagicAddRace,RC_All,15;
if (.@r>=12)
   bonus2 bMagicAddEle,Ele_All,15;
if (.@r>=13)
   bonus bFixedCast,-500;
if (.@r>=14) {
   bonus bSpl,15;
   bonus bMatkRate,30;
}

Set Script
Fenrir Card
Full Faith Crown
bonus bFixedCast,-200;
bonus bSMatk,20;
bonus2 bSkillAtk,"WL_COMET",7*(getequiprefinerycnt(EQI_HEAD_TOP)/2);
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Sage)) {
   skill "WL_COMET",3;
   bonus bUseSPrate,30;
}
if ((eaclass()&EAJL_THIRD) && (BaseJob == Job_Wizard))
   bonus2 bSkillCooldown,"WL_COMET",-20000;