
RENEWAL / ITEMS
Mammoth Shadow Pendant
#24671Shadow Gear
S_Mammoth_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 10.
------------------------
For every 2 refine level, additional ATK +1.
------------------------
If refine rate is 9 or higher, ATK +3%.
Class : Shadow Equipment
Location : Pendant
Weight : 0
Required Level : 1
Jobs : 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 bBaseAtk,10+(.@r/2);
if (.@r>=9) {
bonus bAtkRate,3;
}