Item Details

Judex Shadow Shield ( S_Judex_Shield )

# 24495 Judex Shadow Shield
Judex Shadow Shield Buy: zeny Sell: 0 zeny Weight: 0 Slots: N/A
Type: Shadow Equipment item. Subtype: N/A Gender: Both Locations: Shadow Shield
Attack: N/A M. Attack: N/A Range: N/A Defense: N/A
Weapon Level: N/A Armor Level: N/A Equip Level Min: 99 Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: Fourth classes., All Third

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

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
}
N/A
N/A