From 095d4a83baa80485739e4c8d4ac51e7deebd7673 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:08:02 +0200 Subject: chore(item_enchantment_template): update info (#412) --- docs/item_enchantment_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/item_enchantment_template.md b/docs/item_enchantment_template.md index a69495a..d40bd6f 100644 --- a/docs/item_enchantment_template.md +++ b/docs/item_enchantment_template.md @@ -31,3 +31,5 @@ The enchantment to apply on the item. If the entry for the current row is used i ### chance The chance for a random property or suffix to be applied to the item. For each entry in this table, the combined chances of all properties/suffixes need to equal 100 otherwise the item may not get a random enchantment on it. + +Value must be >=0. If the value does not meet the condition the SQL will fail on `item_enchantment_template_chk_1`. -- cgit