ID #24059
Shadowgear
Flameguard Shield (Shadow)
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.
_______________________
Decreases damage taken from Formless race by 1%.
_______________________
Refine Level +7:
Decreases damage taken from Formless race by additional 1%.
_______________________
Refine Level +9:
Decreases damage taken from Formless race by additional 1%.
_______________________
When equipped with Beholder Shadow Shoes:
Increases experience gained from defeating Formless race monsters by by 3%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
Decreases damage taken from Formless race by 1%.
_______________________
Refine Level +7:
Decreases damage taken from Formless race by additional 1%.
_______________________
Refine Level +9:
Decreases damage taken from Formless race by additional 1%.
_______________________
When equipped with Beholder Shadow Shoes:
Increases experience gained from defeating Formless race monsters by by 3%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script bonus2 bSubRace,RC_Formless,1; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bSubRace,RC_Formless,1; } if (.@r>=9) { bonus2 bSubRace,RC_Formless,1; }
bonus2 bSubRace,RC_Formless,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
bonus2 bSubRace,RC_Formless,1;
}
if (.@r>=9) {
bonus2 bSubRace,RC_Formless,1;
}