Poison Shield

Item ID 2167 Name Poison Shield
A magic shield with elemental resistance.
_______________________
Decreases damage from Poison elemental by 5%.
_______________________
Increases damage from Plant race by 5%.
_______________________
When VIP status active:
Increases experience gained from defeating monsters by 10%.
_______________________
Type: Shield
Defense: 50
Weight: 130
Armor Level: 1
_______________________
Requirement:
Base Level 65
Weapon Level 0 Identifier Poison_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 50 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 130 Min Equip Level 65
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus2 bSubEle,Ele_Poison,5;
bonus2 bSubRace,RC_Plant,-5;
if (vip_status(VIP_STATUS_ACTIVE)) {
   bonus2 bExpAddRace,RC_All,10;
}

Set Script
Poison Manteau
Poison Shield
.@r_garment = getequiprefinerycnt(EQI_GARMENT);
.@r_shield = getequiprefinerycnt(EQI_HAND_L);
bonus2 bSubRace,RC_Plant,.@r_garment;
bonus2 bAddEle,Ele_Poison,.@r_shield;
bonus2 bMagicAddEle,Ele_Poison,.@r_shield;
Poison Shoes
Poison Shield
bonus2 bSubEle,Ele_Poison,5+2*getequiprefinerycnt(EQI_HAND_L);