﻿@ai_standard_liege_desire = 2
@ai_standard_vassal_desire = 1
# Everything below this line is 'Fine Print'

cultural_rights = {
	display_mode = checkbox
	icon = vassal_icon
	is_shown = {
		NOT = {
			scope:subject.culture = scope:liege.culture
		}
	}
	obligation_levels = {
		cultural_rights_none = {
			default = yes
			position = { 0 0 }
			
			ai_liege_desire = @ai_standard_liege_desire
			ai_subject_desire = 0
		}
		cultural_rights_protected = {
			is_valid = {
				NOT = {
					scope:subject.culture = scope:liege.culture
				}
			}
			parent = cultural_rights_none
			position = { 1 0 }
			
			subject_opinion = 5
			
			subject_modifier = {
				county_opinion_add = 5
			}
			
			flag = culturally_protected
			
			ai_liege_desire = 0
			ai_subject_desire = 10
		}
	}
}


minor_tributes_rights = {
	display_mode = checkbox
	icon = liege_icon
	obligation_levels = {
		minor_tributes_rights_default = {
			default = yes
			position = { 0 0 }

			ai_liege_desire = 0
			ai_subject_desire = @ai_standard_vassal_desire
		}
		minor_tributes_rights_enforced = {
			parent = minor_tributes_rights_default
			position = { 1 0 }

			subject_opinion = -10
			liege_modifier = {
				monthly_prestige = 0.1
				monthly_prestige_gain_mult = 0.05
			}

			subject_modifier = {
				monthly_prestige = -0.25
				monthly_prestige_gain_mult = -0.25
			}

			ai_liege_desire = @ai_standard_liege_desire
			ai_subject_desire = 0
		}
	}
}
