
RENEWAL / ITEMS
Rune Manteau of Ice [1]
#480232Armor
Ice_Rune_Hood
Item stats
- DEF
- 45
- Slots
- 1
- Weight
- 100
- Armor level
- 2
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Armor
- Equipment position
- Garment
- Gender
- Both
- Required level
- 230+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
Rune Manteau of Ice description & effects
Manteau engraved with Varmund's Ice Rune magic.
The engraving is amplified with the essence of ice.
------------------------
When refined to +7 or higher, ATK + 5%.
------------------------
When refined to +9 or higher, increase Critical Damage by 10%.
------------------------
When refined to +11 or higher, increase long-range physical damage by 10%.
------------------------
Set Bonus:
Ice Rune Manteau [1]
Ice Rune Armor [1]
Ice Rune Boots [1]
For every 30 Base DEX, CON + 1.
Increase long-range physical damage by 10%.
Reduce Variable Casting Time by 15%.
------------------------
[Grade Bonus]
[Grade D] ATK + 5%.
[Grade C] ATK + 5%, P.ATK + 5.
[Grade B] Increase long-range physical damage by 10%.
[Grade A] Reduce After Cast Delay by 10%, P.ATK + 2.
------------------------
Type : Garment
Def : 45
Weight : 100
Armor Level : 2
Required Level : 230
Class : All Jobs
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
bonus bAtkRate,5;
if (.@r>=9) {
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bLongAtkRate,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-10;
bonus bPAtk,2;
}
}
}
}
Equipment sets
Set 1
Set effect
bonus bCon,(readparam(bDex)/30);
bonus bLongAtkRate,10;
bonus bVariableCastrate,-15;










