
RENEWAL / ITEMS
Varetyr Shadow Weapon
#24557Shadow Gear
S_Varetyr_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Gloves that bring out potential capabilities of the wearer.
Adds +1 ATK and MATK based on refine level.
Increase wind property magic damage by 3%.
When refined to +7 or higher, increase wind property magic damage by additional 3%.
When refined to +9 or higher, increase wind property magic damage by additional 4%.
SET BONUS
Varetyr Shadow Weapon
Varetyr Shadow Pendant
Varetyr Shadow Earring
Increase damage of Varetyr Spear as a percentage that is equivalent to sum of its refine rates.
SET BONUS
Varetyr Shadow Weapon
Sorcerer Shadow Shield,
Ignores magical defense of all race except players by 40%, additionally ignores magical defense as a percentage that is equivalent to sum of refine rates of Varetyr Shadow Weapon/Sorcerer Shadow Shield.
Type : Shadow Equipment
Location: Weapon Weight: 0
Required Level: 99
Class: Sorcerer 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
- Sage
- 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_Wind,10;
}
else if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Wind,6;
}
else {
bonus2 bMagicAtkEle,Ele_Wind,3;
}