ID #470335
Armor
Dimension World Battle Greaves [1]
Buy Price: N/A
Sell Price: N/A
A pair of combat greaves imbued with magical power flowing from the dimensional boundary.
_______________________
POW +7, CON +7, 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 Melee Physical Damage by 10%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by additional 5%.
Decreases Fixed Casting Time by 1 second.
Increases Melee Physical Damage by additional 10%.
_______________________
When equipped with Venom 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: Spring:
P.ATK +7.
Increases Physical Damage against monsters in Devoured Geffenia by 15%.
_______________________
[Bonus by Grade]
[Grade D]: POW +5, CON +5, ATK +25.
[Grade C]: ATK +3%, P.ATK +3.
[Grade B]: ATK +5%, P.ATK +3.
[Grade A]: Melee Physical Damage +15%, Physical Damage against monsters in Devoured Geffenia +15%.
_______________________
Type: Shoes
Defense: 100
Weight: 120
Armor Level: 2
_______________________
Requirement:
Base Level 260
_______________________
POW +7, CON +7, 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 Melee Physical Damage by 10%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by additional 5%.
Decreases Fixed Casting Time by 1 second.
Increases Melee Physical Damage by additional 10%.
_______________________
When equipped with Venom 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: Spring:
P.ATK +7.
Increases Physical Damage against monsters in Devoured Geffenia by 15%.
_______________________
[Bonus by Grade]
[Grade D]: POW +5, CON +5, ATK +25.
[Grade C]: ATK +3%, P.ATK +3.
[Grade B]: ATK +5%, P.ATK +3.
[Grade A]: Melee Physical Damage +15%, Physical Damage against monsters in Devoured Geffenia +15%.
_______________________
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 bMaxHPrate,-10; bonus bPow,7; bonus bCon,7; bonus bVariableCastrate,-(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus bShortAtkRate,10; bonus bPAtk,5; if (.@r>=11) { bonus bShortAtkRate,10; bonus bFixedCast,-1000; bonus bVariableCastrate,-5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bBaseAtk,25; bonus bPow,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,3; bonus bAtkRate,3; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,3; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bShortAtkRate,15; bonus2 bAddRace2,RC2_Encroached_Gephenia,15; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,-10;
bonus bPow,7;
bonus bCon,7;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bShortAtkRate,10;
bonus bPAtk,5;
if (.@r>=11) {
bonus bShortAtkRate,10;
bonus bFixedCast,-1000;
bonus bVariableCastrate,-5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,25;
bonus bPow,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,3;
bonus bAtkRate,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,3;
bonus bAtkRate,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,15;
bonus2 bAddRace2,RC2_Encroached_Gephenia,15;
}
}
}
}