
RENEWAL / ITEMS
Judex Shadow Shield
#24495Shadow Gear
S_Judex_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increases holy property magic damage by 3%.
MaxHP +10 per refine rate.
------------------------
When refined to +7 or higher, increases holy magic damage by additional 3%.
When refined to +9 or higher, increases holy magic damage by additional 4%.
------------------------
Set Bonus
Judex Shadow Shield
Judex Shadow Shoes
Judex Shadow Armor
Increases Judex damage equal to the sum of refine rate of set as percentage.
------------------------
Set Bonus
Arch Bishop Shadow Weapon
Judex Shadow Shield
Ignores magic defense of all race monsters (except players) by 40%.
Additionally ignores magic defense (except players) equal to the sum of refine rate of set.
------------------------
Class : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 99
Usable By: Archbishop
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 bMagicAtkEle,Ele_Holy,10;
}
else if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Holy,6;
}
else {
bonus2 bMagicAtkEle,Ele_Holy,3;
}