Viewing Item

#15241: Vigilante Suit

Item ID 15241 For Sale No
Identifier Vigilante_Suits_J Credit Price Not For Sale
Name Vigilante Suit Type Armor
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bShortWeaponDamageReturn,5;

3 bonus bMatk,10*.@r;

4 bonus bMdef,.@r;

5 if (.@r>=7) {

6 bonus bMatk,20;

7 bonus bMdef,5;

8 if (.@r>=9) {

9 bonus bMatk,30;

10 bonus bMdef,5;

11 }

12 }

Equip Script None
Unequip Script None