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

Eärendil

Dalai Lama
36 Badges
Jul 18, 2006
1.387
2
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Synthetic Dawn
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Europa Universalis IV: Res Publica
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Deus Vult
  • Europa Universalis: Rome
  • 200k Club
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
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.
 

Eärendil

Dalai Lama
36 Badges
Jul 18, 2006
1.387
2
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Synthetic Dawn
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Europa Universalis IV: Res Publica
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Deus Vult
  • Europa Universalis: Rome
  • 200k Club
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
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.