[Not For Sale] Improved Powered Wing

Item ID 480340 Name [Not For Sale] Improved Powered Wing
None
Weapon Level 0 Identifier Comp_Supplement_Wing
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
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();
.@a = getskilllv("NC_PILEBUNKER");
bonus bMaxHPrate,3;
bonus2 bSubEle,Ele_Fire,10;
bonus2 bSubEle,Ele_Wind,10;
bonus2 bSkillAtk,"NC_ARMSCANNON",25*.@a;
bonus2 bSkillAtk,"NC_COLDSLOWER",25*.@a;
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",25*.@a;
if (getskilllv("NC_ARMSCANNON") == 5)
   bonus bDelayrate,-20;
if (getskilllv("NC_NEUTRALBARRIER") == 3) {
   bonus2 bSubClass,Class_Boss,5;
   bonus bHPGainValue,100;
   bonus bSPGainValue,10;
}
if (getskilllv("NC_RESEARCHFE") == 5)
   bonus bNoKnockback;
if (.@r>=9) {
   bonus2 bSubEle,Ele_Fire,20;
   bonus2 bSubEle,Ele_Wind,20;
   bonus2 bAddClass,Class_Boss,10;
}
if (.@r>=11) {
   bonus2 bSubEle,Ele_Fire,20;
   bonus2 bSubEle,Ele_Wind,20;
   bonus2 bAddClass,Class_Boss,10;
}