ID #15241
Armor
Vigilante Suit [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
500
Defense
50
Requirements
Armor Level
1
Min Level
130
Scripts
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; } }
.@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;
}
}