Update README.md
This commit is contained in:
16
README.md
16
README.md
@ -27,14 +27,14 @@ These items are given to **all characters**, regardless of race or job.
|
|||||||
{ "vnum": 27003, "pos": 0, "equip": false }
|
{ "vnum": 27003, "pos": 0, "equip": false }
|
||||||
```
|
```
|
||||||
|
|
||||||
| 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