[outdated][1.3.3. 2dd2] AI Germany likes both Japan and China

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

bitmode

1st Reverse Engineer Battalion
Nov 10, 2016
4.085
8.014
@SteelVolt there's a copypasta in common/ai_strategy/GER.txt that makes GER want to befriend China as well after completing GER_japan_friend:

Code:
china_ally = {
    enable = {
        tag = GER
        has_completed_focus = GER_japan_friend
        country_exists = CHI
    }
    abort = {
        NOT = { country_exists = CHI }
    }
    
    ai_strategy = {
        type = befriend
        id = "CHI"           
        value = 200
    }
    ai_strategy = {
        type = alliance
        id = "CHI"           
        value = 200
    }   
}

This should be "has_completed_focus = GER_china_friend".
 
Upvote 0
Let's not distract the AI master ;) .. I took care of it, reported :cool:.