[Not For Sale] Khalitzburg Knight Blue Helm

Item ID 400753 Name [Not For Sale] Khalitzburg Knight Blue Helm
None
Weapon Level 0 Identifier aegis_400753
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 3 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
skill "LK_AURABLADE",5;
bonus bBaseAtk,25;
bonus2 bHPDrainRate,50,8;
bonus2 bHPDrainRate,20,4;
if (.@r>=7) {
   bonus bAtkRate,2;
   bonus2 bSkillAtk,"KN_BRANDISHSPEAR",30;
   if (.@r>=9) {
        bonus3 bAutoSpell,"LK_CONCENTRATION",5,10;
        autobonus3 "{ bonus2 bAddEle,Ele_All,20; }",1000,10000,"LK_CONCENTRATION";
        if (.@r>=11) {
            bonus2 bAddClass,Class_All,5;
            bonus2 bAddRace,RC_All,15;
        }
   }
}