
RENEWAL / ITEMS
Rune Robe of Death [1]
#450245Armor
Death_Rune_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level230
Armor level2
Description
Armor engraved with Varmund's Death Rune magic.
The engraving is amplified with the essence of death.
------------------------
For every 25 Base INT, SPL + 1.
------------------------
When refined to +7 or higher, MATK + 5%, S.MATK + 2.
------------------------
When refined to +9 or higher, reduce Variable Casting Time by 15%.
------------------------
When refined to +11 or higher, increase all property magic damage by 15%.
------------------------
[Grade Bonus]
[Grade D] MATK + 5%.
[Grade C] SPL + 5, MATK + 5%.
[Grade B] Increase all property magic damage by 10%.
[Grade A] Reduce After Cast Delay by 10%, SPL + 5.
------------------------
Type : Armor
Def : 45
Weight : 100
Armor Level : 2
Required Level : 230
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
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,(readparam(bInt)/25);
if (.@r>=7) {
bonus bSMatk,2;
bonus bMatkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-15;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bMatkRate,5;
bonus bSpl,5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-10;
bonus bSpl,5;
}
}
}
}