
RENEWAL / ITEMS
Mammoth Shadow Weapon
#24673Shadow Gear
S_Mammoth_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
HIT +10.
------------------------
For every 2 refine level, additional HIT +1.
------------------------
If refine rate is 9 or higher, additional Perfect HIT +5.
Class : Shadow Equipment
Location : Weapon
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 weapon
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bHit,10+(.@r/2);
if (.@r>=9) {
bonus bPerfectHitAddRate,5;
}