
RENEWAL / ITEMS
Critical Shadow Shoes
#24333Shadowgear
S_Critical_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
No description is available. Available properties and effects are shown below.
Item details
- Equipment position
- Shadow footgear
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bFlee,5+.@r/2;
if (.@r >= 9) {
bonus bCritical,4;
} else if (.@r >= 7) {
bonus bCritical,2;
}