arena21 / idps

Automatically exported from code.google.com/p/idps
0 stars 0 forks source link

Expertise and documentation #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You need to make expertise account for the "mini caps".  Your expertise 
rating is a value 0-26 and mutilate needs 26.  In order to obtain this, you 
need 214 expertise on your gear.  What this implies is that between say 203-
213, 10 expertise is worth 0 dps. However, as soon as you hit 214, the 
expertise comes into play.

I'll try looking for the expertise calculation code and adding a simple if 
statement, but you might look at putting simple documentation in your code.

You are doing a great job, keep it up.

Original issue reported on code.google.com by diablo...@gmail.com on 13 Feb 2010 at 1:33

GoogleCodeExporter commented 8 years ago
Testing has proven that there are no 'mini caps' for expertise.Expertise is not 
a fixed integer like character 
profiles suggest. Every point of expertise rating reduces your chance to be 
dodged.

See this post for more info:
http://elitistjerks.com/f78/t38095-retesting_hit_table_assumptions/p3/#post10784
66

I might be wrong tho and you are talking about something totally different.

Original comment by ch...@clan-fwd.com on 13 Feb 2010 at 4:33

GoogleCodeExporter commented 8 years ago
Alright, that's news to me!  As for documentation, some more tidbits on every 
paragraph 
of code would help me navigate your source code much faster (or anyone else for 
that 
matter).  Perhaps adding standard java documentation for methods and such would 
make it 
easy to look at and modify your code.

Original comment by diablo...@gmail.com on 15 Feb 2010 at 2:47

GoogleCodeExporter commented 8 years ago
Yes this would indeed be great, but I originally never intended to releast the 
source, thus the lacking 
documentation. It's something I will slowly add over time.

Original comment by ch...@clan-fwd.com on 15 Feb 2010 at 9:54