View Single Post
09-21-10, 07:04 PM   #2
IQgryn
A Cyclonian
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 46
EDIT: These have changed, thank you Abysmall for pointing this out. The values in the table are correct for Beta ONLY. To get the live values, check Abysmall's table below, or subtract 56 from each value.

So after getting bored for half an hour today, I figured it out. I'll paste the info, the work on formatting it nicely with an edit. Again, this is the (new) final field in the item link, immediately following the player level.

Code:
TO        SPIRIT   DODGE   PARRY     HIT    CRIT   HASTE     EXP    MAST
FROM
SPIRIT         X     113     114     115     116     117     118     119
DODGE        120       X     121     122     123     124     125     126
PARRY        127     128       X     129     130     131     132     133
HIT          134     135     136       X     137     138     139     140
CRIT         141     142     143     144       X     145     146     147
HASTE        148     149     150     151     152       X     153     154
EXP          155     156     157     158     159     160       X     161
MAST         162     163     164     165     166     167     168       X
If that's not clear: when you use reforging to convert some of stat x (from the left column) to stat y (from the top row), the last field in your item link will change to the number in row x and and column y. Also, this editor could really use a table option.

Please let me know if I missed any stats, or goofed anywhere.

Last edited by IQgryn : 10-18-10 at 11:36 AM. Reason: Shamelessly stole Abysmall's better formatting