
RENEWAL / ITEMS
Sol Shoes [1]
#22049Armor
Sol_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight25
Buy price20 z
Sell price10 z
DEF12
Slots1
Required level90
Armor level1
Description
A pair of magical shoes endowed with the power of earth.
Class: Shoes
Defense: 12
Weight: 25
Required Level: 90
Required Jobs: All Jobs
Max HP + 1% per upgrade level of the item.
Max SP + 1% per upgrade level of the item.
Mdef + 3
Reduces damage taken from Earth property attacks by 5%.
Increases the drop rate of items by 10% if the user has active vip.
Set Bonus
Sol Manteau
Sol Shoes
Max HP + 1% per upgrade level of Sol Manteau.
Max SP + 1% per upgrade level of Sol Manteau.
Increases physical damage on Earth property targets by 5%.
Set Bonus
Sol Shield
Sol Shoes
Reduces damage taken from Earth property attacks by 5%.
Reduces damage taken from Earth property attacks by an additional 2% per upgrade level of Sol Shield.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus2 bSubEle,Ele_Earth,5;
.@r = getrefine();
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bDropAddRace,RC_All,10;
}
bonus bMdef,3;