
RENEWAL / ITEMS
Icy Storm Rune Suit [1]
#450279Armor
Ice_S_R_Suits
TypeArmor
Equipment positionArmor
GenderBoth
Weight75
Buy price0 z
Sell price0 z
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 Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,-10;
bonus bBaseAtk,100+15*(.@r/2);
bonus bDef,30*(.@r/2);
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,3;
bonus bMdef,25;
if (.@r>=9) {
bonus bPAtk,3;
bonus bMdef,25;
if (.@r>=11) {
bonus bLongAtkRate,5;
bonus bDelayrate,-10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
bonus bBaseAtk,10;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,3;
bonus bAtkRate,8;
bonus bBaseAtk,20;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,5;
bonus bAtkRate,11;
bonus bPow,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bLongAtkRate,7;
bonus bAtkRate,14;
bonus bCon,5;
}
}
}
}