ID #470339
Armor
Dimension World Executioner Boots [1]
Buy Price: N/A
Sell Price: N/A
A pair of combat boots imbued with magical power flowing from the dimensional boundary.
_______________________
POW +5, CON +5, Critical +3, MaxHP -10%.
_______________________
For each 2 Refine Levels:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +5.
Increases Critical Damage by 5%.
_______________________
Refine Level +11:
Critical +5.
Decreases Fixed Casting Time by 1 second.
Increases Critical Damage by additional 10%.
_______________________
When equipped with Venom Magic Ring or Soul Magic Ring:
Increases Physical Damage against enemies of every size and every element by 10%.
Increases Physical Damage against monsters in Devoured Geffenia by 20%.
_______________________
When equipped with Signet of Circulation: Winter:
C.RATE +5.
Increases Physical Damage against monsters in Devoured Geffenia by 15%.
_______________________
[Bonus by Grade]
[Grade D]: POW +3, CON +3, Critical +10.
[Grade C]: ATK +3%, C.RATE +4, Critical Damage +10%.
[Grade B]: ATK +5%, P.ATK +4.
[Grade A]: Physical Damage +8%, Physical Damage against monsters in Devoured Geffenia +12%.
_______________________
Type: Shoes
Defense: 100
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 260
_______________________
POW +5, CON +5, Critical +3, MaxHP -10%.
_______________________
For each 2 Refine Levels:
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
P.ATK +5.
Increases Critical Damage by 5%.
_______________________
Refine Level +11:
Critical +5.
Decreases Fixed Casting Time by 1 second.
Increases Critical Damage by additional 10%.
_______________________
When equipped with Venom Magic Ring or Soul Magic Ring:
Increases Physical Damage against enemies of every size and every element by 10%.
Increases Physical Damage against monsters in Devoured Geffenia by 20%.
_______________________
When equipped with Signet of Circulation: Winter:
C.RATE +5.
Increases Physical Damage against monsters in Devoured Geffenia by 15%.
_______________________
[Bonus by Grade]
[Grade D]: POW +3, CON +3, Critical +10.
[Grade C]: ATK +3%, C.RATE +4, Critical Damage +10%.
[Grade B]: ATK +5%, P.ATK +4.
[Grade A]: Physical Damage +8%, Physical Damage against monsters in Devoured Geffenia +12%.
_______________________
Type: Shoes
Defense: 100
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 260
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
1200
Defense
100
Requirements
Armor Level
2
Min Level
260
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bCritical,3; bonus bMaxHPrate,-10; bonus bPow,5; bonus bCrt,5; bonus bVariableCastrate,-(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus bCritAtkRate,5; bonus bPAtk,5; if (.@r>=11) { bonus bCritAtkRate,10; bonus bFixedCast,-1000; bonus bCritical,5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bCritical,10; bonus bPow,3; bonus bCrt,3; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,10; bonus bCRate,4; bonus bAtkRate,3; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,4; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bShortAtkRate,8; bonus bLongAtkRate,8; bonus2 bAddRace2,RC2_Encroached_Gephenia,12; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,3;
bonus bMaxHPrate,-10;
bonus bPow,5;
bonus bCrt,5;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bCritAtkRate,5;
bonus bPAtk,5;
if (.@r>=11) {
bonus bCritAtkRate,10;
bonus bFixedCast,-1000;
bonus bCritical,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritical,10;
bonus bPow,3;
bonus bCrt,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,10;
bonus bCRate,4;
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,4;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,8;
bonus bLongAtkRate,8;
bonus2 bAddRace2,RC2_Encroached_Gephenia,12;
}
}
}
}