
RENEWAL / ITEMS
Full Power Shadow Shoes
#24873Shadow Gear
S_Full_Power_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
ATK + 3%.
For every 2 refine level, increase melee/ranged physical damage by 1%.
When refine level is 10, P.ATK + 2.
------------------------
Set Bonus:
Full Power Shadow Shoes
Physical Power Shadow Shield
ATK + 3%.
If the sum of refine rate is 18 or higher,
POW + 3, P.ATK + 3.
------------------------
Class : Shadow Equipment
Location : Shoes
Weight : 0
Required Level : 200
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 footgear
- 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 bPAtk,2;
}