• 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.
VIP:

Code:
#########################################################################
#  Proclamation of Mughal State
#########################################################################
event = { 
	id = 8800
	random = no
	country = TRA
	
	trigger = {
		prestige = 100
		control = { province = 1945 } # Hyderabad
		control = { province = 1929 } # Nagpur
		control = { province = 1919 } # Bhopal
		control = { province = 1920 } # Gwailor
		control = { province = 1483 } # Jodhpur
		control = { province = 1897 } # Baroda
	}

	name = "EVT_8800_NAME"
	desc = "EVT_8800_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1836 }
	offset = 17
	deathdate = { day = 30 month = december year = 1920 }
	
	action_a = {
		name = "ACTIONNAME8800A" # Create National State!
		command = { type = country which = MUG }
		command = { type = prestige value = 100 }
		command = { type = treasury value = 500 }
		command = { type = gain_tech which = 1001 }
		command = { type = gain_tech which = 1101 }
		command = { type = gain_tech which = 1201 }
		command = { type = gain_tech which = 1301 }
		command = { type = gain_tech which = 1401 }
		command = { type = gain_tech which = 2001 }
		command = { type = gain_tech which = 2101 }
		command = { type = gain_tech which = 2201 }
		command = { type = gain_tech which = 2301 }
		command = { type = gain_tech which = 2401 }
		command = { type = gain_tech which = 3001 }
		command = { type = gain_tech which = 3101 }
		command = { type = gain_tech which = 3201 }
		command = { type = gain_tech which = 3301 }
		command = { type = gain_tech which = 3401 }
		command = { type = gain_tech which = 4001 }
		command = { type = gain_tech which = 4101 }
		command = { type = gain_tech which = 4201 }
		command = { type = gain_tech which = 4301 }
		command = { type = gain_tech which = 4401 }
		command = { type = gain_tech which = 5001 }
		command = { type = gain_tech which = 5101 }
		command = { type = gain_tech which = 5201 }
		command = { type = gain_tech which = 5301 }
		command = { type = gain_tech which = 5401 }
		command = { type = setflag which = flg_MUG value = 1 }
	}
}

Unfortunately I don't have vanilla installed so I don't know their requirements.
 
The above posted event is available for the following tags:

TRA
MYS
HYD
NAG
BAS
ORI
BUN
AWA
GWA
BHO
IND
JAI
MEW
JOD
BER
KUT
SIN
MAK
KAL
JAS
BIK
PAN
SEM
LAD
KAS

So it seems to be most (all?) Indian states.