is_slav_religion = {
	custom_tooltip = {
		text = is_slav_religion_TT
		hidden_tooltip = {
			OR = {
				religion = chram_vales
				religion = chram_roda
				religion = slavic_pagan
				religion = old_slavic_pagan
				religion = slavic_pagan_reformed
			}
		}
	}
}

is_slav_religion_reformed = {
	custom_tooltip = {
		text = is_slav_religion_TT
		hidden_tooltip = {
			OR = {
				religion = chram_vales
				religion = chram_roda
				religion = old_slavic_pagan
				religion = slavic_pagan_reformed
			}
		}
	}
}

bspm_has_minor_deity_trigger = {
	OR = {
		has_character_modifier = follower_of_mokosz
		has_character_modifier = follower_of_swarog
		has_character_modifier = follower_of_berstuk
		has_character_modifier = follower_of_triglav
	}
}
bspm_tribal_federation = {
	NOT = { capital_scope = { region = world_africa } }
	is_slav_religion = yes
	government = tribal_government
	OR = {
		has_law = tribal_organization_0
		has_law = tribal_organization_1
		AND = {
			has_law = tribal_organization_2
			OR = {
				has_law = centralization_0
				has_law = centralization_1
			}
		}
	}
}
bspm_tribal_monarchy = {
	NOT = { capital_scope = { region = world_africa } }
	is_slav_religion = yes
	government = tribal_government
	OR = {
		has_law = tribal_organization_4
		has_law = tribal_organization_3
		AND = {
			has_law = tribal_organization_2
			NOT = {
				has_law = centralization_0
				has_law = centralization_1
			}
		}
	}
}
bspm_tribal_despotism = {
	is_slav_religion = yes
	OR = {
		AND = {
			government = tribal_government
			has_law = tribal_organization_4
			martial = 15
			stewardship = 10
		}
		AND = {
			government = feudal_government
			any_vassal = { 
				count = 3
				government = tribal_government 
			}
			NOT = {
				any_vassal = {
					count = 3
					government = feudal_government
					higher_tier_than = count
				}
			}
		}
	}
}
is_slav_religion_secret = {
	custom_tooltip = {
		text = is_slav_religion_secret_TT
		hidden_tooltip = {
			OR = {
				secret_religion = chram_vales
				secret_religion = chram_roda
				secret_religion = slavic_pagan
				secret_religion = old_slavic_pagan
				secret_religion = slavic_pagan_reformed
			}
		}
	}
}
bspm_lubi_zycie = {
	custom_tooltip = {
		text = lubi_zycie_TT
		hidden_tooltip = {
			NOT = { trait = depre }
			OR = {
				trait = hedonist
				trait = impaler
				trait = seducer
				trait = seductress
				AND = {
					OR = {
						trait = midas_touched
						trait = fortune_builder
					}
					wealth = 350
				}
				trait = duelist
				trait = possessed
				trait = lunatic 
				trait = drunkard
				trait = homosexual
				AND = {
					OR = {
						trait = genius
						trait = quick
					}
					NOT = { is_priest = yes }
					OR = {
						trait = gardener
						trait = hunter
						trait = falconer
						trait = gregarious
					}
				}
				AND = {
					NOT = { is_priest = yes }
					trait = poet
				}
				trait = lustful
				trait = gluttonous
				trait = greedy
				trait = slothful
				trait = arbitrary
				AND = {
					NOT = { is_priest = yes }
					trait = ambitious
					NOT = { piety = 300 }
				}
			}
		}
	}
}