Vigilante Suit

Item ID 15241 Name Vigilante Suit
A suit of the vigilante group that was working to protect the security of the town.
_______________________
Reflects 5% of the damage received from melee physical attacks.
_______________________
For each Refine Level:
MATK +10, MDEF +1
_______________________
Refine Level +7:
MATK +20, MDEF +5
_______________________
Refine Level +7:
MATK +30, MDEF +5
_______________________
Type: Armor
Defense: 50
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 130
Weapon Level 0 Identifier Vigilante_Suits_J
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 50 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 130
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bShortWeaponDamageReturn,5;
bonus bMatk,10*.@r;
bonus bMdef,.@r;
if (.@r>=7) {
   bonus bMatk,20;
   bonus bMdef,5;
   if (.@r>=9) {
       bonus bMatk,30;
       bonus bMdef,5;
   }
}