﻿DIPLOMACY = {
	c:GBR ?= {

		## INDIA / BRITISH RAJ - I briefly considered making India into a British puppet, under the context of the Raj being directly controlled by the crown, rather than the company
		## previously. However, from what I can see, it still remained a dominion and part of the British Empire up until 1947.
		create_diplomatic_pact = {
			country = c:BIC
			type = dominion
		}

		## SOUTH AFRICA / CAPE COLONY
		create_diplomatic_pact = {
			country = c:SAF
			type = puppet
		}

		## EGYPT
		create_diplomatic_pact = {
			country = c:EGY
			type = dominion
		}
		

		### OH CANADA ###
		create_diplomatic_pact = {
			country = c:CAN
			type = dominion
		}

		### AUSTRALIA & NEW ZEALAND ###
		create_diplomatic_pact = {
			country = c:AST
			type = dominion
		}
		create_diplomatic_pact = {
			country = c:NZL
			type = dominion
		}

		## BRITISH MALAYA
		create_diplomatic_pact = {
			country = c:BMY
			type = puppet
		}
	}
	c:NET ?= {

		## DUTCH EAST INDIES
		create_diplomatic_pact = {
			country = c:DEI
			type = dominion
		}
	}
	c:USA ?= {

		## LIBERA
		create_diplomatic_pact = {
			country = c:LIB
			type = protectorate
		}

		## PHILIPINES
		create_diplomatic_pact = {
			country = c:PHI
			type = puppet
		}
	}
	c:FRA ?= {

		## FRENCH INDOCHINA
		create_diplomatic_pact = {
			country = c:FIC
			type = puppet
		}
	}
	c:JAP ?= { # No Korea, as per the 1910 annexation treaty. However, I may consider making them a puppet in the future for gameplay fun

		## JAPANESE MANCHURIA
		create_diplomatic_pact = {
			country = c:MCH
			type = puppet
		}
		
		## JAPANESE MONGOLIA
		create_diplomatic_pact = {
			country = c:MAR
			type = puppet
		}
	}
	c:RUS ?= {

		## RUSSIAN CHINA
		create_diplomatic_pact = {
			country = c:TUV
			type = puppet
		}
		create_diplomatic_pact = {
			country = c:MGL
			type = puppet
		}
		create_diplomatic_pact = {
			country = c:XNG
			type = protectorate
		}
	}
}
