
RENEWAL / ITEMS
Vigilante Suit [1]
#15241Armor
Vigilante_Suits_J
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF50
Slots1
Required level130
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}