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

Implement localisation for custom_attributes #244

Open
maxice8 opened this issue Jan 17, 2023 · 0 comments
Open

Implement localisation for custom_attributes #244

maxice8 opened this issue Jan 17, 2023 · 0 comments

Comments

@maxice8
Copy link
Collaborator

maxice8 commented Jan 17, 2023

Example government file:

imperium_of_mann_reform = {
	icon = imperium_mann
	allow_normal_conversion = no
	lock_level_when_selected = yes
	allow_convert = no
	fixed_rank = 3
	potential = {
		has_country_flag = imperium_mann_flag
	}
	valid_for_nation_designer = no

	modifiers = {
		global_unrest = -2
		max_absolutism = 10
		monarch_military_power = 2
		cav_to_inf_ratio = 0.5
	}
	
	custom_attributes = {
		locked_government_type = yes
	}

	conditional = {
		allow = { has_dlc = "Third Rome" }
		claim_states = yes
	}
}

The file in the cwtools-rule is common/government_and_reforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant