diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2019-05-25 12:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-25 12:27:10 +0200 |
| commit | 86c24302e509004e926153383124779cacc050f6 (patch) | |
| tree | 48db5fc52688781386cfc7cb19325b01a613bf60 | |
| parent | 78cd78359bbe88302939935a5db2128d99f2a985 (diff) | |
| download | wiki-86c24302e509004e926153383124779cacc050f6.tar.gz wiki-86c24302e509004e926153383124779cacc050f6.tar.bz2 wiki-86c24302e509004e926153383124779cacc050f6.zip | |
fix(item_template): Precisions for off-hand
| -rw-r--r-- | docs/item_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/item_template.md b/docs/item_template.md index 4d42437..f7734c9 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2509,13 +2509,13 @@ In what slot the item can be equipped. <td><p>7</p></td> <td><p>Legs</p></td> <td><p>22</p></td> -<td><p>Off hand (see also One-Hand = 13)</p></td> +<td><p>Off-hand weapons (see also One-Hand = 13)</p></td> </tr> <tr class="odd"> <td><p>8</p></td> <td><p>Feet</p></td> <td><p>23</p></td> -<td><p>Holdable (Tome)</p></td> +<td><p>Held in Off-Hand (tome, cane, flowers etc... See also Off-Hand = 22)</p></td> </tr> <tr class="even"> <td><p>9</p></td> |
