Lumiere Shoes

Item ID 22061 Name Lumiere Shoes
Holy spiritual shoes. Reduces attacks from holy elemental monsters.
_______________________
MDEF +3
_______________________
Decreases damage taken from Holy elementals attack by 5%.
_______________________
For each Refine Level:
MaxHP +1%
MaxSP +1%
_______________________
When equipped with Lumiere Shield:
Decreases damage taken from Holy elemental by 5%.

For each Refine Level of Lumiere Shield:
Decreases damage taken from Holy elemental by 2%.
_______________________
When equipped with Lumiere Manteau:
Increases damage against monsters of Holy element by 5%.

For each Refine Level of Lumiere Manteau:
MaxHP +1%
MaxSP +1%
_______________________
When VIP status active:
Increases item drop rate by 10%.
_______________________
Type: Shoes
Defense: 12
Weight: 25
Armor Level: 1
_______________________
Requirement:
Base Level 90
Weapon Level 0 Identifier Lumiere_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 25 Min Equip Level 90
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item 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;

Set Script
Lumiere Shoes
Lumiere Shield
bonus2 bSubEle,Ele_Holy,5+2*getequiprefinerycnt(EQI_HAND_L);
Lumiere Shoes
Lumiere Manteau
bonus2 bAddEle,Ele_Holy,5;
bonus2 bMagicAddEle,Ele_Holy,5;
.@r_garment = getequiprefinerycnt(EQI_GARMENT);
bonus bMaxHPrate,.@r_garment;
bonus bMaxSPrate,.@r_garment;