ID #5904
Armor
Inconspicuous Hat [1]
Buy Price: N/A
Sell Price: N/A
A simple hat that would look inconspicuous in any crowd. Its very helpful to anyone who is trying to blend in.
_______________________
MATK +7%
_______________________
Refine Level +7:
For each 5 base INT:
MATK +2
_______________________
Refine Level +9:
MATK +5%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Shadow Chaser
_______________________
MATK +7%
_______________________
Refine Level +7:
For each 5 base INT:
MATK +2
_______________________
Refine Level +9:
MATK +5%
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Shadow Chaser
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
200
Defense
10
Job Requirements
Rogue
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); if (.@r>=9) { .@matk = 5; } bonus bMatkRate,(7+.@matk); if (.@r>=7) { bonus bMatk,(readparam(bInt)/5)*2; }
.@r = getrefine();
if (.@r>=9) {
.@matk = 5;
}
bonus bMatkRate,(7+.@matk);
if (.@r>=7) {
bonus bMatk,(readparam(bInt)/5)*2;
}