﻿feudalize_tribal_holding_interaction_cost = {
	value = 500
	if = {
		limit = {
			is_ai = yes
			capital_province = { has_holding_type = tribal_holding }
			
		}
		add = -250
	}
	if = {
		limit = {
			capital_province = { has_holding_type = estate_holding }
			
		}
		divide = 3
	}
}
