diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-03-28 13:07:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 13:07:45 +0200 |
| commit | 2e2b627c2b808f06abf5aed0dca0ed5defd476ef (patch) | |
| tree | 7bde4723f8cb966f8036911f0a2efe1cd3d8da8a | |
| parent | 57cf580012a403ffac8ebf169379270e5f653f6a (diff) | |
| download | wiki-2e2b627c2b808f06abf5aed0dca0ed5defd476ef.tar.gz wiki-2e2b627c2b808f06abf5aed0dca0ed5defd476ef.tar.bz2 wiki-2e2b627c2b808f06abf5aed0dca0ed5defd476ef.zip | |
chore(character_stats): Update info (#409)
| -rw-r--r-- | docs/character_stats.md | 12 |
1 files changed, 12 insertions, 0 deletions
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. |
