AI combat bonus
Moderators: Slitherine Core, The Lordz
AI combat bonus
Hi, anyone knows in which file is AI combat bonus script? Thanks!
Re: AI combat bonus
Don't call me "anyone". 
All combat stuff is of course dealt with in game.combat.lua which can be found in Data/Scripts/game/
Tell me what AI combat bonus you are specifically searching for so I can point you at the correct part of that script.

All combat stuff is of course dealt with in game.combat.lua which can be found in Data/Scripts/game/
Tell me what AI combat bonus you are specifically searching for so I can point you at the correct part of that script.

Slitherine's Commander the Great War - Director's Cut: POTZBLITZ mod!
FIND IT HERE: http://www.slitherine.com/forum/viewtopic.php?f=218&t=77884&p=662610#p662610
Re: AI combat bonus


Re: AI combat bonus
function GiveOneOffBonuses(faction,alliance) can be found in game_resources.lua but contrary to what you think it does not give combat bonus to the AI but instead extra manpower and it always did just that.
There never was a function that gave a global combat bonus to the AI, only situation/event specific bonus and those can all be found in game_combat.lua.
And just to be clear: the new difficulty selection system does not affect the AI at all but only affects the player: he loses more morale, has worse combat results and all neutral nations are less likely to join the player's alliance.
Medium difficulty reduces combat/morale/neutral alignment change by -10% each time, Hard difficulty by -15% each and impossible difficulty by -20% each.
There never was a function that gave a global combat bonus to the AI, only situation/event specific bonus and those can all be found in game_combat.lua.
And just to be clear: the new difficulty selection system does not affect the AI at all but only affects the player: he loses more morale, has worse combat results and all neutral nations are less likely to join the player's alliance.
Medium difficulty reduces combat/morale/neutral alignment change by -10% each time, Hard difficulty by -15% each and impossible difficulty by -20% each.

Slitherine's Commander the Great War - Director's Cut: POTZBLITZ mod!
FIND IT HERE: http://www.slitherine.com/forum/viewtopic.php?f=218&t=77884&p=662610#p662610
Re: AI combat bonus
Oh! I was wrong then, thanks for your explanation.
Re: AI combat bonus
If you need help with anything else I'll be happy to give advice. 


Slitherine's Commander the Great War - Director's Cut: POTZBLITZ mod!
FIND IT HERE: http://www.slitherine.com/forum/viewtopic.php?f=218&t=77884&p=662610#p662610
Re: AI combat bonus
Thanks a lot for your support 
