
RENEWAL / ITEMS
Imp Powered Suit [1]
#450209Armor
Imp_Powered_Suit
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price20 z
Sell price10 z
DEF120
Slots1
Required level100
Armor level1
Description
Powered suits reborn through the latest armor technology.
Despite its heavy appearance, it is very light.
MaxHP + 10% , MaxSP + 10%.
When Arm Cannon skill level 3,
ATK + 1 per 1 base level.
When Neutral Barrier skill level 3,
physical ranged attack damage + 70%.
Reduce after cast delay by 10% per
1 Pile Bunker skill level learned.
When refined to +5 or higher,
increase damage of Arm Cannon,
Ice Launcher, Flame Launcher by 50%.
When refined to +7 or higher,
increase damage of Arm Cannon,
Ice Launcher, Flame Launcher by additional 50%.
Type : Armor Defense : 120
Weight : 100
Required level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (getskilllv("NC_ARMSCANNON")>=3)
bonus bBaseAtk,BaseLevel;
if (getskilllv("NC_NEUTRALBARRIER")>=3)
bonus bLongAtkRate,70;
bonus bDelayrate,-10*getskilllv("NC_PILEBUNKER");
if (.@r>=5) {
bonus2 bSkillAtk,"NC_ARMSCANNON",50;
bonus2 bSkillAtk,"NC_COLDSLOWER",50;
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50;
}
if (.@r>=7) {
bonus2 bSkillAtk,"NC_ARMSCANNON",50;
bonus2 bSkillAtk,"NC_COLDSLOWER",50;
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50;
}
if (.@r>=10) {
bonus bLongAtkRate,15;
bonus bUnbreakableArmor;
}