
RENEWAL / ITEMS
Fatal Master Shadow Shoes
#1270014Shadow Gear
S_Fatal_M_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
Shoes worn over regular footwear that provide additional effects. They can be used alone, but the effect is small.
------------------------
CRI +1, C.RATE +1.
------------------------
For every 3 refine levels, critical damage +2%.
------------------------
When refined to +10 or higher, CRI +3, P.ATK +1.
------------------------
Type : Shadow Equipment
Location : Shoes
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 footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCRate,1;
bonus bCritical,1;
bonus bCritAtkRate,2*(.@r/3);
if (.@r>=10) {
bonus bPAtk,1;
bonus bCritical,3;
}