
Originally Posted by
AdeptusM
I want to change the infamy added for a war goal to 0. Mainly, I want to see what would happen if the world just went berzerk. What line in cb_types to modify?
Code:
INFAMY_ADD_TO_SPHERE = 2,
INFAMY_RELEASE_PUPPET = 0.5,
INFAMY_DISARMAMENT = 5,
INFAMY_REPARATIONS = 5,
INFAMY_TRANSFER_PROVINCES = 3,
INFAMY_PRESTIGE = 2,
INFAMY_CONCEDE = 1,
INFAMY_STATUS_QUO = 0,
INFAMY_ANNEX = 10,
INFAMY_DEMAND_STATE = 5,
None of the lines in cb_types.txt, it can be found in defines.lua.
edit, also, any way to reduce a truce to 1 day?
Not to one day, but it can be reduced to one month:
Code:
BASE_TRUCE_MONTHS = 60
Also found in defines.lua.
Change what's written here to whatever you like.

Originally Posted by
Avindian
...but that jingoism either increases MTTH (mean time to happen) ...
That would make it less common - don't you mean the opposite?