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

peace_ai_desires = {   
	ZBO_wants_branden = {
        peace_action_type = take_states
        enable = {
            tag = ZBO 
            FROM = { tag = ROOT }  # And the negotiator is also taking for themselves
            FROM.FROM.FROM = {
				OR = {
					state = 66
					state = 86
					state = 68
					state = 60
					state = 59
					state = 61
					state = 64
				}
			}	
        }
        ai_desire = 150  # 50 percent higher desire?
    }
	ZBO_wants_maren = {
        peace_action_type = take_states
        enable = {
            tag = ZBO 
            FROM = { tag = ROOT }  # And the negotiator is also taking for themselves
            FROM.FROM.FROM = {
				OR = {
					state = 67
					state = 74
					state = 75					
				}
			}	
        }
        ai_desire = 150  # 50 percent higher desire?
    }	
}
