| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'other')
| -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        }     }  } | 


