update REAMDE
Silversage of Eitrigg [10-09-11 - 09:32]
diff --git a/REAMDE b/REAMDE
index d318a29..f6c4d07 100644
--- a/REAMDE
+++ b/REAMDE
@@ -1,8 +1,9 @@
Sage Gear Advice
by Silversage of Eitrigg
-This is BETA software. Comments, bug reports, etc, are welcome. That said, it's
-taken me a year to finally publish this, so fixes might be slow. :( Sorry.
+--------------------------------------------------------------------------------
+ DESCRIPTION
+--------------------------------------------------------------------------------
Purpose: SGA is a Pawn-like addon that understands reforging. After installing
you should see tooltip lines for armor and weapons that show the relative value
@@ -11,6 +12,11 @@ it calculates to be the best possible reforging. For items which SGA believes
should be reforged, it also displays the optimal reforging for that item (for
a particular usage).
+How SGA picks the best reforging: Based on the given stat weights, SGA selects
+whichever reforging provides the largest product of improvement in stat weight
+("from" stat vs "to" stat) times the number of point in the "from" stat which
+will be converted.
+
Customization: You can customize the stats weights for classes and specs, but
there's currently no UI. To change them, find the file named "stats.lua" and
open it for edit (with a text editor, not MS Word!). That file contains
@@ -18,6 +24,26 @@ instructions on how to tweak the weights. After editing and saving, in WoW,
/console reloadui
should reload your world and pick up the new stats.
+This is BETA software. Comments, bug reports, etc, are welcome. That said, it's
+taken me a nearly year to finally publish this, so fixes might be slow. :(
+Sorry.
+
+YOU CAN HELP: If you are a bona fide and recognized expert on a class/spec, you
+can help improve SGA by providing better stats for that class.
+
+--------------------------------------------------------------------------------
+ Feature Wish List
+--------------------------------------------------------------------------------
+
+1. Correctly account for meta-gem sockets, prismatic sockets, and cogwheel
+ sockets.
+2. Dynamic stat weighting, so that stat weights adjust for available gear.
+3. Evaluate single items in context of existing gear set. For example, evaluate
+ the improvement of equipping a certain item in the context of other items in
+ use for that same role.
+4. On tooltips for boe items, show upgrades for alts.
+5. Provide UI for editing stat weights.
+
--------------------------------------------------------------------------------
FAQ
--------------------------------------------------------------------------------