Violet Bunny Hairband
| Item ID | 18586 | Name | Violet Bunny Hairband |
|
A hairband that attracts men. You can wear it when you want to look sexy. Your sexiness increases to 100%.
_______________________ VIT +2 INT +3 STR +1 _______________________ Refine Level +9: ATK +2% MATK +2% _______________________ Refine Level +12: Decreases Fixed Casting Time by 10%. _______________________ Type: Headgear Defense: 0 Position: Upper Weight: 1 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Violet_Bunny_Hairband | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bStr,1;
bonus bInt,3;
bonus bVit,2;
bonus bDex,1;
.@r = getrefine();
if (.@r>8) {
bonus2 bAddClass,Class_All,2;
bonus bMatkRate,2;
if (.@r>11)
bonus bFixedCastrate,-10;
}
|
||||