
RENEWAL / ITEMS
Mammoth Shadow Earring
#24672Shadow Gear
S_Mammoth_Earring
TypeShadow Gear
Equipment positionShadow right accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
Increases critical damage by 1%.
------------------------
For every 2 refine level, additional increases critical damage by 1%.
------------------------
If refine rate is 9 or higher,
increases melee/ranged physical damage by 3%.
------------------------
Set Bonus
Mammoth Shadow Set
(Armor, Shield, Shoes, Weapon, Earring, Pendant)
ATK +1%
if the sum of refine rate is 45 or higher, immune to knockback.
Class : Shadow Equipment
Location : Earring
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 right accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritAtkRate,1+(.@r/2);
if (.@r>=9) {
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
}