Noble Libra's Shield

Item ID 460038 Name Noble Libra's Shield
None
Weapon Level 0 Identifier Nob_Lib_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 50 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,5+(3*(.@r/3));
if (.@r>=7) {
   bonus bShortWeaponDamageReturn,15;
   if (.@r>=9) {
       bonus2 bSubEle,Ele_All,10;
       if (.@r>=11) {
            bonus bSta,3;
            bonus bWis,3;
            bonus bCrt,3;
       }
   }
}

Set Script
Noble Handkerchief
Noble Libra's Shield
bonus2 bSubRace,RC_Player_Doram,1;
bonus2 bSubRace,RC_Player_Human,1;
if (getequiprefinerycnt(EQI_HAND_L)>=13) {
   bonus2 bSubRace,RC_Player_Doram,3;
   bonus2 bSubRace,RC_Player_Human,3;
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {
        bonus2 bSubRace,RC_Player_Doram,3;
        bonus2 bSubRace,RC_Player_Human,3;
   }
}
Noble Handkerchief
Noble Libra's Shield
Void Darkness Boots
bonus2 bSubRace,RC_Player_Doram,-5;
bonus2 bSubRace,RC_Player_Human,-5;