
RENEWAL / ITEMS
Power Machine Suit [1]
#450432Armor
Power_Machine_Suit
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level200
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
- Armor
- Jobs
- Blacksmith
- Yes
- Classes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSkillAtk,"MT_AXE_STOMP",BaseLevel/10;
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",BaseLevel/10;
bonus2 bSkillAtk,"MT_RUSH_QUAKE",BaseLevel/10;
bonus2 bAddSize,Size_All,7*.@r;
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
if (.@r>=9) {
bonus bUnbreakableArmor;
bonus2 bSkillCooldown,"NC_AXETORNADO",-2000;
if (.@r>=10) {
bonus2 bAddEle,Ele_All,15;
}
}
}