﻿command_government = {
	government_rules = {
		create_cadet_branches = no
		rulers_should_have_dynasty = no
		dynasty_named_realms = no
	}

	primary_holding = castle_holding
	valid_holdings = { city_holding }

	can_get_government = {
		OR = {
			primary_title = title:b_goldguard_heights
			primary_title = title:b_oldtown
			primary_title = title:b_lannisport
		}
	}

	vassal_contract_group = command_vassal

	flags = {
		government_is_settled
		government_is_default #For grouping governments that should use the regular lifestyle perks.
		government_is_command
	}

	color = rgb{ 90 140 210 }
}