diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2019-05-23 16:24:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-23 16:24:15 +0200 |
| commit | 78cd78359bbe88302939935a5db2128d99f2a985 (patch) | |
| tree | 4a28a25ffb5b34711ea74db9d0d750bf522dc206 /docs/item_template.md | |
| parent | c2e2096450070305c24f9ead69d279f50691cd46 (diff) | |
| download | wiki-78cd78359bbe88302939935a5db2128d99f2a985.tar.gz wiki-78cd78359bbe88302939935a5db2128d99f2a985.tar.bz2 wiki-78cd78359bbe88302939935a5db2128d99f2a985.zip | |
fix(item_template): Wrong value for a weapon in inventorytype (#51)
& added some references when similar inventorytypes (robe/chest etc)
Diffstat (limited to 'docs/item_template.md')
| -rw-r--r-- | docs/item_template.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/item_template.md b/docs/item_template.md index 0d26d51..4d42437 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2467,7 +2467,7 @@ In what slot the item can be equipped. <td><p>0</p></td> <td><p>Non equipable</p></td> <td><p>15</p></td> -<td><p>Ranged (Bows)</p></td> +<td><p>Ranged (Bows) (see also Ranged right = 26)</p></td> </tr> <tr class="even"> <td><p>1</p></td> @@ -2495,9 +2495,9 @@ In what slot the item can be equipped. </tr> <tr class="even"> <td><p>5</p></td> -<td><p>Chest</p></td> +<td><p>Chest (see also Robe = 20)</p></td> <td><p>20</p></td> -<td><p>Robe</p></td> +<td><p>Robe (see also Chest = 5)</p></td> </tr> <tr class="odd"> <td><p>6</p></td> @@ -2509,7 +2509,7 @@ 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</p></td> +<td><p>Off hand (see also One-Hand = 13)</p></td> </tr> <tr class="odd"> <td><p>8</p></td> @@ -2533,7 +2533,7 @@ In what slot the item can be equipped. <td><p>11</p></td> <td><p>Finger</p></td> <td><p>26</p></td> -<td><p>Ranged right (Wands, Guns)</p></td> +<td><p>Ranged right (Wands, Guns) (see also Ranged = 15)</p></td> </tr> <tr class="odd"> <td><p>12</p></td> @@ -2543,7 +2543,7 @@ In what slot the item can be equipped. </tr> <tr class="even"> <td><p>13</p></td> -<td><p>Weapon</p></td> +<td><p>One-Hand (not to confuse with Off-Hand = 22)</p></td> <td><p>28</p></td> <td><p>Relic</p></td> </tr> |
