Rental Crown of the Phoenix

Item ID 400070 Name Rental Crown of the Phoenix
None
Weapon Level 0 Identifier JP_Helm28_L
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 18 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,15;
bonus bMaxHPrate,10;
bonus bVariableCastrate,-((.@r>=9)?20:(.@r>=7?15:10));
bonus2 bSkillAtk,"LG_OVERBRAND",((.@r>=9)?50:(.@r>=7?25:10));
bonus2 bFixedCastrate,"LG_OVERBRAND",-100;
if (getskilllv("LG_KINGS_GRACE") == 5) {
   bonus2 bSkillVariableCast,"LG_INSPIRATION",-2000;
   bonus2 bSkillCooldown,"LG_INSPIRATION",-10000;
}
if (getskilllv("LG_MOONSLASHER") == 5)
   bonus2 bSkillVariableCast,"LG_OVERBRAND",-1000;
if (getskilllv("LG_FORCEOFVANGUARD") == 5) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bDef,150;
   bonus bMdef,15;
}
if (.@r>=10)
   bonus2 bIgnoreDefRaceRate,RC_All,100;