﻿
### Brief: holy_order_government
# Holy order will always get this
#
# This is referenced in code
#
holy_order_government = {
	government_rules = {
		council = yes
		court_generate_spouses = no
		inherit_from_dynastic_government = no
	}
	
	domicile_type = estate

	court_generate_commanders = 5

	ai = {
		arrange_marriage = no
		use_goals = no
		use_scripted_guis = no
		perform_religious_reformation = no
		use_legends = no
	}

	valid_holdings = { castle_holding city_holding }

	# Use flags instead of has_government for moddability if possible (i.e., wherever not visible to the player).
	flag = government_is_holy_order
	color = hsv{ 0.00 0.00 0.66 }
}

mercenary_government = {
	government_rules = {
		court_generate_spouses = no
		council = yes
		inherit_from_dynastic_government = no
	}

	court_generate_commanders = 10

	ai = {
		arrange_marriage = no
		use_goals = no
		use_scripted_guis = no
		perform_religious_reformation = no
		use_legends = no
	}

	flag = cannot_be_vassal_or_liege
	# Use flags instead of has_government for moddability if possible (i.e., wherever not visible to the player).
	flag = government_is_mercenary
	color = hsv{ 0.00 0.00 0.66 }
}