
RENEWAL / ITEMS
Rune Manteau of Death [1]
#480233Armor
Death_Rune_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
- 230+
- Jobs
- All jobs
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
Rune Manteau of Death description & effects
Manteau engraved with Varmund's Death Rune magic.
The engraving is amplified with the essence of death.
------------------------
When refined to +7 or higher, reduce Variable Casting Time by 10%.
------------------------
When refined to +9 or higher, increase all property magic damage by 10%.
------------------------
When refined to +11 or higher, MATK + 10%.
------------------------
Set Bonus:
Death Rune Manteau [1]
Death Rune Armor [1]
Death Rune Boots [1]
For every 30 Base INT, SPL + 1.
Increase all property magic damage by 10%.
Reduce Variable Casting Time by 10%.
------------------------
[Grade Bonus]
[Grade D] MATK + 5%.
[Grade C] MATK + 5%, S.MATK + 5.
[Grade B] Increase all property magic damage by 10%.
[Grade A] Reduce After Cast Delay by 10%, S.MATK + 2.
------------------------
Type : Garment
Def : 45
Weight : 100
Armor Level : 2
Required Level : 230
Class : All Jobs
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,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,5;
bonus bMatkRate,5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-10;
bonus bSMatk,2;
}
}
}
}
Equipment sets
Set 1
Set effect
bonus bSpl,(readparam(bInt)/30);
bonus2 bMagicAtkEle,Ele_All,10;
bonus bVariableCastrate,-10;










