Viewing Item

#450176: Powered Wing

Item ID 450176 For Sale No
Identifier Supplement_Part_Wing Credit Price Not For Sale
Name Powered Wing Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 12
Slots 0 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 None
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_FLAMELAUNCHER",25*.@a;

8 bonus2 bSkillAtk,"NC_COLDSLOWER",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>=7) {

19 bonus bMaxHPrate,5;

20 bonus2 bSubEle,Ele_Fire,20;

21 bonus2 bSubEle,Ele_Wind,20;

22 bonus2 bAddClass,Class_Boss,10;

23 }

24 if (.@r>=9) {

25 bonus bMaxHPrate,7;

26 bonus2 bSubEle,Ele_Fire,20;

27 bonus2 bSubEle,Ele_Wind,20;

28 bonus2 bAddClass,Class_Boss,10;

29 }

Equip Script None
Unequip Script None