
RENEWAL / ITEMS
Engraved Icy Storm Rune Suit [1]
#450283Armor
Ice_S_R_Suits2
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF125
Slots1
Required level250
Armor level2
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
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Storage
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,-10;
bonus bPow,3;
bonus bCon,3;
bonus bBaseAtk,140+15*(.@r/2);
bonus bDef,30*(.@r/2);
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
bonus bMdef,25;
if (.@r>=9) {
bonus bPAtk,5;
bonus bMdef,25;
if (.@r>=11) {
bonus bLongAtkRate,15;
bonus bDelayrate,-10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
bonus bBaseAtk,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,3;
bonus bAtkRate,8;
bonus bBaseAtk,45;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,5;
bonus bAtkRate,13;
bonus bPow,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bLongAtkRate,7;
bonus bAtkRate,16;
bonus bCon,10;
}
}
}
}