
RENEWAL / ITEMS
Maximum Mammoth Shadow Armor
#24679Shadow Gear
S_M_Mammoth_Armor
TypeShadow Gear
Equipment positionShadow armor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 3%.
------------------------
For every 2 refine level, increases melee/ranged physical damage by 1%.
------------------------
When refined to 10 or higher, MHP + 3%.
------------------------
Set Bonus
Maximum Mammoth Shadow Armor
Maximum Mammoth Shadow Shoes
If the sum of refine rates is 18 or higher, there is no knockback.
If the sum of refine rate is 20 or higher, increases physical damage
against all property enemies by 12%.
------------------------
Class : Shadow Equipment
Location : Armor
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 armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bLongAtkRate,(.@r/2);
bonus bShortAtkRate,(.@r/2);
if (.@r>=10) {
bonus bMaxHPrate,3;
}