
RENEWAL / ITEMS
Rune Manteau of Flame [1]
#480230Armor
Flame_Rune_Hood
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF45
Slots1
Required level230
Armor level2
Rune Manteau of Flame description & effects
Manteau engraved with Varmund's Flame Rune magic.
The engraving is amplified with the essence of flame.
------------------------
When refined to +7 or higher, reduce Variable Casting Time by 10%.
------------------------
When refined to +9 or higher, increase Critical Damage by 10%.
------------------------
When refined to +11 or higher, ATK + 10%.
------------------------
Set Bonus:
Flame Rune Manteau [1]
Flame Rune Armor [1]
Flame Rune Boots [1]
For every 30 Base STR, POW + 1.
Increase melee physical damage by 10%.
Reduce Variable Casting Time by 10%.
------------------------
[Grade Bonus]
[Grade D] ATK + 5%.
[Grade C] ATK + 5%, P.ATK + 5.
[Grade B] Increase melee physical damage by 10%.
[Grade A] Reduce After Cast Delay by 10%, P.ATK + 2.
------------------------
Type : Garment
Def : 45
Weight : 100
Armor Level : 2
Required Level : 230
Class : All Jobs
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 bVariableCastrate,-10;
if (.@r>=9) {
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bAtkRate,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-10;
bonus bPAtk,2;
}
}
}
}
Equipment sets
Set 1
Set effect
bonus bPow,(readparam(bStr)/30);
bonus bShortAtkRate,10;
bonus bVariableCastrate,-10;










