
RENEWAL / ITEMS
Rune Manteau of Plain [1]
#480231Armor
Plain_Rune_Hood
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level230
Armor level2
Description
Manteau engraved with Varmund's Grass Rune magic.
The engraving is amplified with the essence of plain.
------------------------
When refined to +7 or higher, MHP + 3%.
------------------------
When refined to +9 or higher, reduce Variable Casting Time by 10%.
------------------------
When refined to +11 or higher, increase physical damage against all race enemies by 10%.
------------------------
Set Bonus:
Grass Rune Manteau [1]
Grass Rune Armor [1]
Grass Rune Boots [1]
For every 30 Base VIT, STA + 1.
MHP + 20%.
Reduce physical damage taken from Earth property enemies by 10%.
------------------------
[Grade Bonus]
[Grade D] MHP + 5%.
[Grade C] MHP + 5%, RES + 5, MRES + 5.
[Grade B] Reduce After Cast Delay by 5%, RES + 5, MRES + 5.
[Grade A] Reduce After Cast Delay by additional 10%, P.ATK + 2.
------------------------
Type : Garment
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
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
bonus bMaxHPrate,3;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bAddRace,RC_All,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bMaxHPrate,5;
bonus bMRes,5;
bonus bRes,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bDelayrate,-5;
bonus bMRes,5;
bonus bRes,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-10;
bonus bPAtk,2;
}
}
}
}