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

peace_ai_desires = {
    nationalists_want_all_of_after_scw = {
        peace_action_type = { take_states }
        enable = {
            ROOT = { 
                original_tag = SPR 
                not = { tag = SPC }
            }
            FROM.FROM = { original_tag = SPR }  #And it is being taken from an original spain
        }
        ai_desire = 75
    }
    
   
}