From 2e2b627c2b808f06abf5aed0dca0ed5defd476ef Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:07:45 +0200 Subject: chore(character_stats): Update info (#409) --- docs/character_stats.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/character_stats.md b/docs/character_stats.md index 312ff3e..a4526cc 100644 --- a/docs/character_stats.md +++ b/docs/character_stats.md @@ -149,26 +149,38 @@ Character's current arcane resistance value. Character's current block chance. +Value must be >=0. If the value does not meet the condition the SQL will fail on `character_stats_chk_1`. + ### dodgePct Character's current dodge chance. +Value must be >=0. If the value does not meet the condition the SQL will fail on `character_stats_chk_1`. + ### parryPct Character's current parry chance. +Value must be >=0. If the value does not meet the condition the SQL will fail on `character_stats_chk_1`. + ### critPct Character's current crit chance. +Value must be >=0. If the value does not meet the condition the SQL will fail on `character_stats_chk_1`. + ### rangedCritPct Character's current ranged crit chance. +Value must be >=0. If the value does not meet the condition the SQL will fail on `character_stats_chk_1`. + ### spellCritPct Character's current spell crit chance. +Value must be >=0. If the value does not meet the condition the SQL will fail on `character_stats_chk_1`. + ### attackPower Character's current attackpower. -- cgit