Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Improved Powered Wing [1]
#480340Armor
Comp_Supplement_Wing
TypeArmor
Equipment positionGarment
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect 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;
}