ID #24393
Shadowgear
Physical Shadow Shoes
Buy Price: N/A
Sell Price: N/A
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 3%).
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by additional 3%).
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
_______________________
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by additional 3%).
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by additional 3%).
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r >= 9) { bonus bAspdRate,8; } else if (.@r >= 7) { bonus bAspdRate,5; } else { bonus bAspdRate,2; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
bonus bAspdRate,8;
} else if (.@r >= 7) {
bonus bAspdRate,5;
}
else {
bonus bAspdRate,2;
}