
RENEWAL / ITEMS
Duplex Shadow Shield
#24489Shadow Gear
S_Duplelight_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A small shield that can be equipped on your arm. It provides additional defense effect.
Increase physical damage dealt to all size monsters by 1%,
increase holy magic damage by 1%.
When refined to +7 or higher,
increase physical damage dealt to all size monsters by 2%,
increase holy magic damage by 2%.
When refined to +9 or higher,
increase physical damage dealt to all size monsters by 2%,
increase holy magic damage by 2%.
SET BONUS
ArchBishop Shadow Weapon
Duple Shadow Shield
Adds physical/magical penetration to all races except players by 40%,
additional physical/magical penetration as percentage equivalent
to the sum of refine rate of Duple Shadow Shield and ArchBishop Shadow Weapon.
SET BONUS
Duple Shadow Armor
Duple Shadow Shield
Duple Shadow Shoes
Increase damage of Duple Light's damage as percentage
equivalent to the sum of refine rate.
Type : Shadow Equipment
Location : Shield Weight : 0
Required Level : 99
Class : ArchBishop Type
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow shield
- Jobs
- Priest
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=9) {
bonus2 bAddSize,Size_All,5;
bonus2 bMagicAtkEle,Ele_Holy,5;
}
else if (.@r>=7) {
bonus2 bAddSize,Size_All,3;
bonus2 bMagicAtkEle,Ele_Holy,3;
}
else {
bonus2 bAddSize,Size_All,1;
bonus2 bMagicAtkEle,Ele_Holy,1;
}