
RENEWAL / ITEMS
Genesis Shadow Weapon
#24581Shadow Gear
S_Genesis_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Weapon that brings out the potential abilities of the wearer.
Increase holy property magic damage by 3%.
When refined to +7 or higher, increase holy property magic damage by additional 3%.
When refined to +9 or higher, increase holy property magic damage by additional 4%.
SET BONUS
Genesis Shadow Weapon
Genesis Shadow Pendant
Genesis Shadow Earrings
Increase damage of Genesis Ray as a percentage equivalent to sum of refine rate.
SET BONUS
Genesis Shadow Weapon
Royalguard Shadow Shield
Ignores magical defense of all race except players by 40%, ignores additional defense equivalent to sum of refine rate of Genesis Shadow Weapon and Royalguard Shadow Shield.
Type : Shadow equipment
Location: Weapon Weight: 0
Required Level: 99
Class: Royal Guard 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
- Crusader
- 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;
}