ID #24366
Shadowgear
Healing 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.
_______________________
MATK +10
_______________________
Refine Level +7:
Increases Healing skills effectiveness by 3%.
_______________________
Refine Level +9:
Increases Healing skills effectiveness by additional 5%.
_______________________
When equipped with Healing Shadow Weapon and Healing Shadow Shoes:
Increases Healing skills effectiveness by additional 5%.
_______________________
Total Refine Level of entire set at least +25:
Increases Healing skills effectiveness by additional 15%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
MATK +10
_______________________
Refine Level +7:
Increases Healing skills effectiveness by 3%.
_______________________
Refine Level +9:
Increases Healing skills effectiveness by additional 5%.
_______________________
When equipped with Healing Shadow Weapon and Healing Shadow Shoes:
Increases Healing skills effectiveness by additional 5%.
_______________________
Total Refine Level of entire set at least +25:
Increases Healing skills effectiveness by additional 15%.
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,10; if (.@r >= 7) { .@val = 3; if (.@r >= 9) { .@val += 5; } bonus bHealPower,.@val; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatk,10;
if (.@r >= 7) {
.@val = 3;
if (.@r >= 9) {
.@val += 5;
}
bonus bHealPower,.@val;
}