Playing Germany in the '36 scenario I noticed that BP will not fire if Japan is in the Axis because of this line in event 2645.
war = { country = GER country = JAP }
I even changed the random = 35 to 100% and it still wouldn't fire.
I changed it to this
NOT = { war = { country = GER country = JAP } }
and now it works.
war = { country = GER country = JAP }
I even changed the random = 35 to 100% and it still wouldn't fire.
I changed it to this
NOT = { war = { country = GER country = JAP } }
and now it works.