# Scripted AI desire for peace actions.
# See documentation.info file for more detailed scripting information.

peace_ai_desires = {

    fascist_non_aligned_uk_annex_ireland = {
        peace_action_type = take_states
        enable = {
            FROM.FROM.FROM = {
                is_core_of = IRE
            }
            ROOT = {
                original_tag = ENG
            }
			ROOT.FROM = { tag = ROOT }
            ROOT = {
                OR = {
                    has_government = fascism
                    has_government = neutrality
                }
            }
        }
        ai_desire = 75
    }


    democratic_communist_uk_puppet_ireland = {
        peace_action_type = puppet
        enable = {
            FROM.FROM.FROM = {
                is_core_of = IRE
            }
            ROOT = {
                original_tag = ENG
            }
			ROOT.FROM = { tag = ROOT }
            ROOT = {
                OR = {
                    has_government = democratic
                    has_government = communism
                }
            }
        }
        ai_desire = 75
    }
	
	fascist_non_aligned_prefer_coastal = {
        peace_action_type = take_states
        enable = {
            FROM.FROM.FROM = {
                is_coastal = yes
            }
            ROOT = {
                original_tag = ENG
            }
			ROOT.FROM = { tag = ROOT }
            ROOT = {
                OR = {
                    has_government = fascism
                    has_government = neutrality
                }
            }
        }
        ai_desire = 10
    }
}
