ID #24396
Shadowgear
Magical 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.
_______________________
Decreases Variable Casting Time by 2%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 3%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by additional 3%.
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
_______________________
Decreases Variable Casting Time by 2%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by additional 3%.
_______________________
Refine Level +9:
Decreases Variable Casting Time 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 bVariableCastrate,-8; } else if (.@r >= 7) { bonus bVariableCastrate,-5; } else { bonus bVariableCastrate,-2; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
bonus bVariableCastrate,-8;
} else if (.@r >= 7) {
bonus bVariableCastrate,-5;
}
else {
bonus bVariableCastrate,-2;
}