law_groups = {
	tax_levy_law_feudal = {
		law_type = obligations
		left_value = TAX
		right_value = LEVY
		slider_sprite = GFX_tax_levy_slider
		allowed_for_councillors = yes
	}
	
	tax_levy_law_iqta = {
		law_type = obligations
		left_value = TAX
		right_value = LEVY
		slider_sprite = GFX_tax_levy_slider
		allowed_for_councillors = yes
	}
	
	tax_levy_law_republic = {
		law_type = obligations
		left_value = TAX
		right_value = LEVY
		slider_sprite = GFX_tax_levy_slider
		allowed_for_councillors = yes
	}
	
	tax_levy_law_theocracy = {
		law_type = obligations
		left_value = TAX
		right_value = LEVY
		slider_sprite = GFX_tax_levy_slider
		allowed_for_councillors = yes
	}
	
	#tax_levy_law_tribal = {
	#	law_type = obligations
	#	left_value = TAX
	#	right_value = LEVY
	#	slider_sprite = GFX_tax_levy_slider
	#	allowed_for_councillors = yes
	#}
}

laws = {
	tax_levy_law_feudal_0 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			has_law = tax_levy_law_feudal_1
			has_law = centralization_4
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NOT = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -1
		castle_vassal_tax_modifier = 0.20
	}
	
	tax_levy_law_feudal_1 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_0
				has_law = tax_levy_law_feudal_2			
			}
			OR = {
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_0
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_2
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_0
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.9
		castle_vassal_tax_modifier = 0.15
	}
	
	tax_levy_law_feudal_2 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_1
				has_law = tax_levy_law_feudal_3			
			}
			OR = {
				has_law = centralization_2
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_1
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_3
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.8
		castle_vassal_tax_modifier = 0.10
	}
	
	tax_levy_law_feudal_3 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_2
				has_law = tax_levy_law_feudal_4			
			}
			OR = {
				has_law = centralization_1
				has_law = centralization_2
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_2
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_4
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.7
		castle_vassal_tax_modifier = 0.05
	}
	
	tax_levy_law_feudal_4 = {
		group = tax_levy_law_feudal
		default = yes
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_3
				has_law = tax_levy_law_feudal_5			
			}
			OR = {
				has_law = centralization_0
				has_law = centralization_1
				has_law = centralization_2
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_3
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_5
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.6
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_feudal_5 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_4
				has_law = tax_levy_law_feudal_6			
			}
			OR = {
				has_law = centralization_1
				has_law = centralization_2
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_4
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_6
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.55
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_feudal_6 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_5
				has_law = tax_levy_law_feudal_7			
			}
			OR = {
				has_law = centralization_2
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_5
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_7
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_7
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_7
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.5
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_feudal_7 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_feudal_6
				has_law = tax_levy_law_feudal_8			
			}
			OR = {
				has_law = centralization_3
				has_law = centralization_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_feudal_6
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_feudal_8
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_feudal_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_feudal_8
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_8
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.45
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_feudal_8 = {
		group = tax_levy_law_feudal
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			has_law = tax_levy_law_feudal_7
			has_law = centralization_4
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NOT = {	
					holder_scope = {
						is_feudal = yes
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				holder_scope = {
					any_vassal = {
						limit = {
							is_feudal = yes
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
						}
						opinion = {
							who = ROOT
							modifier = opinion_dislikes_new_obligation_law
							years = 5
						}
					}
				}
				revoke_law = tax_levy_law_feudal_0
				revoke_law = tax_levy_law_feudal_1
				revoke_law = tax_levy_law_feudal_2
				revoke_law = tax_levy_law_feudal_3
				revoke_law = tax_levy_law_feudal_4
				revoke_law = tax_levy_law_feudal_5
				revoke_law = tax_levy_law_feudal_6
				revoke_law = tax_levy_law_feudal_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.4
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_iqta_0 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			has_law = tax_levy_law_iqta_1
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NOT = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -1
		castle_vassal_tax_modifier = 0.20
	}
	
	tax_levy_law_iqta_1 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_0
				has_law = tax_levy_law_iqta_2
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_0
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_2
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_0
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.9
		castle_vassal_tax_modifier = 0.15
	}
	
	tax_levy_law_iqta_2 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_1
				has_law = tax_levy_law_iqta_3
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_1
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_3
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.8
		castle_vassal_tax_modifier = 0.10
	}
	
	tax_levy_law_iqta_3 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_2
				has_law = tax_levy_law_iqta_4
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_2
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_4
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.7
		castle_vassal_tax_modifier = 0.05
	}
	
	tax_levy_law_iqta_4 = {
		group = tax_levy_law_iqta
		default = yes
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_3
				has_law = tax_levy_law_iqta_5
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_3
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_5
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.6
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_iqta_5 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_4
				has_law = tax_levy_law_iqta_6
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_4
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_6
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.55
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_iqta_6 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_5
				has_law = tax_levy_law_iqta_7
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_5
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_7
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_7
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.5
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_iqta_7 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_iqta_6
				has_law = tax_levy_law_iqta_8
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_iqta_6
						holder_scope = {
							OR = {
								is_republic = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_iqta_8
						holder_scope = {
							is_feudal = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_iqta_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_iqta_8
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_feudal = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.45
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_iqta_8 = {
		group = tax_levy_law_iqta
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			holder_scope = { religion_group = muslim }
		}
		allow = {
			has_law = tax_levy_law_iqta_7
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NOT = {
					holder_scope = {
						is_feudal = yes
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				holder_scope = {
					any_vassal = {
						limit = {
							is_feudal = yes
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
						}
						opinion = {
							who = ROOT
							modifier = opinion_dislikes_new_obligation_law
							years = 5
						}
					}
				}
				revoke_law = tax_levy_law_iqta_0
				revoke_law = tax_levy_law_iqta_1
				revoke_law = tax_levy_law_iqta_2
				revoke_law = tax_levy_law_iqta_3
				revoke_law = tax_levy_law_iqta_4
				revoke_law = tax_levy_law_iqta_5
				revoke_law = tax_levy_law_iqta_6
				revoke_law = tax_levy_law_iqta_7
			}
		}
		castle_vassal_min_levy = 0
		castle_vassal_max_levy = -0.4
		castle_vassal_tax_modifier = 0
	}
	
	tax_levy_law_republic_0 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			has_law = tax_levy_law_republic_1
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NOT = {
					holder_scope = {
						OR = {
							is_feudal = yes
							is_nomadic = yes
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -1
		city_vassal_tax_modifier = 0.5
	}
	
	tax_levy_law_republic_1 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_0
				has_law = tax_levy_law_republic_2			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_0
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_2
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_0
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.9
		city_vassal_tax_modifier = 0.45
	}
	
	tax_levy_law_republic_2 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_1
				has_law = tax_levy_law_republic_3			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_1
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_3
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.8
		city_vassal_tax_modifier = 0.4
	}
	
	tax_levy_law_republic_3 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_2
				has_law = tax_levy_law_republic_4			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_2
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_4
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.7
		city_vassal_tax_modifier = 0.35
	}
	
	tax_levy_law_republic_4 = {
		group = tax_levy_law_republic
		default = yes
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_3
				has_law = tax_levy_law_republic_5		
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_3
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_5
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.6
		city_vassal_tax_modifier = 0.3
	}
	
	tax_levy_law_republic_5 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_4
				has_law = tax_levy_law_republic_6		
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_4
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_6
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.5
		city_vassal_tax_modifier = 0.25
	}
	
	tax_levy_law_republic_6 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_5
				has_law = tax_levy_law_republic_7
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_5
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_7
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_7
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_7
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.4
		city_vassal_tax_modifier = 0.2
	}
	
	tax_levy_law_republic_7 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			OR = {
				has_law = tax_levy_law_republic_6
				has_law = tax_levy_law_republic_8			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				OR = {
					AND = {
						has_law = tax_levy_law_republic_6
						holder_scope = {
							OR = {
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
					AND = {
						has_law = tax_levy_law_republic_8
						holder_scope = {
							is_republic = yes
						}
					}
					NOT = {
						holder_scope = {
							OR = {
								is_republic = yes
								is_feudal = yes
								is_nomadic = yes
							}
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_republic_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_republic_8
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_republic = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_8
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.3
		city_vassal_tax_modifier = 0.15
	}
	
	tax_levy_law_republic_8 = {
		group = tax_levy_law_republic
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
		}
		allow = {
			has_law = tax_levy_law_republic_7
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NOT = {
					holder_scope = {
						is_republic = yes
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				holder_scope = {
					any_vassal = {
						limit = {
							is_republic = yes
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
						}
						opinion = {
							who = ROOT
							modifier = opinion_likes_new_obligation_law
							years = 5
						}
					}
				}
				revoke_law = tax_levy_law_republic_0
				revoke_law = tax_levy_law_republic_1
				revoke_law = tax_levy_law_republic_2
				revoke_law = tax_levy_law_republic_3
				revoke_law = tax_levy_law_republic_4
				revoke_law = tax_levy_law_republic_5
				revoke_law = tax_levy_law_republic_6
				revoke_law = tax_levy_law_republic_7
			}
		}
		city_vassal_min_levy = 0
		city_vassal_max_levy = -0.2
		city_vassal_tax_modifier = 0.10
	}
	
	tax_levy_law_theocracy_0 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			has_law = tax_levy_law_theocracy_1
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -1
		temple_vassal_tax_modifier = 0.7
	}
	
	tax_levy_law_theocracy_1 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_0
				has_law = tax_levy_law_theocracy_2			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_2
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_0
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.9
		temple_vassal_tax_modifier = 0.6
	}
	
	tax_levy_law_theocracy_2 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_1
				has_law = tax_levy_law_theocracy_3			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_3
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_1
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_3
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.8
		temple_vassal_tax_modifier = 0.5
	}
	
	tax_levy_law_theocracy_3 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_2
				has_law = tax_levy_law_theocracy_4			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_4
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_2
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.7
		temple_vassal_tax_modifier = 0.4
	}
	
	tax_levy_law_theocracy_4 = {
		group = tax_levy_law_theocracy
		default = yes
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_3
				has_law = tax_levy_law_theocracy_5			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_5
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						OR = {
							has_law = tax_levy_law_theocracy_3
							has_law = tax_levy_law_theocracy_5			
						}
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.6
		temple_vassal_tax_modifier = 0.3
	}
	
	tax_levy_law_theocracy_5 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_4
				has_law = tax_levy_law_theocracy_6			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_6
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_4
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.5
		temple_vassal_tax_modifier = 0.2
	}
	
	tax_levy_law_theocracy_6 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_5
				has_law = tax_levy_law_theocracy_7			
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_7
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_5
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_7
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_7
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.4
		temple_vassal_tax_modifier = 0.1
	}
	
	tax_levy_law_theocracy_7 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			OR = {
				has_law = tax_levy_law_theocracy_6
				has_law = tax_levy_law_theocracy_8
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0.01
			modifier = {
				factor = 0
				NAND = {
					holder_scope = {
						OR = {
							is_republic = yes
							is_nomadic = yes
						}
					}
					has_law = tax_levy_law_theocracy_8
				}
			}
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_6
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_dislikes_new_obligation_law
								years = 5
							}
						}
					}
				}
				if = {
					limit = {
						has_law = tax_levy_law_theocracy_8
					}
					holder_scope = {
						any_vassal = {
							limit = {
								is_theocracy = yes
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
								NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							}
							opinion = {
								who = ROOT
								modifier = opinion_likes_new_obligation_law
								years = 5
							}
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_8
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.3
		temple_vassal_tax_modifier = 0
	}
	
	tax_levy_law_theocracy_8 = {
		group = tax_levy_law_theocracy
		
		potential = {
			has_dlc = "Zeus"
			OR = {
				NOT = { tier = baron }
				holder_scope = { is_patrician = yes }
			}
			NOT = { holder_scope = { religion_group = muslim } }
		}
		allow = {
			has_law = tax_levy_law_theocracy_7
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
		ai_will_revoke = {
			factor = 0
		}
		effect = {
			hidden_tooltip = {
				holder_scope = {
					any_vassal = {
						limit = {
							is_theocracy = yes
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
						}
						opinion = {
							who = ROOT
							modifier = opinion_dislikes_new_obligation_law
							years = 5
						}
					}
				}
				revoke_law = tax_levy_law_theocracy_0
				revoke_law = tax_levy_law_theocracy_1
				revoke_law = tax_levy_law_theocracy_2
				revoke_law = tax_levy_law_theocracy_3
				revoke_law = tax_levy_law_theocracy_4
				revoke_law = tax_levy_law_theocracy_5
				revoke_law = tax_levy_law_theocracy_6
				revoke_law = tax_levy_law_theocracy_7
			}
		}
		temple_vassal_min_levy = 0
		temple_vassal_max_levy = -0.2
		temple_vassal_tax_modifier = 0
	}
	
	#tax_levy_law_tribal_0 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		has_law = tax_levy_law_tribal_1
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_1
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0
	#	tribal_vassal_max_levy = -1
	#	tribal_vassal_tax_modifier = 0.4
	#}
	#
	#tax_levy_law_tribal_1 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_0
	#			has_law = tax_levy_law_tribal_2			
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_2
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_0
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_2
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0
	#	tribal_vassal_max_levy = -0.9
	#	tribal_vassal_tax_modifier = 0.35
	#}
	#
	#tax_levy_law_tribal_2 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_1
	#			has_law = tax_levy_law_tribal_3			
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_3
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_1
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_3
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0
	#	tribal_vassal_max_levy = -0.8
	#	tribal_vassal_tax_modifier = 0.3
	#}
	#
	#tax_levy_law_tribal_3 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_2
	#			has_law = tax_levy_law_tribal_4
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_4
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_2
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_4
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0.1
	#	tribal_vassal_max_levy = -0.7
	#	tribal_vassal_tax_modifier = 0.25
	#}
	#
	#tax_levy_law_tribal_4 = {
	#	group = tax_levy_law_tribal
	#	default = yes
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_3
	#			has_law = tax_levy_law_tribal_5
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_5
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					OR = {
	#						has_law = tax_levy_law_tribal_3
	#						has_law = tax_levy_law_tribal_5
	#					}
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0.2
	#	tribal_vassal_max_levy = -0.6
	#	tribal_vassal_tax_modifier = 0.2
	#}
	#
	#tax_levy_law_tribal_5 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_4
	#			has_law = tax_levy_law_tribal_6
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_6
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_4
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_6
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0.3
	#	tribal_vassal_max_levy = -0.5
	#	tribal_vassal_tax_modifier = 0.15
	#}
	#
	#tax_levy_law_tribal_6 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_5
	#			has_law = tax_levy_law_tribal_7
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_7
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_5
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_7
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_7
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0.4
	#	tribal_vassal_max_levy = -0.4
	#	tribal_vassal_tax_modifier = 0.1
	#}
	#
	#tax_levy_law_tribal_7 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		OR = {
	#			has_law = tax_levy_law_tribal_6
	#			has_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0.01
	#		modifier = {
	#			factor = 0
	#			NAND = {
	#				holder_scope = {
	#					OR = {
	#						is_republic = yes
	#						is_nomadic = yes
	#					}
	#				}
	#				has_law = tax_levy_law_tribal_8
	#			}
	#		}
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_6
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_dislikes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			if = {
	#				limit = {
	#					has_law = tax_levy_law_tribal_8
	#				}
	#				holder_scope = {
	#					any_vassal = {
	#						limit = {
	#							is_tribal = yes
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#							NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						}
	#						opinion = {
	#							who = ROOT
	#							modifier = opinion_likes_new_obligation_law
	#							years = 5
	#						}
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_8
	#		}
	#	}
	#	tribal_vassal_min_levy = 0.5
	#	tribal_vassal_max_levy = -0.3
	#	tribal_vassal_tax_modifier = 0.05
	#}
	#
	#tax_levy_law_tribal_8 = {
	#	group = tax_levy_law_tribal
	#	
	#	potential = {
	#		has_dlc = "Zeus"
	#		OR = {
	#			NOT = { tier = baron }
	#			holder_scope = { is_patrician = yes }
	#		}
	#	}
	#	allow = {
	#		has_law = tax_levy_law_tribal_7
	#	}
	#	revoke_allowed = {
	#		always = no
	#	}
	#	ai_will_do = {
	#		factor = 0
	#	}
	#	ai_will_revoke = {
	#		factor = 0
	#	}
	#	effect = {
	#		hidden_tooltip = {
	#			holder_scope = {
	#				any_vassal = {
	#					limit = {
	#						is_tribal = yes
	#						NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_dislikes_new_obligation_law } }
	#						NOT = { has_opinion_modifier = { who = ROOT modifier = opinion_likes_new_obligation_law } }
	#					}
	#					opinion = {
	#						who = ROOT
	#						modifier = opinion_dislikes_new_obligation_law
	#						years = 5
	#					}
	#				}
	#			}
	#			revoke_law = tax_levy_law_tribal_0
	#			revoke_law = tax_levy_law_tribal_1
	#			revoke_law = tax_levy_law_tribal_2
	#			revoke_law = tax_levy_law_tribal_3
	#			revoke_law = tax_levy_law_tribal_4
	#			revoke_law = tax_levy_law_tribal_5
	#			revoke_law = tax_levy_law_tribal_6
	#			revoke_law = tax_levy_law_tribal_7
	#		}
	#	}
	#	tribal_vassal_min_levy = 0.6
	#	tribal_vassal_max_levy = -0.2
	#	tribal_vassal_tax_modifier = 0
	#}
}