Doesn't seem possible, but maybe I'm missing something.
In the defines, there are only very limited options to affect this:
Which isn't very useful in this case. Increasing the costs isn't an option, since that also affects players selling communications.
In the country_types, there's:
...which, as the comment states, doesn't actually affect countries with default diplomacy.
I guess I could disable trading all-together, but that might be considered overkill.
So... anything I'm missing?
In the defines, there are only very limited options to affect this:
Code:
TRADE_VALUE_SENSOR_CHARTS = 2 # Per new comms
TRADE_VALUE_SENSOR_CHARTS_MAX = 10
In the country_types, there's:
Code:
# can_have_their_comms_shared #if this is set to yes, other countries in contact with this one will be able to share that contact (for countries that use custom_diplomacy)
I guess I could disable trading all-together, but that might be considered overkill.
So... anything I'm missing?