﻿
NAI = {
	DEFAULT_STRATEGY_STRING = "ai_strategy_default"

	CHANGE_STRATEGY_THRESHOLD = 50	# At this threshold of 'change points', the AI will roll a new strategy
	CHANGE_STRATEGY_INCREASE_WEEKLY_CHANCE = 50 # Chance per week of AI gaining a 'change point' towards rolling a new strategy (1 = 1%)
	
	CHANGE_STRATEGY_POLITICAL_NEW_RULER = 100 # How many 'change points' are added to each strategy when a country gets a new ruler
	CHANGE_STRATEGY_POLITICAL_LAW_ENACTED = 25 # How many 'change points' are added to politics strategy when a law is enacted
	
	CHANGE_STRATEGY_DIPLOMATIC_STATE_GAINED = 10 # How many 'change points' are added to diplomatic strategy when a new state is acquired
	CHANGE_STRATEGY_DIPLOMATIC_STATE_LOST = 10 # How many 'change points' are added to diplomatic strategy when we lose a state
    CHANGE_STRATEGY_DIPLOMATIC_UNIFICATION_CANDIDATE = 100 # How many 'change points' are added to diplomatic strategy when we become or stop being a unification candidate
}