
RENEWAL / ITEMS
Magnus Shadow Weapon
#24497Shadow Gear
S_Magnus_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
The weapon worn over the armor provides additional defensive effects. It can be used as a single, but has little offense effect.
Increase holy magical property damage by 3%.
When refined to +7 or higher, increase holy magical property damage by 3%.
When refined to +9 or higher, increase holy magical property damage by 4%.
SET BONUS
Magnus Shadow Weapon
Magnus Shadow Pendant
Magnus Shadow Earrings
increase damage of Magnus Exorcismus as a percentage equivalent to the sum of refine level.
SET BONUS
Magnus Shadow Weapon
Archbishop Shadow Shield
Ignores 40% of all race's magical defense, additionally ignores magical defense as a percentage equivalent to the sum of refine level of Magnus Shadow Weapon/Archbishop Shadow Shield.
Type : Shadow Equipment
Location: Weapon 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 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;
}