Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Government types #97

Open
IohannesIohannium opened this issue Jun 12, 2022 · 0 comments
Open

Government types #97

IohannesIohannium opened this issue Jun 12, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@IohannesIohannium
Copy link
Contributor

The folder /common/government_types seems to be equivalent to CK3/EU4 files defining whether a ruler should be called "Emperor", "Tsar", "Kaiser", etc.

See how to translate EU4 ruler titles in it appropriately (may need use of some output special triggers to identify some "dynamic" Vic3 countries).

The syntax is:

gov_[string] = {
	transfer_of_power = [hereditary/dictatorial/parliamentary_elective]
	
	male_ruler = [localized string]
	female_ruler = [localized string]

	male_heir = [localized string]
	female_heir = [localized string]
	
	possible = {
		[various triggers]
	}
}

If the transfer of power is parliamentary_elective, then new_leader_on_reform_government = yes is also added. dictatorial seems to translate also some kind of electoral systems.

@Zemurin Zemurin added the good first issue Good for newcomers label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants