[NFS] Crown of Unyielding Force

Item ID 400642 Name [NFS] Crown of Unyielding Force
None
Weapon Level 0 Identifier Unyielding_Crown_MSP
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 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,10;
bonus bVit,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
if (.@r>=9) {
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,3;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,3;
   bonus2 bSubRace,RC_Player_Doram,3;
   bonus2 bSubRace,RC_Player_Human,3;
   bonus bAspd,1;
   if (.@r>=11) {
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,2;
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,2;
        bonus2 bSubRace,RC_Player_Doram,2;
        bonus2 bSubRace,RC_Player_Human,2;
        bonus bAspd,1;
        if (.@r>=13) {
            bonus2 bSubRace,RC_Player_Doram,5;
            bonus2 bSubRace,RC_Player_Human,5;
            bonus bDelayrate,-3;
        }
   }
}