Garuda Wings

Item ID 480278 Name Garuda Wings
None
Weapon Level 0 Identifier Huse_Luk_R_Wing
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 70
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;
if (BaseJob == Job_Dancer || BaseJob == Job_Rogue || BaseJob == Job_Monk || BaseJob == Job_Assassin) {
   bonus bBaseAtk,16*(.@r/2);
   bonus bMatk,16*(.@r/2);
   bonus2 bExpAddRace,RC_All,6*(.@r/4);
   if (.@r>=7) {
       bonus2 bAddClass,Class_All,8;
       bonus bMatkRate,8;
       if (.@r>=9) {
            bonus bShortAtkRate,14;
            bonus bLongAtkRate,14;
            bonus2 bMagicAtkEle,Ele_All,14;
            if (.@r>=13) {
                bonus2 bIgnoreDefClassRate,Class_Normal,20;
                bonus2 bIgnoreMdefClassRate,Class_Normal,20;
            }
       }
   }
}
else {
   bonus bBaseAtk,8*(.@r/2);
   bonus bMatk,8*(.@r/2);
   bonus2 bExpAddRace,RC_All,3*(.@r/4);
   if (.@r>=7) {
       bonus2 bAddClass,Class_All,4;
       bonus bMatkRate,4;
       if (.@r>=9) {
            bonus bShortAtkRate,7;
            bonus bLongAtkRate,7;
            bonus2 bMagicAtkEle,Ele_All,7;
            if (.@r>=13) {
                bonus2 bIgnoreDefClassRate,Class_Normal,10;
                bonus2 bIgnoreMdefClassRate,Class_Normal,10;
            }
       }
   }
}