Fallen Violet Armor

Item ID 450375 Name Fallen Violet Armor
None
Weapon Level 0 Identifier aegis_450375
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 50 Equippable Jobs Mage, Wizard, Sage
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Upper, Third, Third Upper, Third Baby
Weight 100 Min Equip Level 30
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAllStats,1;
bonus2 bSubEle,Ele_Poison,-10;
bonus2 bSubRace,RC_Insect,-15;
bonus bMatk,30;
bonus bMdef,10;
bonus2 bMagicAddRace,RC_All,3;
if (.@r>=7) {
   bonus bDelayrate,-10;
   if (.@r>=9) {
       bonus bMatk,60;
       bonus bMdef,20;
       bonus2 bMagicAddRace,RC_All,5;
       if (.@r>=11) {
            bonus bVariableCastrate,-8;
       }
   }
}

Set Script
Fallen Violet Armor
Fallen Angel Wing
if (getequiprefinerycnt(EQI_GARMENT) >= 9) {
   bonus2 bSubRace,RC_All,3;
   bonus2 bSubRace,RC_Angel,-3;
}
Fallen Violet Armor
[Not For Sale] Fallen Angel Wing
if (getequiprefinerycnt(EQI_GARMENT) >= 9) {
   bonus2 bSubRace,RC_All,3;
   bonus2 bSubRace,RC_Angel,-3;
}
Gang Scarf
Fallen Violet Armor
bonus bVit,2;
bonus bMaxHPrate,10;
[Not For Sale] Gang Scarf
Fallen Violet Armor
bonus bVit,2;
bonus bMaxHPrate,10;
Fallen Violet Armor
Fallen Angel Tear
if (getequiprefinerycnt(EQI_ARMOR) >= 9)
   bonus bMaxHPrate,8;