
RENEWAL / ITEMS
Varmundt Fire Rune Manteau [1]
#480146Armor
Barmund_Flame_Hood
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level210
Armor level2
Description
Manteau imprinted with Varmund's Fire 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 critical damage by 10%.
When armor refined to +11 or higher,
ATK +5%.
------------------------
Set Bonus:
Varmund Fire Rune Manteau[1]
Varmund Fire Rune Boots[1]
Varmund Fire Rune Armor[1]
increases melee physical damage by 5%,
reduces variable casting time by additional 5%.
------------------------
[Grade Bonus]
[Grade D] ATK +3%.
[Grade C] ATK +3%, P.ATK +2.
[Grade B] Increases melee physical 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) {
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bAtkRate,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_B) {
bonus bShortAtkRate,5;
if (.@g >= ENCHANTGRADE_A) {
bonus bDelayrate,-10;
}
}
}
}