ID #24394
Shadowgear
Physical Shadow Shield
Buy Price: N/A
Sell Price: N/A
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________
MaxHP +200
_______________________
Refine Level +7:
MaxHP +2%
_______________________
Refine Level +9:
MaxHP +3%
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
MaxHP +200
_______________________
Refine Level +7:
MaxHP +2%
_______________________
Refine Level +9:
MaxHP +3%
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10+200; if (.@r >= 9) { bonus bMaxHPrate,5; } else if (.@r >= 7) { bonus bMaxHPrate,2; }
.@r = getrefine();
bonus bMaxHP,.@r*10+200;
if (.@r >= 9) {
bonus bMaxHPrate,5;
} else if (.@r >= 7) {
bonus bMaxHPrate,2;
}