


π Navigation Menu
Item Information
#29171: S-Matk
| Item ID | 29171 | Sellable | No |
|---|---|---|---|
| Identifier | Reactor_S_MATK |
Cash Price | Not for sale |
| Name | S-Matk | Type | Card |
| Buy Price | 0 z. | Weight | 0 |
| Sell Price | 0 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 bMatk,100;
3 if (.@r>=7) {
4 .@c = 10;
5 .@t = 3000;
6 if (.@r>=8) {
7 .@c = 20;
8 .@t += 1000;
9 }
10 if (.@r>=9) {
11 .@c = 35;
12 .@t += 1000;
13 }
14 autobonus "{ bonus bMatk,150; }",.@c,.@t,BF_MAGIC;
15 }
On Equip:
None
On Unequip:
None