From d4a0151e6478b5cb01d3ed4dc192cc993a8021be Mon Sep 17 00:00:00 2001 From: Stefano Borzì Date: Tue, 9 Jun 2020 21:56:58 +0200 Subject: chore(item-template): add ItemLimitCategory desc (#243) --- docs/item_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/item_template.md b/docs/item_template.md index c9d5433..ba13f1d 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -3602,7 +3602,9 @@ Set ITEM\_FLAGS\_CU\_DURATION\_REAL\_TIME in *flagsCustom* for real time. In tha ### ItemLimitCategory -`field-no-description|78` +This is related to ItemLimitCategory.dbc. +It is a property that defines if an item belongs to a "category", like "Mana Gems" or "Healthstone" and it defines how many items of the category you can have in the bag (this is the "limit"). +For example, for Healthstone, there are several items like "Lesser Healthstone, Greater Healthstone, etc." but you can have only one in your bag (check as example value 3 or 4). ### HolidayId -- cgit