diff --git a/README.md b/README.md index ab0d20a..ea1c158 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ These items are given to **all characters**, regardless of race or job. { "vnum": 27003, "pos": 0, "equip": false } ``` -| Field | Description | -|-----------|------------------------------------------------------------------------------------| -| `vnum` | The item ID (vnum) to give | -| `pos` | Inventory slot index | -| `equip` | If true, the item is placed in the equipment slot | -| `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. | -| `attrs` | (Optional) List of attribute structs | +| Field | Description | +|-----------|-----------------------------------------------------------------------------------------------------------------| +| `vnum` | The item ID (vnum) to give | +| `pos` | Inventory slot index | +| `equip` | If true, the item is placed in the equipment slot | +| `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. | +| `attrs` | (Optional) List of attribute structs | ---