Brillance

Item ID 450247 Name Brillance
None
Weapon Level 0 Identifier Brilliant
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 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();
.@l = BaseLevel;
bonus bAspdRate,10;
bonus2 bAddRace,RC_All,7*getskilllv("SR_KNUCKLEARROW");
if (getskilllv("SR_LIGHTNINGWALK") == 5)
   bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",2*.@l;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
   bonus bVariableCastrate,-15;
   bonus bHPGainValue,150;
   bonus bSPGainValue,15;
}
if (.@r>=5) {
   bonus bBaseAtk,.@l/2;
   if (.@r>=7) {
      bonus bBaseAtk,.@l/2;
      if (.@r>=10) {
           bonus bPerfectHitAddRate,25;
           bonus bUnbreakableArmor;
      }
   }
}