
RENEWAL / ITEMS
Varmundt Death Rune Manteau [1]
#480147Armor
Barmund_Death_Hood
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level210
Armor level2
Description
Manteau imprinted with Varmund's Death rune magic.
It is imprinted with power.
------------------------
When refined to +7 or higher,
reduces variable casting time by 10%.
When refined to +9 or higher,
increases all property magical damage by 10%.
When armor refined to +11 or higher,
MATK +5%.
------------------------
Set Bonus:
Varmund Death Rune Manteau[1]
Varmund Death Rune Boots[1]
Varmund Death Rune Armor[1]
increases all property magical damage by 5%,
reduces variable casting time by additional 5%.
------------------------
[Grade Bonus]
[Grade D] MATK +3%.
[Grade C] MATK +3%, S.MATK +2.
[Grade B] Increases all property magical 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
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 bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bMatkRate,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMatkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,2;
bonus bMatkRate,3;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_All,5;
if (.@g >= ENCHANTGRADE_A) {
bonus bDelayrate,-10;
}
}
}
}