summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'other/attrib_stats.txt')
-rw-r--r-- | other/attrib_stats.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/other/attrib_stats.txt b/other/attrib_stats.txt index 4648324..cc06824 100644 --- a/other/attrib_stats.txt +++ b/other/attrib_stats.txt @@ -37,8 +37,9 @@ {Accuracy Controlled by: Dexterity Max: 100% - Min: 15% - (30 * (log((x + 5)/4))) + Min: 0% + (30 * (log((x + 5)/4))) // Might be too generous + Note: failing that roll halves the damages. } {Double Hits Controlled by: Speed @@ -61,8 +62,9 @@ {Accuracy Controlled by: Mind Max: 100% - Min: 15% - (30 * (log((x + 5)/4))) + Min: 0% + (30 * (log((x + 5)/4))) // Might be too generous + Note: failing that roll halves the damages. } {Double Hits Controlled by: Speed |