Thanks D. Can you tell me in which file to look if I want to remove or adjust it.
Hey O the default value for both war and peace is 1 which equals one hundred per cent. That is set in the misc.txt. It can be changed by this event command...
type = wartime_ic_mod value = X(%) # Additive, and ONLY applied when a country is at war. Default base value is 100%.
You may need to play around with it to get it to do what you want. In the modding section of the base game files you have the event command instructions. I have not used this command but if you look in the event file for any country there should be an event that modifies it. Hang on...
delanonne
PS Here is an example of adding to the peace time IC modifier... you just change it to wartime...
command = { type = peacetime_ic_mod value = 12 }
This is a gearing up event for France that adds 12 per cent to the peace time IC I think.