
RENEWAL / ITEMS
Varmundt Glade Rune Manteau [1]
#480145Armor
Barmund_Plain_Hood
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level210
Armor level2
Description
Manteau imprinted with Varmund's Grass rune magic.
It is imprinted with power.
------------------------
When refined to +7 or higher,
MHP +3%.
When refined to +9 or higher,
reduces variable casting time by 10%.
When armor refined to +11 or higher,
additional MaxHP +3%,
------------------------
Set Bonus:
Varmund Grass Rune Manteau[1]
Varmund Grass Rune Boots[1]
Varmund Grass Rune Armor[1]
MHP +10%,
reduces physical damage taken from earth property enemies by 10%.
------------------------
[Grade Bonus]
[Grade D] MHP +3%.
[Grade C] MHP +3%,RES +2, Mres +2.
[Grade B] Reduces after cast delay by 5%.
[Grade A] Reduces after cast delay by additional 10%.
------------------------
Class: Garment
Def: 45
Weight: 100
Armor Lv: 2
Req Level: 210
Class: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- 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();
if (.@r>=7) {
bonus bMaxHPrate,3;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus bMaxHPrate,3;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMaxHPrate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bMaxHPrate,3;
bonus bMRes,2;
bonus bRes,2;
if (.@g >= ENCHANTGRADE_B) {
bonus bDelayrate,-5;
if (.@g >= ENCHANTGRADE_A) {
bonus bDelayrate,-10;
}
}
}
}