Black Mithril Guard

Item ID 28979 Name Black Mithril Guard
None
Weapon Level 0 Identifier Blackmithril_Guard_TH
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();
.@val = 10;
bonus2 bSkillAtk,"SC_FATALMENACE",getskilllv("SC_MAELSTROM")*5;
if (.@r>=7)
   bonus bAspd,2;
if (.@r>=9) {
   bonus bAllStats,2;
   .@val += 5;
}
if (.@r>=11) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}
bonus2 bSubClass,Class_Normal,.@val;

Set Script
Black Mithril Guard
Black Mithril Manteau
.@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_GARMENT);
skill "GC_DARKCROW",5;
bonus bMaxHPrate,2*(.@r/3);
if (.@r>=21)
   autobonus "{ bonus bAgi,200; }",30,10000,BF_WEAPON|BF_NORMAL;
Black Mithril Guard
[Not For Sale] Black Mithril Manteau
.@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_GARMENT);
skill "GC_DARKCROW",5;
bonus bMaxHPrate,2*(.@r/3);
if (.@r>=21)
   autobonus "{ bonus bAgi,200; }",30,10000,BF_WEAPON|BF_NORMAL;