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

peace_ai_desires = {   
	ZPA_wants_pars_kushotb = {
        peace_action_type = take_states
        enable = {
            tag = ZPA 
            FROM = { tag = ROOT }  # And the negotiator is also taking for themselves
            FROM.FROM.FROM = {
				OR = {
					state = 888
					state = 410
					state = 412
					state = 840
					state = 414								
				}
			}	
        }
        ai_desire = 100  # 50 percent higher desire?
    }	
}
