Aldriana / ShadowCraft-Engine

Calculations backend for ShadowCraft, a WoW theorycraft project.
GNU Lesser General Public License v3.0
37 stars 22 forks source link

One-Handed Expertise Values #76

Open Aldriana opened 13 years ago

Aldriana commented 13 years ago

Might be nice to have the ability to generate one-handed expertise values - i.e., a orc or gnome wielding axe/dagger, above the racial expertise cap but below the overall cap. Probably don't want to compute this all the time, but having the ability to get it when needed would be nice.

For that matter, we might want to think about defining an EP function where you only get EP values for the base stats you care about. For instance, if at some point a caster model is built, they'll want int and spirit EP values, but rogues don't need those. Or, in most cases, to parry expertise calculations. This probably wants to be user configurable, but have a sensible default.