
RENEWAL / ITEMS
Lumiere Shoes [1]
#22061Armor
Lumiere_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight25
Buy price20 z
Sell price10 z
DEF12
Slots1
Required level90
Armor level1
Description
A pair of shoes that feel radiant.
Class: Shoes
Defense: 12
Weight: 25
Requires Level: 90
Usable By: 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 Holy property attacks by 5%.
Increases the drop rate of items by 10% if the user has active vip.
Set Bonus
Lumiere Shield [1]
Lumiere Shoes [1]
Reduces damage taken from Holy race enemies by 5%.
Reduces damage taken from Holy property attacks by 2% for every upgrade level of Lumiere Shield [1].
Set Bonus
Lumiere Manteau [1]
Lumiere Shoes [1]
Increases physical damage on Holy race targets by 5%.
For every upgrade level of Lumiere Manteau [1],
Max HP + 1%
Max SP + 1%
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_Holy,5;
.@r = getrefine();
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
bonus2 bDropAddRace,RC_All,10;
}
bonus bMdef,3;