
RENEWAL / ITEMS
Bow Master Shadow Pendant
#1270012Shadow Gear
S_Bow_M_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
A holy pendant said to protect its wearer, drawing out their hidden potential.
------------------------
ATK +3%, ATK +7.
------------------------
For every 3 refine levels, ranged physical damage +2%.
------------------------
When refined to +10 or higher, P.ATK +3.
------------------------
Type : Shadow Equipment
Location : Pendant
Weight : 0
Required Level : 200
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow left accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bBaseAtk,7;
bonus bLongAtkRate,2*(.@r/3);
if (.@r>=10) {
bonus bPAtk,3;
}