
RENEWAL / ITEMS
Varmundt Ice Rune Manteau [1]
#480148Armor
Barmund_Ice_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
- 210+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- Restricted: Dropping, Trading, Cart storage, Guild storage, Mail, Auction
Varmundt Ice Rune Manteau description & effects
Manteau imprinted with Varmund's Ice rune magic.
It is imprinted with power.
------------------------
When refined to +7 or higher,
ATK +5%.
When refined to +9 or higher,
increases critical damage by 10%.
When armor refined to +11 or higher,
increases long ranged physical damage by 5%.
------------------------
Set Bonus:
Varmund Ice Rune Manteau[1]
Varmund Ice Rune Boots[1]
Varmund Ice Rune Armor[1]
increases long ranged physical damage by 5%,
reduces variable casting time by 10%.
------------------------
[Grade Bonus]
[Grade D] ATK +3%.
[Grade C] ATK +3%, P.ATK +2.
[Grade B] Increases long ranged physical damage by 5%.
[Grade A] Reduces after cast delay by 10%.
------------------------
Class: Garment
Def: 45
Weight: 100
Armor Lv: 2
Req Level: 210
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,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_B) {
bonus bLongAtkRate,5;
if (.@g >= ENCHANTGRADE_A) {
bonus bDelayrate,-10;
}
}
}
}
Equipment sets
Set 1
Set effect
bonus bLongAtkRate,5;
bonus bVariableCastrate,-10;










