
RENEWAL / ITEMS
Safeguard Shield (Shadow)
#24053Shadowgear
S_Safeguard_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A small shield that can be mounted on the arm. Also available as a single, but the effect is small.
Reduces damage taken from Boss enemies by 1%.
If upgrade level is +7 or higher, reduces damage taken from Boss enemies by an additional 1%.
If upgrade level is +9 or higher, reduces damage taken from Boss enemies by an additional 1%.
When equipped with Liberation Shadow Shoes, Increases physical damage on Boss targets by 5%.
Class : Shadow Equipment
Location : Shield Weight : 0
Required Lv : 1
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow shield
- Trade
Item effect script
bonus2 bSubClass,Class_Boss,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
bonus2 bSubClass,Class_Boss,1;
}
if (.@r>=9) {
bonus2 bSubClass,Class_Boss,1;
}