
Originally Posted by
nevS
yes, read my post again :p for the base requirements there is no formula. For the rise by level and option there is a "formula", you can easily see a pattern which is same for almost all items.
Look:
(index is the item level)
int[] additionalStaffRise = new int[] { 0, 3, 7, 10, 14, 17, 21, 24, 28, 31, 35, 40, 45, 50, 56, 63 };
int[] additionalDurability = new int[] { 0, 1, 2, 3, 4, 6, 8, 10, 12, 14, 17, 21, 26, 32, 39, 47 };
int[] additionalDamage = new int[] { 0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 31, 36, 42, 49, 57, 66 };
int[] additionalDefense = new int[] { 0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 31, 36, 42, 49, 57, 66 };
ohhh i just looked... For the requirements it is not as simple, and I don't have the formular for that, sorry :)