Update README.md
This commit is contained in:
@ -28,12 +28,12 @@ These items are given to **all characters**, regardless of race or job.
|
|||||||
```
|
```
|
||||||
|
|
||||||
| Field | Description |
|
| Field | Description |
|
||||||
|-----------|------------------------------------------------------------------------------------|
|
|-----------|-----------------------------------------------------------------------------------------------------------------|
|
||||||
| `vnum` | The item ID (vnum) to give |
|
| `vnum` | The item ID (vnum) to give |
|
||||||
| `pos` | Inventory slot index |
|
| `pos` | Inventory slot index |
|
||||||
| `equip` | If true, the item is placed in the equipment slot |
|
| `equip` | If true, the item is placed in the equipment slot |
|
||||||
| `count` | (Optional) Item quantity. Defaults to 1. |
|
| `count` | (Optional) Item quantity. Defaults to 1. |
|
||||||
| `sockets` | (Optional) List of socket values — default is 3, but this depends on ITEM_SOCKET_MAX_NUM in your source code. |
|
| `sockets` | (Optional) List of socket values — default is 3, but this depends on `ITEM_SOCKET_MAX_NUM` in your source code. |
|
||||||
| `attrs` | (Optional) List of attribute structs |
|
| `attrs` | (Optional) List of attribute structs |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user