dacs = {
	name = "DESTROY_CONVERT_SETTLEMENT"
	group = "RULE_GROUP_DACSE"
	
	option = {
		name = balanced
		text = "RULE_OPTION_BALANCED"
		desc = "RULE_DACS_BALANCED_DESC"
	}
	
	option = {
		name = free
		text = "RULE_OPTION_FREE"
		desc = "RULE_DACS_FREE_DESC"
	}
	
	option = {
		name = off
		text = "RULE_OPTION_OFF"
		desc = "RULE_DACS_OFF_DESC"
	}
}

dacse_buildings = {
	name = "BUILDINGS_SET"
	group = "RULE_GROUP_DACSE"
	
	option = {
		name = VANILLA
		text = "RULE_OPTION_VANILLA"
		desc = "RULE_DACSE_VANILLA_DESC"
	}
	
	option = {
		name = HIP
		text = "RULE_OPTION_HIP"
		desc = "RULE_DACSE_HIP_DESC"
	}
}