Inconspicuous Hat
| Item ID | 5904 | Name | Inconspicuous Hat |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Inconspicuous_Hat_ | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 10 | Equippable Jobs | Rogue | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 20 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine();
if (.@r>=9) {
.@matk = 5;
}
bonus bMatkRate,(7+.@matk);
if (.@r>=7) {
bonus bMatk,(readparam(bInt)/5)*2;
}
|
||||