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

# peace_ai_desires = {
    # # Anatolian Fascists Want Anatolia
    # GRE_anatolian_take_states = {
        # peace_action_type = take_states
        # enable = {
            # FROM = {
                # tag = ROOT
            # }
            # FROM.FROM.FROM = {
                # OR = {
                    # region = 25 # Greece
                    # region = 129 # Anatolia
                    # state = 799 # Hatay
                # }
            # }
            # ROOT = { 
                # original_tag = GRE
                # has_completed_focus = GRE_horror_and_fear 
            # }
        # }
        # ai_desire = 100
    # }
    # GRE_anatolian_other = {
        # peace_action_type = { liberate force_government puppet }
        # enable = {
            # FROM.FROM.FROM = {
                # OR = {
                    # region = 25 # Greece
                    # region = 129 # Anatolia
                    # state = 799 # Hatay
                # }
            # }
            # ROOT = { 
                # original_tag = GRE
                # has_completed_focus = GRE_horror_and_fear 
            # }
        # }
        # ai_desire = -50
    # }
# }