# Scripted cost modifiers for peace actions.
# See documentation.info file for more detailed scripting information.

peace_action_modifiers = {
	# Treating Vichy territory as French Cores and Vice Versa
    FRA_retake_french_territory_modifier = {
        category = is_core
        peace_action_type = take_states

        enable = {
            # ROOT = { original_tag = FRA }
            FROM = { original_tag = FRA }
            FROM.FROM = { original_tag = FRA}
            FROM.FROM.FROM = { NOT = { is_core_of = ROOT.FROM } }
        }
        cost_multiplier = 0.25
    }
}
