thorian
Explorer
I spent a few minutes and tried to derive an elegant equation which explains how to generate the cost of a metamagic rod. I came up with a simple solution, except there is one rod which doesn’t match up (the lesser quicken rod).
Here is the equation:
((L*2)-1)*(M^2)*300gp
L = the level adjustment of the metamagic feat which the rod duplicates
M = the maximum level of spell which the rod is able to effect
If anyone can derive a better equation, that would be great. I’d like to see if someone can generate an exact formula.
Here is the equation:
((L*2)-1)*(M^2)*300gp
L = the level adjustment of the metamagic feat which the rod duplicates
M = the maximum level of spell which the rod is able to effect
Code:
[b][u]type M L cost Calc[/u][/b]
lesser 3 1 3000 2700
regular 6 1 11000 10800
greater 9 1 24500 24300
lesser 3 2 9000 8100
regular 6 2 32500 32400
greater 9 2 73000 72900
lesser 3 3 14000 13500
regular 6 3 54000 54000
greater 9 3 121500 121500
lesser 3 4 35000 18900 (why?)
regular 6 4 75500 75600
greater 9 4 170000 170100