
RENEWAL / ITEMS
True Gemstone Shadow Shoes
#24676Shadow Gear
S_TrueGem_Shoes
TypeShadow Gear
Equipment positionShadow footgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
Shoes that can be worn in addition to regular footwear. They can be used alone, but their effect is low.
MATK + 3%.
------------------------
For every 2 refine levels, increases magic damage against all property enemies by 1%.
------------------------
When refined to +10 or higher, reduces Variable Casting Time by 3%.
------------------------
Class : Shadow Equipment
Location : Shoes
Weight : 0
Required Level : 1
Equipped : All Classes
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 bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=10) {
bonus bVariableCastrate,-3;
}