Black Mythril Guard

Item ID 460046 Name Black Mythril Guard
None
Weapon Level 0 Identifier Black_Mithril_Guard
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 60 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 bUnbreakableShield;
bonus2 bSubClass,Class_Boss,40;
bonus2 bSubClass,Class_Normal,40;
bonus bMaxHPrate,3*.@r;
bonus bMaxSPrate,3*.@r;
if (.@r>=5) {
   bonus2 bSubEle,Ele_Holy,20-(getskilllv("CR_TRUST") > 0 ? 20 : 0);
   bonus2 bSubEle,Ele_Ghost,20;
   if (.@r>=7)
      bonus bNoKnockback;
}