Viewing Item

#450209: Imp Powered Suit

Item ID 450209 For Sale No
Identifier Imp_Powered_Suit Credit Price Not For Sale
Name Imp Powered Suit Type Armor
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 0
Range 0 Defense 120
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMaxHPrate,10;

3 bonus bMaxSPrate,10;

4 if (getskilllv("NC_ARMSCANNON")>=3)

5 bonus bBaseAtk,BaseLevel;

6 if (getskilllv("NC_NEUTRALBARRIER")>=3)

7 bonus bLongAtkRate,70;

8 bonus bDelayrate,-10*getskilllv("NC_PILEBUNKER");

9 if (.@r>=5) {

10 bonus2 bSkillAtk,"NC_ARMSCANNON",50;

11 bonus2 bSkillAtk,"NC_COLDSLOWER",50;

12 bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50;

13 }

14 if (.@r>=7) {

15 bonus2 bSkillAtk,"NC_ARMSCANNON",50;

16 bonus2 bSkillAtk,"NC_COLDSLOWER",50;

17 bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50;

18 }

Equip Script None
Unequip Script None