
RENEWAL / ITEMS
Arrow Vulcan Shadow Weapon
#24503Shadow Gear
S_Arrowvulcan_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A weapon that awakens the wearer's potential.
ATK + 1 per 1 refine level.
MATK + 1 per 1 refine level.
Increase physical ranged damage by 3%.
When refined to +7 or higher, increase physical ranged damage by additional 3%,
When refined to +9 or higher, increase physical ranged damage by additional 4%,
SET BONUS
Arrow Vulcan Shadow Weapon
Arrow Vulcan Shadow Pendant
Arrow Vulcan Shadow Earrings
Increase damage of Arrow Vulcan as a percentage that is equivalent to sum of its refine rate.
SET BONUS
Arrow Vulcan Shadow Weapon
Maestro/Wanderer Shadow Shield
Ignores all race's physical defense by 40% except players, ignores additional physical defense as a percentage that is equivalent to sum of its refine rate.
Type : Shadow Equipment
Location: Weapon Weight: 0
Required Level: 99
Class: Maestro Type, Wanderer 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
- Bard Dancer
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
bonus bLongAtkRate,10;
}
else if (.@r>=7) {
bonus bLongAtkRate,6;
}
else {
bonus bLongAtkRate,3;
}