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

peace_ai_desires = {
    # Germany Wants old German territories
    GER_old_claims_take_states = {
        peace_action_type = take_states
        enable = {
            FROM = {
                tag = ROOT
            }
            FROM.FROM.FROM = {
                OR = {
                    state = 66 # Niederschlesien
                    state = 67 # Oberschlesien
                    state = 762 # Katowice
                    state = 86 # Poznan
                    state = 807 # Gdynia
                    state = 85 # Danzig
                    state = 5 # Ermland Mauren
                    state = 763 # Königsberg
                    state = 188 # Memel
                    state = 28 # Alsace Lorraine
                    state = 8 # Luxembourg
                    state = 912 # North Schleswig
                }
            }
            ROOT = { 
                original_tag = GER
            }
        }
        ai_desire = 150
    }
}