
RENEWAL / ITEMS
Rune Armor of Flame [1]
#450234Armor
Flame_Rune_Armor
Item stats
- DEF
- 45
- Slots
- 1
- Weight
- 100
- Armor level
- 2
- Buy price
- 0 z
- Sell price
- 0 z
Equipment & requirements
- Type
- Armor
- Equipment position
- Armor
- Gender
- Both
- Required level
- 230+
Rune Armor of Flame description & effects
Armor engraved with Varmund's Flame Rune magic.
The engraving is amplified with the essence of flame.
------------------------
For every 25 Base STR, POW + 1.
------------------------
When refined to +7 or higher, ATK + 5%, P.ATK + 2.
------------------------
When refined to +9 or higher, increase Critical Damage by 15%.
------------------------
When refined to +11 or higher, increase melee physical damage by 15%.
------------------------
[Grade Bonus]
[Grade D] ATK + 5%.
[Grade C] POW + 5, ATK + 5%.
[Grade B] Melee Physical Damage + 10%.
[Grade A] After Cast Delay - 10%, POW + 5.
------------------------
Type : Armor
Def : 45
Weight : 100
Armor Level : 2
Required Level : 230
Class : All Jobs
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,(readparam(bStr)/25);
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bCritAtkRate,15;
if (.@r>=11) {
bonus bShortAtkRate,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bAtkRate,5;
bonus bPow,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-10;
bonus bPow,5;
}
}
}
}
Equipment sets
Set 1
Set effect
bonus bPow,(readparam(bStr)/30);
bonus bShortAtkRate,10;
bonus bVariableCastrate,-10;










