2010-02-14, 12:46 AM
They could just increase the quadratic factor.
i.e. replace M*(M+1000) with M*(2M+1000) or something. (This is probably horribly unbalanced; I haven't tested it against actual values to calibrate it sensibly.)
i.e. replace M*(M+1000) with M*(2M+1000) or something. (This is probably horribly unbalanced; I haven't tested it against actual values to calibrate it sensibly.)

