Viewing Item

#480340: [Not For Sale] Improved Powered Wing

Item ID 480340 For Sale No
Identifier aegis_480340 Credit Price Not For Sale
Name [Not For Sale] Improved Powered Wing Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 12
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Garment
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 .@a = getskilllv("NC_PILEBUNKER");

3 bonus bMaxHPrate,3;

4 bonus2 bSubEle,Ele_Fire,10;

5 bonus2 bSubEle,Ele_Wind,10;

6 bonus2 bSkillAtk,"NC_ARMSCANNON",25*.@a;

7 bonus2 bSkillAtk,"NC_COLDSLOWER",25*.@a;

8 bonus2 bSkillAtk,"NC_FLAMELAUNCHER",25*.@a;

9 if (getskilllv("NC_ARMSCANNON") == 5)

10 bonus bDelayrate,-20;

11 if (getskilllv("NC_NEUTRALBARRIER") == 3) {

12 bonus2 bSubClass,Class_Boss,5;

13 bonus bHPGainValue,100;

14 bonus bSPGainValue,10;

15 }

16 if (getskilllv("NC_RESEARCHFE") == 5)

17 bonus bNoKnockback;

18 if (.@r>=9) {

19 bonus2 bSubEle,Ele_Fire,20;

20 bonus2 bSubEle,Ele_Wind,20;

21 bonus2 bAddClass,Class_Boss,10;

22 }

23 if (.@r>=11) {

24 bonus2 bSubEle,Ele_Fire,20;

25 bonus2 bSubEle,Ele_Wind,20;

26 bonus2 bAddClass,Class_Boss,10;

27 }

Equip Script None
Unequip Script None