Re: Balance Mod
The biggest ship in the Balance Mod is the Baseship, which tops out at 1800kT. It fits most of your conditions - it's big and slow. Rather than add a new entry though, you can just modify the size of that one. The entry is in VehicleSizes.txt found in the data folder. Perhaps start it at 2000 and let it increase at 200 per level as shown below. That's 2000 to 3000 over its 6 tech levels.
Example:
Tonnage Space Formula := 2000 + (([%Level%] - 1) * 200)
Tonnage Structure Formula := 2000 + (([%Level%] - 1) * 200)
|