ID #470173
Armor
Rune Boots of Flame [1]
Buy Price: N/A
Sell Price: N/A
Boots engraved with Varmundt's Flame Rune magic.
The imprint is amplified with the essence of flame.
_______________________
Refine Level +7:
ATK +5%, P.ATK +2
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +11:
Increases Melee Physical Damage by 10%.
Decreases Fixed Casting Time by additional 0.2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: ATK +5%
[Grade C]: Fixed Casting Time -0.3 seconds.
[Grade B]: ATK +5%, P.ATK +5
[Grade A]: Fixed Casting Time -0.2 seconds.
_______________________
Type: Shoes
Defense: 45
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 230
The imprint is amplified with the essence of flame.
_______________________
Refine Level +7:
ATK +5%, P.ATK +2
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
Refine Level +11:
Increases Melee Physical Damage by 10%.
Decreases Fixed Casting Time by additional 0.2 seconds.
_______________________
[Bonus by Grade]
[Grade D]: ATK +5%
[Grade C]: Fixed Casting Time -0.3 seconds.
[Grade B]: ATK +5%, P.ATK +5
[Grade A]: Fixed Casting Time -0.2 seconds.
_______________________
Type: Shoes
Defense: 45
Weight: 100
Armor Level: 2
_______________________
Requirement:
Base Level 230
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
45
Requirements
Armor Level
2
Min Level
230
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus bShortAtkRate,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bPAtk,2; } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bFixedCast,-300;
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus bFixedCast,-200;
bonus bShortAtkRate,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-300;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,5;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bFixedCast,-200;
bonus bPAtk,2;
}
}
}
}