From 78cd78359bbe88302939935a5db2128d99f2a985 Mon Sep 17 00:00:00 2001 From: Barbz Date: Thu, 23 May 2019 16:24:15 +0200 Subject: fix(item_template): Wrong value for a weapon in inventorytype (#51) & added some references when similar inventorytypes (robe/chest etc) --- docs/item_template.md | 12 ++++++------ 1 file 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.

0

Non equipable

15

-

Ranged (Bows)

+

Ranged (Bows) (see also Ranged right = 26)

1

@@ -2495,9 +2495,9 @@ In what slot the item can be equipped.

5

-

Chest

+

Chest (see also Robe = 20)

20

-

Robe

+

Robe (see also Chest = 5)

6

@@ -2509,7 +2509,7 @@ In what slot the item can be equipped.

7

Legs

22

-

Off hand

+

Off hand (see also One-Hand = 13)

8

@@ -2533,7 +2533,7 @@ In what slot the item can be equipped.

11

Finger

26

-

Ranged right (Wands, Guns)

+

Ranged right (Wands, Guns) (see also Ranged = 15)

12

@@ -2543,7 +2543,7 @@ In what slot the item can be equipped.

13

-

Weapon

+

One-Hand (not to confuse with Off-Hand = 22)

28

Relic

-- cgit