diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-28 13:08:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 13:08:02 +0200 |
| commit | 095d4a83baa80485739e4c8d4ac51e7deebd7673 (patch) | |
| tree | 644dd47b60c397f6453beaa033299c22a17e9046 /docs | |
| parent | 78df0696902d0e37d5a37829aed4d4eea9844f0a (diff) | |
| download | wiki-095d4a83baa80485739e4c8d4ac51e7deebd7673.tar.gz wiki-095d4a83baa80485739e4c8d4ac51e7deebd7673.tar.bz2 wiki-095d4a83baa80485739e4c8d4ac51e7deebd7673.zip | |
chore(item_enchantment_template): update info (#412)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/item_enchantment_template.md | 2 |
1 files changed, 2 insertions, 0 deletions
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`. |
