###################
# ¬±-ձ #
###################
diplomatic_decisions = {

	# Marco Polo Bridge Incident
	marco_polo_bridge_incident = {
		potential = {
			tag = JAP
			year = 1937
			not = { has_country_flag = the_marco_polo_bridge_incident }
			exists = CHI
			not = { vassal_of = CHI }
			not = { war_with = CHI }
			CHI = {
				not = { alliance_with = SOV }
				not = { alliance_with = USA }
				not = { alliance_with = ENG }
				not = { vassal_of = JAP }
			}
			not = { controls = 4979 }	# Beiping
		}
		allow = {
			not = { alliance_with = CHI }
		}
		effect = {
			set_country_flag = the_marco_polo_bridge_incident
			war = CHI
                        war = CHC
                        war = CSX
                        war = CGX
                        war = CYN
			relation = { who = USA value = -10 }
			relation = { who = ENG value = -10 }
			relation = { who = SOV value = -10 }
			relation = { who = CHI value = -50 }
			relation = { who = CHC value = -100 }
			relation = { who = CSX value = -50 }
			relation = { who = CGX value = -50 }
			relation = { who = CYN value = -50 }
			dissent = -10
			manpower = 0.4
			neutrality = -5
			CHI = { country_event = 1701 }
                        CHC = { country_event = 1701 }
                        CGX = { country_event = 1701 }
                        CSX = { country_event = 1701 }
                        CYN = { country_event = 1701 }
		}
		ai_will_do = {
			factor = 1
		}
	}

	# Japan demands bases in French Indochine
	japan_demands_bases_in_indochine = {
		potential = {
			not = { has_country_flag = japan_demands_bases_in_indochina }
			exists = VIC
			alliance_with = GER
			not = { french_indochine_region = { not = { controlled_by = VIC } } }
		}
		allow = {
			not = { alliance_with = ENG }
			tag = JAP
		}
		effect = {
			set_country_flag = japan_demands_bases_in_indochina
			relation = { who = VIC value = -10 }
			relation = { who = USA value = -15 }
			relation = { who = CGX value = -25 }
			relation = { who = CYN value = -20 }
			VIC = {
				threat = { who = JAP value = 5 }
			}
			USA = {
				threat = { who = JAP value = 5 }
			}
			neutrality = -5
			VIC = { country_event = 1801 }
			USA = { country_event = 1802 }
			set_country_flag = indochine_to_japan
		}
		ai_will_do = {
			factor = 1
		}
	}

	# Japan puts pressure on Siam
	japan_puts_pressure_on_siam = {
		potential = {
			tag = JAP
			not = { has_country_flag = japanese_pressure_on_siam }
			exists = SIA
			exists = VIC
			has_country_flag = indochine_to_japan
			JAP = {
				controls = 6178
				controls = 6186
				controls = 6193				
				controls = 6201
				controls = 6203
				controls = 6209
				controls = 6212
				controls = 6220
				controls = 6221
				controls = 6222
				controls = 6232
				controls = 6233
				controls = 6242
				controls = 7709
				controls = 7712
				controls = 7713
				controls = 7714
				controls = 7715
				controls = 7716
				controls = 7718
				controls = 7719
				controls = 7724
				controls = 7725
				controls = 7727
				controls = 7731
			}
		}
		allow = {
			alliance_with = GER
			not = { war_with = SIA }
		}
		effect = {
			set_country_flag = japanese_pressure_on_siam
			relation = { who = SIA value = 5 }
			neutrality = -3
			SIA = {
				threat = { who = JAP value = 5 }
			}
			SIA = { country_event = 2701 }
		}
		ai_will_do = {
			factor = 1
		}
	}
}
#############################################
#                  -CHI                 #
#############################################
diplomatic_decisions = {
          japan_surrendered_to_china = {
               potential = {
                            tag = JAP
                            not = { has_country_flag = japan_surrendered_to_china }
                            not = { exists = MAN }
                            exists = CHI
                            war_with = CHI
                            CHI = {
                                   controls = 5341 #
                                   controls = 5056
                                   controls = 5116
                                   controls = 4691
                                   controls = 9325

                                   controls = 9444 #CHIʤ
                                   controls = 9478
                                   controls = 7541
                                   controls = 7523
                                   controls = 7514
                                   controls = 7544
                                   controls = 5731
                                   controls = 7508
                                   controls = 5515
                                   controls = 5516
                                   controls = 5707
                                   controls = 9266
                                   controls = 5542
                                   controls = 5494
                                   controls = 7447
                                   controls = 7468
                                   controls = 5336
                                   controls = 5275
                                   controls = 5180
                            }
               }
               effect = {
                         dissent = 10
                         threat = { who = CHI value = -20 }
                         CHI = { country_event = 80401 }
                         set_country_flag = japan_surrendered_to_china
               }
               ai_will_do = {
                  factor =1
               }
          }
}
#############################################
#                  -CHC                 #
#############################################
diplomatic_decisions = {
          the_japan_surrendered_to_china = {
               potential = {
                            tag = JAP
                            not = { has_country_flag = japan_surrendered_to_china }
                            #not = { exists = MAN }
                            exists = CHC
                            war_with = CHC
                            CHC = {
                                   controls = 5341 #
                                   controls = 5056
                                   controls = 5116
                                   controls = 4691

                                   controls = 7417 #Ӱ
                            }
               }
               effect ={
                        dissent = 10
                        threat = { who = CHC value = -20 }
                        CHC = { country_event = 80405 }
                        set_country_flag = japan_surrendered_to_china
               }
               ai_will_do = {
                  factor =1
               }
          }
}