


π Navigation Menu
Item Information
#4856: Special Int
| Item ID | 4856 | Sellable | No |
|---|---|---|---|
| Identifier | S_Int |
Cash Price | Not for sale |
| Name | Special Int | Type | Card |
| Buy Price | 20 z. | Weight | 0 |
| Sell Price | 10 z. | Weapon Level | 0 |
| Range | 0 tiles | Defense | 0 |
| Slots | 0 | Refineable | No |
| Attack | 0 | Min Level | 0 |
| Equip Loc | None | ||
| Jobs | All Jobs | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 .@r = getrefine();
2 bonus bInt,1;
3 if (.@r>=8) {
4 bonus bInt,3;
5 if (.@r>=9) {
6 bonus bMatkRate,1;
7 if (.@r>=12) {
8 bonus bFixedCastrate,-7;
9 bonus bAspd,1;
10 }
11 }
12 }
On Equip:
None
On Unequip:
None