| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-01-19 12:48:39 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-01-19 12:48:39 +0100 | 
| commit | 661ae8ca55928e5be645c3d3e8f2ecc915ab16a6 (patch) | |
| tree | 1fd8893db009acced96b40a96501989ff9ecd0c6 | |
| parent | 25c827cbf6ac708d1b524c17cc59f46c3362abb8 (diff) | |
...
| -rw-r--r-- | other/attrib_stats.txt | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/other/attrib_stats.txt b/other/attrib_stats.txt index 549b2e6..4648324 100644 --- a/other/attrib_stats.txt +++ b/other/attrib_stats.txt @@ -38,36 +38,43 @@           Controlled by: Dexterity           Max: 100%           Min: 15% +         (30 * (log((x + 5)/4)))        }        {Double Hits           Controlled by: Speed           Max: 100%           Min: 0% +         (x^2.5)/1000        }        {Critical Hits           Controlled by: Intelligence           Max: 100%           Min: 0% +         (x^2.5)/1000        }     }     {Magical Weapons        {Damage           Controlled by: Intelligence +         limits + (((Strength - 50)/75) limits)        }        {Accuracy           Controlled by: Mind           Max: 100%           Min: 15% +         (30 * (log((x + 5)/4)))        }        {Double Hits           Controlled by: Speed           Max: 100%           Min: 0% +         (x^2.5)/1000        }        {Critical Hits           Controlled by: Dexterity           Max: 100%           Min: 0% +         (x^2.5)/1000        }     }  } | 


