Over the last few months I saw quite a few complaints about Jason scoring favouring early domination/conquest.
But I haven't seen any constructive proposals.
I analyzed the formula a bit and have a proposal for a slight improvement without altering the basics.
Currently part of the formula is (taken from the calculator):
jasonbonus = (1 + ((bestturns/turns) * 0.15)) * 0.55 * (1-Math.sin((turns/180) - 1.5));
I propose to change this to:
jasonbonus = 0.12 * (bestturns/turns) + 0.55 * (1-Math.sin((turns/180) - 1.5));
The reason behind this is that the later victory conditions currently get a much lower Jason early victory bonus for scoring at the Jason best date than the earlier.
This is so, because the early victory part is multiplied by the milking curve, which gives much more score at earlier dates.
This is especially true if the domination best date is very low (as in all these low difficulty games lately).
As an example GOTM 35:
Domination at 400AD gave an early victory bonus of 1317 Jason.
Culture 20k at 1700 only 555 Jason.
My proposal would give 1200 bonus for both (and for space and diplo also, when at the Jason best date).
This still would not mean that you can get a high score at late dates without some severe dairy farming, but may help to limit the frustration of people doing a good late victory.
But I haven't seen any constructive proposals.
I analyzed the formula a bit and have a proposal for a slight improvement without altering the basics.
Currently part of the formula is (taken from the calculator):
jasonbonus = (1 + ((bestturns/turns) * 0.15)) * 0.55 * (1-Math.sin((turns/180) - 1.5));
I propose to change this to:
jasonbonus = 0.12 * (bestturns/turns) + 0.55 * (1-Math.sin((turns/180) - 1.5));
The reason behind this is that the later victory conditions currently get a much lower Jason early victory bonus for scoring at the Jason best date than the earlier.
This is so, because the early victory part is multiplied by the milking curve, which gives much more score at earlier dates.
This is especially true if the domination best date is very low (as in all these low difficulty games lately).
As an example GOTM 35:
Domination at 400AD gave an early victory bonus of 1317 Jason.
Culture 20k at 1700 only 555 Jason.
My proposal would give 1200 bonus for both (and for space and diplo also, when at the Jason best date).
This still would not mean that you can get a high score at late dates without some severe dairy farming, but may help to limit the frustration of people doing a good late victory.