
RENEWAL / ITEMS
Adora Shadow Weapon
#24491Shadow Gear
S_Adoramus_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increases holy property magic damage by 3%.
------------------------
When refined to 7 or higher, increases holy property magical damage by additional 3%.
When refined to 9 or higher, increases holy property magical damage by additional 4%.
------------------------
Set Bonus
Adoramus Shadow Weapon
Adoramus Shadow Pendant
Adoramus Shadow Earring
Increases Adoramus damage by half of the sum of refine rate.
------------------------
Set Bonus
Adoramus Shadow Weapon
Archbishop Shadow Shield
ignores 40% of magic defense of all races except players, ignores additional
magic defense equal to the sum of refinement of Adoramus Shadow Weapon/Archbishop Shadow Shield
------------------------
Class : Shadow Equipment
Location : Weapon
Weight : 0
Required Level : 99
Jobs : Archbishop
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow weapon
- Jobs
- Priest
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Holy,10;
}
else if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Holy,6;
}
else {
bonus2 bMagicAtkEle,Ele_Holy,3;
}