There is a formula there, if you want to sus it out.
The discount is 0.05*(1200-Hull), Making the cost Hull * (0.1-(0.0005*(1200-Hull)))
The only outlier is the 100 ton hull, because I didn't want the cost to be a decimal, (5.5 MCr)
But you could easily make a table for 100 - 1100 tons, something like:
that give you a nice, smooth ramp to the cost until you are at 1200 which is full price. Compared with MGT 1E which is nice, but the cost is a little erratic.

However both are better than CT, MGT 1E does follow the same cost structure as CT, but it seems to interpolate the intermediate steps.

The discount is 0.05*(1200-Hull), Making the cost Hull * (0.1-(0.0005*(1200-Hull)))
The only outlier is the 100 ton hull, because I didn't want the cost to be a decimal, (5.5 MCr)
But you could easily make a table for 100 - 1100 tons, something like:
Hull | Cost in MCr | |
100 | 5 | |
150 | 8 | |
200 | 10 | |
250 | 14 | |
300 | 17 | |
400 | 24 | |
500 | 33 | |
600 | 42 | |
700 | 53 | |
800 | 64 | |
900 | 77 | |
1000 | 90 | |
1100 | 105 | |
1200 | 120 |
that give you a nice, smooth ramp to the cost until you are at 1200 which is full price. Compared with MGT 1E which is nice, but the cost is a little erratic.

However both are better than CT, MGT 1E does follow the same cost structure as CT, but it seems to interpolate the intermediate steps.

Or you could just use a formula, like HG, MT, TNE, T4, etc. did.