


π Navigation Menu
Item Information
#41066: Piamette Hairband Hat Pink
| Item ID | 41066 | Sellable | No |
|---|---|---|---|
| Identifier | Piamette_Hairband_Hat_Pink |
Cash Price | Not for sale |
| Name | Piamette Hairband Hat Pink | Type | Weapon |
| Buy Price | 20 z. | Weight | 10 |
| Sell Price | 10 z. | Weapon Level | 0 |
| Range | 0 tiles | Defense | 0 |
| Slots | 1 | Refineable | Yes |
| Attack | 0 | Min Level | 0 |
| Equip Loc | Upper Headgear | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,8;
2 bonus2 bIgnoreMDefRaceRate,RC_DemiHuman,8;
3 bonus bStr,2;
4 bonus bDex,2;
5 bonus bInt,2;
6 if (getrefine() >= 7) {
7 bonus bAtk2,15;
8 bonus bMatkRate,3;
9 bonus bAspdRate,2;
10 bonus2 bSubRace,RC_DemiHuman,5;
11 bonus2 bSubRace,RC_Player_Human,5;
12 }
13 if (getrefine() >= 9) {
14 bonus2 bAddClass,Class_Boss,5;
15 }
On Equip:
None
On Unequip:
None