ID #24754
ShadowGear
Magical Spell 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.
_______________________
For each 2 Refine Levels:
SPL +1
_______________________
Refine Level +7:
S.MATK +3
_______________________
Refine Level +9:
S.MATK +3
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
For each 2 Refine Levels:
SPL +1
_______________________
Refine Level +7:
S.MATK +3
_______________________
Refine Level +9:
S.MATK +3
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bSpl,(.@r/2); if (.@r>=7) { bonus bSMatk,3; if (.@r>=9) { bonus bSMatk,3; } }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bSpl,(.@r/2);
if (.@r>=7) {
bonus bSMatk,3;
if (.@r>=9) {
bonus bSMatk,3;
}
}