COALITION_JOIN_THRESHOLD = 110, -- AI will join a coalition if the coalition score is above this value
COALITION_LEAVE_THRESHOLD = 70, -- AI will leave a coalition if the coalition score is below this value
COALITION_TROOP_STRENGTH_THREAT_RATIO = 0.8, -- AI will consider a realm to be a threat if it has a valid CB against you and the AI is this much smaller in army strength
COALITION_PROVINCE_THREAT_RATIO = 0.2, -- AI will consider a realm to be a threat if the AI is this much smaller in number of provinces, regardless of CB's
COALITION_TROOP_STRENGTH_PROTECTION_RATIO = 0.7, -- AI will consider a coalition to need assistance if a member is of your religion/culture/dynasty and the target is not, and the coalition is this much smaller in army strength
COALITION_PROVINCE_MULTIPLIER = 1.0, -- Multiplier of realm provinces, added to coalition score
COALITION_INFAMY_MULTIPLIER = 4.0, -- Multiplier of realm infamy, added to coalition score
COALITION_DISTANCE_MULTIPLIER = -1.1, -- Multiplier of distance between two rulers, added to coalition score
COALITION_SMALL_THREAT_MULTIPLIER = 0.6, -- Multiplier to the entire coalition score for small nations target has no CB on
START_COALITION_INTERACTION_MONEY = 0,
START_COALITION_INTERACTION_PIETY = 0,
START_COALITION_INTERACTION_PRESTIGE = 0,
START_COALITION_INTERACTION_THRESHOLD_FOR_NO = 0,
START_COALITION_INTERACTION_THRESHOLD_FOR_YES = 0,
START_COALITION_INTERACTION_MUST_HAVE_COST = 0, -- Is having prestige/piety >= cost required for this action?
START_COALITION_INTERACTION_ENABLED = 1, -- Should this action be used at all?
LEAVE_COALITION_INTERACTION_MONEY = 0,
LEAVE_COALITION_INTERACTION_PIETY = 0,
LEAVE_COALITION_INTERACTION_PRESTIGE = 0,
LEAVE_COALITION_INTERACTION_THRESHOLD_FOR_NO = 0,
LEAVE_COALITION_INTERACTION_THRESHOLD_FOR_YES = 0,
LEAVE_COALITION_INTERACTION_MUST_HAVE_COST = 0, -- Is having prestige/piety >= cost required for this action?
LEAVE_COALITION_INTERACTION_ENABLED = 1, -- Should this action be used at all?
COALITION_INFAMY_LIMIT = 25, -- The amount of provinces in a realm that is needed for beeing a valid target of a coalition
COALITION_SIZE_RATIO = 0.9, -- Realms larger than the target * COALITION_SIZE_RATIO are not allowed in a coalition