
RENEWAL / ITEMS
Varmundt Death Rune Robe [1]
#450202Armor
Barmund_Death_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level210
Armor level2
Description
Armor imprinted with Varmund's Death rune magic.
It is imprinted with power.
------------------------
SPL +1 per 25 base Int of the user.
------------------------
When armor refined to +7 or higher,
MATK +5%.
When armor refined to +9 or higher,
reduces variable casting time by 10%.
When armor refined to +11 or higher,
Increases all property magical damage by 10%.
------------------------
[Grade Bonus]
[Grade D] MATK +3%.
[Grade C] SPL +3, MATK +3%.
[Grade B] Increases all property magical damage by 10%.
[Grade A] Reduces after cast delay by 10%.
------------------------
Class: Armor
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
- 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 bSpl,(readparam(bInt)/25);
if (.@r>=7) {
bonus bMatkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,10;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMatkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bMatkRate,3;
bonus bSpl,3;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g >= ENCHANTGRADE_A) {
bonus bDelayrate,-10;
}
}
}
}