Flow Manteau

Item ID 2593 Name Flow Manteau
A mysterious manteau imbued with the power of water.
_______________________
Decreases damage taken from Water elemental by 5%.
_______________________
Increases damage taken from monsters of Brute race by 5%.
_______________________
When equipped with Froid Shield:
For each Refine Level of Froid Manteau:
Decreases damage taken from monsters of Brute race by 1%.
_______________________
For each Refine Level of Froid Shield:
Increases Physical Damage against enemies of Water elemental by 1%.
_______________________
When equipped with Froid Shoes:
Increases Physical Damage against enemies of Water elemental by 5%.
_______________________
For each Refine Level of Froid Manteau:
MaxHP +1%
MaxSP +1%
_______________________
When VIP status active:
FLEE +20
_______________________
Type: Garment
Defense: 20
Weight: 70
Armor Level: 1
_______________________
Requirement:
Base Level 65
Weapon Level 0 Identifier Flow_Manteau
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 70 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 bSubRace,RC_Brute,-5;
bonus2 bSubEle,Ele_Water,5;
if (vip_status(VIP_STATUS_ACTIVE)) {
   bonus bFlee,20;
}

Set Script
Flow Shoes
Flow Manteau
bonus2 bAddEle,Ele_Water,5;
bonus2 bMagicAddEle,Ele_Water,5;
.@r_garment = getequiprefinerycnt(EQI_GARMENT);
bonus bMaxHPrate,.@r_garment;
bonus bMaxSPrate,.@r_garment;
Flow Manteau
Flow Shield
bonus2 bSubRace,RC_Brute,getequiprefinerycnt(EQI_GARMENT);
bonus2 bAddEle,Ele_Water,getequiprefinerycnt(EQI_HAND_L);
bonus2 bMagicAddEle,Ele_Water,getequiprefinerycnt(EQI_HAND_L);