


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