# society of bards

# druids

# vates

# oracles of delphi

# vestals

# Warrior Lodges

warrior_lodge_celtic = {
	primary_attribute = martial
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = warrior_lodge_ambient_01
	society_ranks_gfx = warriors_ranks
	associated_religion = celtic_pagan

	indestructible = yes
	society_influence = no

	non_interference = {
		always = yes
	}

	active = {
		has_dlc = "Holy Fury"
		has_global_flag = flag_restored_warrior_lodge_celtic
	}

	show_society = {
		trigger_if = {
			limit = { NOT = { society_member_of = warrior_lodge_celtic } }

			trigger_if = {
				limit = { has_religion_matching_available_warrior_lodge_trigger = yes }
				OR = {
					religion_openly_celtic_or_reformed_trigger = yes
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}
			}
			trigger_else = {
				OR = {
					# You have neighbors, etc, of the correct religion...
					any_vassal = { religion_openly_celtic_or_reformed_trigger = yes }
					any_liege = { religion_openly_celtic_or_reformed_trigger = yes }
					any_neighbor_independent_ruler = { religion_openly_celtic_or_reformed_trigger = yes }
				}
			}
		}
	}

	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = warrior_lodge_celtic
					rank = 1
				}
			}
		}

		trigger_if = {
			limit = { has_character_modifier = warrior_lodge_failed_joining_cd }

			custom_tooltip = {
				text = has_not_angered_society_tt
				always = no
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no

			trigger_if = {
				limit = { religion_openly_celtic_or_reformed_trigger = no }

				NOT = { trait = zealous }
				OR = {
					has_tribal_or_nomadic_government_trigger = yes
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}

				custom_tooltip = {
					text = society_has_at_least_10_members_tt
					FROM = { num_of_society_members >= 10 }
				}

				custom_tooltip = {
					text = special_join_warrior_lodge_trigger_tt
					special_join_warrior_lodge_trigger = yes
				}
			}
			trigger_else = {
				# Just here for the tooltip
				religion_openly_celtic_or_reformed_trigger = yes
			}
		}
	}

	potential = { # If you change religion or become zealous while NOT pagan, you are kicked out
		trigger_if = {
			limit = { religion_openly_celtic_or_reformed_trigger = no }
			NOT = { trait = zealous }
		}
	}

	society_rank = { # "Fledling"
		level = 1
		limit = 50
		startup_limit = 10

		modifier = {
			monthly_character_prestige = 0.25
		}

		powers = {
			warrior_lodge_duel						# Passive Power: Unlocks Duel
			warrior_lodge_shieldmaiden				# Passive Power: Unlocks Shieldmaidens
			warrior_lodge_survivor					# Passive Power: Survivor
			warrior_lodge_lifetime_of_war			# Passive Power: A Lifetime of War
		}
	}

	society_rank = { # "Warrior"
		level = 2
		limit = 20
		startup_limit = 6

		modifier = {
			monthly_character_prestige = 0.5
			combat_rating = 5
			martial = 1
		}

		powers = {
			warrior_lodge_reaver					# Passive Power: Reaver
			warrior_lodge_warrior_training			# Power: Warrior Training
			warrior_lodge_summon_commander			# Power: Summon Commander
		}
	}

	society_rank = { # "Veteran"
		level = 3
		limit = 10
		startup_limit = 4

		modifier = {
			monthly_character_prestige = 0.75
			combat_rating = 10
			martial = 2
		}

		powers = {
			warrior_lodge_inspire_warriors			# Power: Inspire Warriors
			warrior_lodge_war_sacrifice				# Power: War Sacrifice
		}
	}

	society_rank = { # "Hero"
		level = 4
		limit = 4
		startup_limit = 3

		modifier = {
			monthly_character_prestige = 1
			combat_rating = 15
			martial = 3
		}

		powers = {
			warrior_lodge_indomitable				# Passive Power: Indomitable
			warrior_lodge_call_to_glory				# Power: Call to Glory
			warrior_lodge_choose_military_aspect	# Power: Choose Military Aspect
		}
	}

	plots = {
	}

	ambitions = {
	}

	monthly_currency_gain = {
		name = currency_name_warrior_lodge_norse

		# Positive modifiers
		per_attribute = {
			name = martial
			value = 0.25
		}

		has_trait = {
			trait = hunter
			value = 1
		}

		has_trait = {
			trait = strategist
			value = 1
		}

		has_trait = {
			trait = duelist
			value = 1
		}

		has_trait = {
			trait = scarred
			value = 1
		}

		has_trait = {
			trait = scarred_mid
			value = 2
		}

		has_trait = {
			trait = scarred_high
			value = 3
		}

		has_trait = {
			trait = genius
			value = 1
		}

		has_trait = {
			trait = quick
			value = 1
		}

		has_trait = {
			trait = shrewd
			value = 1
		}

		has_trait = {
			trait = strong
			value = 3
		}

		has_trait = {
			trait = brawny
			value = 2
		}

		has_trait = {
			trait = giant
			value = 2
		}

		has_trait = {
			trait = impaler
			value = 1
		}

		has_trait = {
			trait = falconer
			value = 1
		}

		has_trait = {
			trait = wroth
			value = 1
		}

		has_trait = {
			trait = proud
			value = 1
		}

		has_trait = {
			trait = patient
			value = 1
		}

		has_trait = {
			trait = diligent
			value = 1
		}

		has_trait = {
			trait = humble
			value = 1
		}

		has_trait = {
			trait = brave
			value = 2
		}

		has_trait = {
			trait = ambitious
			value = 1
		}

		has_trait = {
			trait = cruel
			value = 1
		}

		has_trait = {
			trait = stubborn
			value = 1
		}

		has_trait = {
			trait = adventurer
			value = 1
		}

		has_trait = {
			trait = viking
			value = 1
		}

		has_trait = {
			trait = pirate
			value = 1
		}

		has_trait = {
			trait = ravager
			value = 2
		}

		has_trait = {
			trait = sea_king
			value = 3
		}

		has_trait = {
			trait = sea_queen
			value = 3
		}

		has_trait = {
			trait = shieldmaiden
			value = 1
		}

		has_trait = {
			trait = berserker
			value = 1
		}

		has_trait = {
			trait = varangian
			value = 1
		}

		has_trait = {
			trait = valhalla_bound
			value = 1
		}

		has_trait = {
			trait = eagle_knight
			value = 1
		}

		has_trait = {
			trait = sun_warrior
			value = 1
		}

		has_trait = {
			trait = ukkos_hammer
			value = 1
		}

		has_trait = {
			trait = nyames_shield
			value = 1
		}

		has_trait = {
			trait = peruns_chosen
			value = 1
		}

		has_trait = {
			trait = hound_of_dievas
			value = 1
		}

		has_trait = {
			trait = ares_own
			value = 1
		}

		has_trait = {
			trait = skylord
			value = 1
		}

		has_trait = {
			trait = kailash_guardian
			value = 1
		}
		
		has_trait = {
			trait = lughs_own
			value = 1
		}
		
		has_trait = {
			trait = morrigan
			value = 1
		}
		
		has_trait = {
			trait = montu
			value = 1
		}
		
		has_trait = {
			trait = atens_chosen
			value = 1
		}
		
		has_trait = {
			trait = head1
			value = 1
		}
		
		has_trait = {
			trait = head2
			value = 2
		}

		# Negative modifiers
		has_trait = {
			trait = craven
			value = -3
		}

		has_trait = {
			trait = weak
			value = -2
		}

		has_trait = {
			trait = frail
			value = -1
		}

		has_trait = {
			trait = slothful
			value = -1
		}

		has_trait = {
			trait = content
			value = -1
		}

		has_trait = {
			trait = dwarf
			value = -1
		}

		has_trait = {
			trait = clubfooted
			value = -1
		}

		has_trait = {
			trait = hunchback
			value = -1
		}
		
		### ACR ###
		triggered_gain = {
			desc = bloodthirsty_gods_1_gain
			value = 1

			trigger = {
				trait = bloodthirsty_gods_1
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_2_gain
			value = 2

			trigger = {
				trait = bloodthirsty_gods_2
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_3_gain
			value = 3

			trigger = {
				trait = bloodthirsty_gods_3
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
	}

	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10

		warrior_lodge_member_score = yes

		mult_modifier = {
			trait = celtic_knight
			factor = 1.1
		}
		mult_modifier = {
			trait = wolf
			factor = 1.1
		}
		mult_modifier = {
			trait = lughs_own
			factor = 1.1
		}
		mult_modifier = {
			trait = head1
			factor = 1.1
		}
		mult_modifier = {
			trait = head2
			factor = 1.25
		}
	}

	startup_populate = {
		trigger = {
			religion_openly_celtic_or_reformed_trigger = yes
			ai = yes
			is_adult = yes
			controls_religion = no
			is_in_society = no

			OR = {
				trait = zealous
				martial >= 12
				has_lifestyle_martial_trigger = yes
				has_education_martial_trigger = yes
				duelist_skill_is_medium_group_trigger = yes
				duelist_skill_is_high_group_trigger = yes
			}
		}
	}
}

warrior_lodge_britannic = {
	primary_attribute = martial
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = warrior_lodge_ambient_01
	society_ranks_gfx = warriors_ranks
	associated_religion = britannic_pagan

	indestructible = yes
	society_influence = no
	
	non_interference = {
		always = yes
	}
    
	active = {
		has_dlc = "Holy Fury"
		has_global_flag = flag_restored_warrior_lodge_britannic
	}
	
	show_society = {
		trigger_if = {
			limit = { NOT = { society_member_of = warrior_lodge_britannic } }

			trigger_if = {
				limit = { has_religion_matching_available_warrior_lodge_trigger = yes }
				OR = {
					religion = britannic_pagan
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}
			}
			trigger_else = {
				OR = {
					# You have neighbors, etc, of the correct religion...
					any_vassal = { religion = britannic_pagan }
					any_liege = { religion = britannic_pagan }
					any_neighbor_independent_ruler = { religion = britannic_pagan }
				}
			}
		}
	}
	
	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = warrior_lodge_britannic
					rank = 1
				}
			}
		}

		trigger_if = {
			limit = { has_character_modifier = warrior_lodge_failed_joining_cd }

			custom_tooltip = {
				text = has_not_angered_society_tt
				always = no
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no

			trigger_if = {
				limit = { NOT = { religion = britannic_pagan } }

				NOT = { trait = zealous }
				OR = {
					has_tribal_or_nomadic_government_trigger = yes
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}

				custom_tooltip = {
					text = society_has_at_least_10_members_tt
					FROM = { num_of_society_members >= 10 }
				}

				custom_tooltip = {
					text = special_join_warrior_lodge_trigger_tt
					special_join_warrior_lodge_trigger = yes
				}
			}
			trigger_else = {
				# Just here for the tooltip
				religion = britannic_pagan
			}
		}
	}

	potential = { #if you change religion or become zealous while NOT pagan, you are kicked out
		trigger_if = {
			limit = { NOT = { religion = britannic_pagan } }
			NOT = { trait = zealous }
		}
	}

	society_rank = { # "Fledling"
		level = 1
		limit = 50
		startup_limit = 10

		modifier = {
			monthly_character_prestige = 0.25
		}

		powers = {
			warrior_lodge_duel						# Passive Power: Unlocks Duel
			warrior_lodge_shieldmaiden				# Passive Power: Unlocks Shieldmaidens
			warrior_lodge_survivor					# Passive Power: Survivor
			warrior_lodge_lifetime_of_war			# Passive Power: A Lifetime of War
		}
	}

	society_rank = { # "Warrior"
		level = 2
		limit = 20
		startup_limit = 6

		modifier = {
			monthly_character_prestige = 0.5
			combat_rating = 5
			martial = 1
		}

		powers = {
			warrior_lodge_reaver					# Passive Power: Reaver
			warrior_lodge_warrior_training			# Power: Warrior Training
			warrior_lodge_summon_commander			# Power: Summon Commander
		}
	}

	society_rank = { # "Veteran"
		level = 3
		limit = 10
		startup_limit = 4

		modifier = {
			monthly_character_prestige = 0.75
			combat_rating = 10
			martial = 2
		}

		powers = {
			warrior_lodge_inspire_warriors				# Power: Inspire Warriors
			warrior_lodge_war_sacrifice					# Power: War Sacrifice
			warrior_lodge_britannic_call_hedge_knights	#Power: Call Knights Errant
		}
	}

	society_rank = { # "Hero"
		level = 4
		limit = 4
		startup_limit = 3

		modifier = {
			monthly_character_prestige = 1
			combat_rating = 15
			martial = 3
		}

		powers = {
			warrior_lodge_indomitable				# Passive Power: Indomitable
			warrior_lodge_call_to_glory				# Power: Call to Glory
			warrior_lodge_choose_military_aspect	# Power: Choose Military Aspect
		}
	}

	plots = {
	}

	ambitions = {
	}

	monthly_currency_gain = {
		name = currency_name_warrior_lodge_norse
    	
		# Positive modifiers
		per_attribute = {
			name = martial
			value = 0.25
		}

		has_trait = {
			trait = hunter
			value = 1
		}

		has_trait = {
			trait = strategist
			value = 1
		}

		has_trait = {
			trait = duelist
			value = 1
		}

		has_trait = {
			trait = scarred
			value = 1
		}

		has_trait = {
			trait = scarred_mid
			value = 2
		}

		has_trait = {
			trait = scarred_high
			value = 3
		}

		has_trait = {
			trait = genius
			value = 1
		}

		has_trait = {
			trait = quick
			value = 1
		}

		has_trait = {
			trait = shrewd
			value = 1
		}

		has_trait = {
			trait = strong
			value = 3
		}

		has_trait = {
			trait = brawny
			value = 2
		}

		has_trait = {
			trait = giant
			value = 2
		}

		has_trait = {
			trait = impaler
			value = 1
		}

		has_trait = {
			trait = falconer
			value = 1
		}

		has_trait = {
			trait = wroth
			value = 1
		}

		has_trait = {
			trait = proud
			value = 1
		}

		has_trait = {
			trait = patient
			value = 1
		}

		has_trait = {
			trait = diligent
			value = 1
		}

		has_trait = {
			trait = humble
			value = 1
		}

		has_trait = {
			trait = brave
			value = 2
		}

		has_trait = {
			trait = ambitious
			value = 1
		}

		has_trait = {
			trait = cruel
			value = 1
		}

		has_trait = {
			trait = stubborn
			value = 1
		}

		has_trait = {
			trait = adventurer
			value = 1
		}

		has_trait = {
			trait = viking
			value = 1
		}

		has_trait = {
			trait = pirate
			value = 1
		}

		has_trait = {
			trait = ravager
			value = 2
		}

		has_trait = {
			trait = sea_king
			value = 3
		}

		has_trait = {
			trait = sea_queen
			value = 3
		}

		has_trait = {
			trait = shieldmaiden
			value = 1
		}

		has_trait = {
			trait = berserker
			value = 1
		}

		has_trait = {
			trait = varangian
			value = 1
		}

		has_trait = {
			trait = valhalla_bound
			value = 1
		}

		has_trait = {
			trait = eagle_knight
			value = 1
		}

		has_trait = {
			trait = sun_warrior
			value = 1
		}

		has_trait = {
			trait = ukkos_hammer
			value = 1
		}

		has_trait = {
			trait = nyames_shield
			value = 1
		}

		has_trait = {
			trait = peruns_chosen
			value = 1
		}

		has_trait = {
			trait = hound_of_dievas
			value = 1
		}

		has_trait = {
			trait = ares_own
			value = 1
		}

		has_trait = {
			trait = skylord
			value = 1
		}

		has_trait = {
			trait = kailash_guardian
			value = 1
		}
		
		has_trait = {
			trait = lughs_own
			value = 1
		}
		
		has_trait = {
			trait = morrigan
			value = 1
		}
		
		has_trait = {
			trait = montu
			value = 1
		}
		
		has_trait = {
			trait = atens_chosen
			value = 1
		}
		
		# Negative modifiers
		has_trait = {
			trait = craven
			value = -3
		}

		has_trait = {
			trait = weak
			value = -2
		}

		has_trait = {
			trait = frail
			value = -1
		}

		has_trait = {
			trait = slothful
			value = -1
		}

		has_trait = {
			trait = content
			value = -1
		}

		has_trait = {
			trait = dwarf
			value = -1
		}

		has_trait = {
			trait = clubfooted
			value = -1
		}

		has_trait = {
			trait = hunchback
			value = -1
		}
		
		### ACR ###
		triggered_gain = {
			desc = bloodthirsty_gods_1_gain
			value = 1

			trigger = {
				trait = bloodthirsty_gods_1
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_2_gain
			value = 2

			trigger = {
				trait = bloodthirsty_gods_2
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_3_gain
			value = 3

			trigger = {
				trait = bloodthirsty_gods_3
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
	}
	
	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10

		warrior_lodge_member_score = yes
		mult_modifier = {
			trait = morrigan
			factor = 1.1
		}
		mult_modifier = {
			trait = child_of_dryad
			factor = 1.1
		}
	}	

	startup_populate = {
		trigger = {
			religion = britannic_pagan
			is_adult = yes
			ai = yes
			controls_religion = no
			is_in_society = no

			OR = {
				trait = zealous
				martial >= 12
				has_lifestyle_martial_trigger = yes
				has_education_martial_trigger = yes
				duelist_skill_is_medium_group_trigger = yes
				duelist_skill_is_high_group_trigger = yes
			}
		}
	}
}

warrior_lodge_titan = {
	primary_attribute = martial
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = warrior_lodge_ambient_01
	society_ranks_gfx = warriors_ranks
	associated_religion = titan_pagan
	
	indestructible = yes
	society_influence = no
	
	non_interference = {
		always = yes
	}
    
	active = {
		has_dlc = "Holy Fury"
		has_global_flag = flag_restored_warrior_lodge_titan
	}
	
	show_society = {
		trigger_if = {
			limit = {
				NOT = { society_member_of = warrior_lodge_titan }
			}

			trigger_if = {
				limit = { has_religion_matching_available_warrior_lodge_trigger = yes }
				OR = {
					religion = titan_pagan
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}
			}
			trigger_else = {
				OR = {
					# You have neighbors, etc, of the correct religion...
					any_vassal = { religion = titan_pagan }
					any_liege = { religion = titan_pagan }
					any_neighbor_independent_ruler = { religion = titan_pagan }
				}
			}
		}
	}
	
	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = warrior_lodge_titan
					rank = 1
				}
			}
		}

		trigger_if = {
			limit = { has_character_modifier = warrior_lodge_failed_joining_cd }

			custom_tooltip = {
				text = has_not_angered_society_tt
				always = no
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no

			trigger_if = {
				limit = { NOT = { religion = titan_pagan } }

				NOT = { trait = zealous }
				OR = {
					has_tribal_or_nomadic_government_trigger = yes
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}

				custom_tooltip = {
					text = society_has_at_least_10_members_tt
					FROM = { num_of_society_members >= 10 }
				}

				custom_tooltip = {
					text = special_join_warrior_lodge_trigger_tt
					special_join_warrior_lodge_trigger = yes
				}
			}
			trigger_else = {
				religion = titan_pagan
			}
		}
	}

	potential = { #if you change religion or become zealous while NOT pagan, you are kicked out
		trigger_if = {
			limit = { NOT = { religion = titan_pagan } }
			NOT = { trait = zealous }
		}
	}

	society_rank = { #"Fledling"
		level = 1
		limit = 50 
		startup_limit = 10
		modifier = {
			monthly_character_prestige = 0.25
		}
		powers = {
			warrior_lodge_duel #Passive Power: Unlocks Duel
			warrior_lodge_shieldmaiden #Passive Power: Unlocks Shieldmaiden
			warrior_lodge_survivor #Passive Power: Survivor
			warrior_lodge_lifetime_of_war #Passive Power: A Lifetime of War			
			warrior_lodge_norse_go_berserk #Power: Go Berserk
		}
	}
	
	society_rank = { #"Warrior"
		level = 2
		limit = 20
		startup_limit = 6
		modifier = {
			monthly_character_prestige = 0.5
			combat_rating = 5
			martial = 1
		}		
		powers = {
			warrior_lodge_reaver #Passive Power: Reaver
			warrior_lodge_warrior_training #Power: Warrior Training
			warrior_lodge_summon_commander #Power: Summon Commander
		}
	}
	
	society_rank = { #"Veteran"
		level = 3
		limit = 10 
		startup_limit = 4
		modifier = {
			monthly_character_prestige = 0.75
			combat_rating = 10
			martial = 2
		}
		powers = {
			warrior_lodge_inspire_warriors #Power: Inspire Warriors
			warrior_lodge_war_sacrifice #Power: War Sacrifice
		}
	}

	society_rank = { #"Hero"
		level = 4
		limit = 4
		startup_limit = 3
		modifier = { 
			monthly_character_prestige = 1
			combat_rating = 15
			martial = 3
		}
		powers = {
			warrior_lodge_indomitable #Passive Power: Indomitable
			warrior_lodge_call_to_glory #Power: Call to Glory
			warrior_lodge_choose_military_aspect #Power: Choose Military Aspect
		}
	}

	plots = {
	}

	ambitions = {
	}

	monthly_currency_gain = {
		name = currency_name_warrior_lodge_norse
    	
		# Positive modifiers
		per_attribute = {
			name = martial
			value = 0.25
		}

		has_trait = {
			trait = hunter
			value = 1
		}

		has_trait = {
			trait = strategist
			value = 1
		}

		has_trait = {
			trait = duelist
			value = 1
		}

		has_trait = {
			trait = scarred
			value = 1
		}

		has_trait = {
			trait = scarred_mid
			value = 2
		}

		has_trait = {
			trait = scarred_high
			value = 3
		}

		has_trait = {
			trait = genius
			value = 1
		}

		has_trait = {
			trait = quick
			value = 1
		}

		has_trait = {
			trait = shrewd
			value = 1
		}

		has_trait = {
			trait = strong
			value = 3
		}

		has_trait = {
			trait = brawny
			value = 2
		}

		has_trait = {
			trait = giant
			value = 2
		}

		has_trait = {
			trait = impaler
			value = 1
		}

		has_trait = {
			trait = falconer
			value = 1
		}

		has_trait = {
			trait = wroth
			value = 1
		}

		has_trait = {
			trait = proud
			value = 1
		}

		has_trait = {
			trait = patient
			value = 1
		}

		has_trait = {
			trait = diligent
			value = 1
		}

		has_trait = {
			trait = humble
			value = 1
		}

		has_trait = {
			trait = brave
			value = 2
		}

		has_trait = {
			trait = ambitious
			value = 1
		}

		has_trait = {
			trait = cruel
			value = 1
		}

		has_trait = {
			trait = stubborn
			value = 1
		}

		has_trait = {
			trait = adventurer
			value = 1
		}

		has_trait = {
			trait = viking
			value = 1
		}

		has_trait = {
			trait = pirate
			value = 1
		}

		has_trait = {
			trait = ravager
			value = 2
		}

		has_trait = {
			trait = sea_king
			value = 3
		}

		has_trait = {
			trait = sea_queen
			value = 3
		}

		has_trait = {
			trait = shieldmaiden
			value = 1
		}

		has_trait = {
			trait = berserker
			value = 1
		}

		has_trait = {
			trait = varangian
			value = 1
		}

		has_trait = {
			trait = valhalla_bound
			value = 1
		}

		has_trait = {
			trait = eagle_knight
			value = 1
		}

		has_trait = {
			trait = sun_warrior
			value = 1
		}

		has_trait = {
			trait = ukkos_hammer
			value = 1
		}

		has_trait = {
			trait = nyames_shield
			value = 1
		}

		has_trait = {
			trait = peruns_chosen
			value = 1
		}

		has_trait = {
			trait = hound_of_dievas
			value = 1
		}

		has_trait = {
			trait = ares_own
			value = 1
		}

		has_trait = {
			trait = skylord
			value = 1
		}

		has_trait = {
			trait = kailash_guardian
			value = 1
		}
		
		has_trait = {
			trait = lughs_own
			value = 1
		}
		
		has_trait = {
			trait = morrigan
			value = 1
		}
		
		has_trait = {
			trait = montu
			value = 1
		}
		
		has_trait = {
			trait = atens_chosen
			value = 1
		}

		# Negative modifiers
		has_trait = {
			trait = craven
			value = -3
		}

		has_trait = {
			trait = weak
			value = -2
		}

		has_trait = {
			trait = frail
			value = -1
		}

		has_trait = {
			trait = slothful
			value = -1
		}

		has_trait = {
			trait = content
			value = -1
		}

		has_trait = {
			trait = dwarf
			value = -1
		}

		has_trait = {
			trait = clubfooted
			value = -1
		}

		has_trait = {
			trait = hunchback
			value = -1
		}
		
		### ACR ###
		triggered_gain = {
			desc = bloodthirsty_gods_1_gain
			value = 1

			trigger = {
				trait = bloodthirsty_gods_1
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_2_gain
			value = 2

			trigger = {
				trait = bloodthirsty_gods_2
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_3_gain
			value = 3

			trigger = {
				trait = bloodthirsty_gods_3
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
	}
	
	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10

		warrior_lodge_member_score = yes
	}	

	startup_populate = {
	    trigger = {
			religion = titan_pagan
			is_adult = yes
			ai = yes
			controls_religion = no
			is_in_society = no

			OR = {
				trait = zealous
				martial >= 12
				has_lifestyle_martial_trigger = yes
				has_education_martial_trigger = yes
				duelist_skill_is_medium_group_trigger = yes
				duelist_skill_is_high_group_trigger = yes
			}
		}
	}
}

warrior_lodge_egyptian = {
	primary_attribute = martial
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = warrior_lodge_ambient_01
	society_ranks_gfx = warriors_ranks
	associated_religion = egyptian_pagan
	
	indestructible = yes
	society_influence = no

	non_interference = {
		always = yes
	}
    
	active = {
		has_dlc = "Holy Fury"
		has_global_flag = flag_restored_warrior_lodge_egyptian
	}
	
	show_society = {
		trigger_if = {
			limit = {
				NOT = { society_member_of = warrior_lodge_egyptian }
			}

			trigger_if = {
				limit = { has_religion_matching_available_warrior_lodge_trigger = yes }
				OR = {
					religion_openly_in_egyptian_subgroup_trigger = no
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}
			}
			trigger_else = {
				OR = {
					# You have neighbors, etc, of the correct religion...
					any_vassal = { religion_openly_in_egyptian_subgroup_trigger = yes }
					any_liege = { religion_openly_in_egyptian_subgroup_trigger = yes }
					any_neighbor_independent_ruler = { religion_openly_in_egyptian_subgroup_trigger = yes }
				}
			}
		}
	}
	
	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = warrior_lodge_egyptian
					rank = 1
				}
			}
		}

		trigger_if = {
			limit = { has_character_modifier = warrior_lodge_failed_joining_cd }

			custom_tooltip = {
				text = has_not_angered_society_tt
				always = no
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no

			trigger_if = {
				limit = { religion_openly_in_egyptian_subgroup_trigger = no }

				NOT = { trait = zealous }
				OR = {
					has_tribal_or_nomadic_government_trigger = yes
					custom_tooltip = {
						text = legendary_warrior_bloodline_trigger_tt
						any_owned_bloodline = {
							has_bloodline_flag = bloodline_legendary_warrior
						}
					}
				}

				custom_tooltip = {
					text = society_has_at_least_10_members_tt
					FROM = { num_of_society_members >= 10 }
				}

				custom_tooltip = {
					text = special_join_warrior_lodge_trigger_tt
					special_join_warrior_lodge_trigger = yes
				}
			}
			trigger_else = {
				religion_openly_in_egyptian_subgroup_trigger = yes
			}
		}
	}

	potential = { #if you change religion or become zealous while NOT pagan, you are kicked out
		trigger_if = {
			limit = { religion_openly_in_egyptian_subgroup_trigger = no }
			NOT = { trait = zealous }
		}
	}

	society_rank = { #"Fledling"
		level = 1
		limit = 50 
		startup_limit = 10
		modifier = {
			monthly_character_prestige = 0.25
		}
		powers = {
			warrior_lodge_duel #Passive Power: Unlocks Duel
			warrior_lodge_shieldmaiden #Passive Power: Unlocks Shieldmaidens
			warrior_lodge_survivor #Passive Power: Survivor
			warrior_lodge_lifetime_of_war #Passive Power: A Lifetime of War			
		}
	}
	
	society_rank = { #"Warrior"
		level = 2
		limit = 20
		startup_limit = 6
		modifier = {
			monthly_character_prestige = 0.5
			combat_rating = 5
			martial = 1
		}		
		powers = {
			warrior_lodge_reaver #Passive Power: Reaver
			warrior_lodge_warrior_training #Power: Warrior Training
			warrior_lodge_summon_commander #Power: Summon Commander
		}
	}
	
	society_rank = { #"Veteran"
		level = 3
		limit = 10 
		startup_limit = 4
		modifier = {
			monthly_character_prestige = 0.75
			combat_rating = 10
			martial = 2
		}
		powers = {
			warrior_lodge_inspire_warriors #Power: Inspire Warriors
			warrior_lodge_war_sacrifice #Power: War Sacrifice
		}
	}

	society_rank = { #"Hero"
		level = 4
		limit = 4
		startup_limit = 3
		modifier = { 
			monthly_character_prestige = 1
			combat_rating = 15
			martial = 3
		}
		powers = {
			warrior_lodge_indomitable #Passive Power: Indomitable
			warrior_lodge_call_to_glory #Power: Call to Glory
			warrior_lodge_choose_military_aspect #Power: Choose Military Aspect
		}
	}

	plots = {
	}

	ambitions = {
	}

	monthly_currency_gain = {
		name = currency_name_warrior_lodge_norse
    	
		# Positive modifiers
		per_attribute = {
			name = martial
			value = 0.25
		}

		has_trait = {
			trait = hunter
			value = 1
		}

		has_trait = {
			trait = strategist
			value = 1
		}

		has_trait = {
			trait = duelist
			value = 1
		}

		has_trait = {
			trait = scarred
			value = 1
		}

		has_trait = {
			trait = scarred_mid
			value = 2
		}

		has_trait = {
			trait = scarred_high
			value = 3
		}

		has_trait = {
			trait = genius
			value = 1
		}

		has_trait = {
			trait = quick
			value = 1
		}

		has_trait = {
			trait = shrewd
			value = 1
		}

		has_trait = {
			trait = strong
			value = 3
		}

		has_trait = {
			trait = brawny
			value = 2
		}

		has_trait = {
			trait = giant
			value = 2
		}

		has_trait = {
			trait = impaler
			value = 1
		}

		has_trait = {
			trait = falconer
			value = 1
		}

		has_trait = {
			trait = wroth
			value = 1
		}

		has_trait = {
			trait = proud
			value = 1
		}

		has_trait = {
			trait = patient
			value = 1
		}

		has_trait = {
			trait = diligent
			value = 1
		}

		has_trait = {
			trait = humble
			value = 1
		}

		has_trait = {
			trait = brave
			value = 2
		}

		has_trait = {
			trait = ambitious
			value = 1
		}

		has_trait = {
			trait = cruel
			value = 1
		}

		has_trait = {
			trait = stubborn
			value = 1
		}

		has_trait = {
			trait = adventurer
			value = 1
		}

		has_trait = {
			trait = viking
			value = 1
		}

		has_trait = {
			trait = pirate
			value = 1
		}

		has_trait = {
			trait = ravager
			value = 2
		}

		has_trait = {
			trait = sea_king
			value = 3
		}

		has_trait = {
			trait = sea_queen
			value = 3
		}

		has_trait = {
			trait = shieldmaiden
			value = 1
		}

		has_trait = {
			trait = berserker
			value = 1
		}

		has_trait = {
			trait = varangian
			value = 1
		}

		has_trait = {
			trait = valhalla_bound
			value = 1
		}

		has_trait = {
			trait = eagle_knight
			value = 1
		}

		has_trait = {
			trait = sun_warrior
			value = 1
		}

		has_trait = {
			trait = ukkos_hammer
			value = 1
		}

		has_trait = {
			trait = nyames_shield
			value = 1
		}

		has_trait = {
			trait = peruns_chosen
			value = 1
		}

		has_trait = {
			trait = hound_of_dievas
			value = 1
		}

		has_trait = {
			trait = ares_own
			value = 1
		}

		has_trait = {
			trait = skylord
			value = 1
		}

		has_trait = {
			trait = kailash_guardian
			value = 1
		}
		
		has_trait = {
			trait = lughs_own
			value = 1
		}
		
		has_trait = {
			trait = morrigan
			value = 1
		}
		
		has_trait = {
			trait = montu
			value = 1
		}
		
		has_trait = {
			trait = atens_chosen
			value = 1
		}

		# Negative modifiers
		has_trait = {
			trait = craven
			value = -3
		}

		has_trait = {
			trait = weak
			value = -2
		}

		has_trait = {
			trait = frail
			value = -1
		}

		has_trait = {
			trait = slothful
			value = -1
		}

		has_trait = {
			trait = content
			value = -1
		}

		has_trait = {
			trait = dwarf
			value = -1
		}

		has_trait = {
			trait = clubfooted
			value = -1
		}

		has_trait = {
			trait = hunchback
			value = -1
		}
		
		### ACR ###
		triggered_gain = {
			desc = bloodthirsty_gods_1_gain
			value = 1

			trigger = {
				trait = bloodthirsty_gods_1
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_2_gain
			value = 2

			trigger = {
				trait = bloodthirsty_gods_2
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
		
		triggered_gain = {
			desc = bloodthirsty_gods_3_gain
			value = 3

			trigger = {
				trait = bloodthirsty_gods_3
				cl_kinich_uses_human_sacrifice_trigger = yes
			}
		}
	}
	
	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10

		warrior_lodge_member_score = yes
		modifier = {
			trait = montu
			factor = 1.1
		}
		modifier = {
			trait = atens_chosen
			factor = 1.1
		}
	}	

	startup_populate = {
		trigger = {
			religion_openly_in_egyptian_subgroup_trigger = yes
			is_adult = yes
			ai = yes
			controls_religion = no
			is_in_society = no

			OR = {
				trait = zealous
				martial >= 12
				has_lifestyle_martial_trigger = yes
				has_education_martial_trigger = yes
				duelist_skill_is_medium_group_trigger = yes
				duelist_skill_is_high_group_trigger = yes
			}
		}
	}
}

### Monastic Orders

monastic_order_skeptics = {
	primary_attribute = learning
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = monastic_orders_interface
	society_ranks_gfx = generic_ranks

	indestructible = yes
	is_religious = yes
	society_influence = no

	non_interference = {
		always = yes
	}
	
	active = {
		has_dlc = "Mystics"
		has_global_flag = flag_restored_stoic_intelligentia
	}
	
	show_society = {
		trigger_if = {
			limit = {
				NOT = { society_member_of = monastic_order_skeptics }
			}

			is_tribal = no
			is_nomadic = no

			trigger_if = {
				limit = { culture = roman }

				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = skeptic
					# Somewhat compatible when mixed with Roman culture
					religion_group = christian
					religion_group = jewish_group
					religion = buddhist
					religion_openly_bon_or_reformed_trigger = yes
				}
			}
			trigger_else = {
				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = skeptic
				}
			}
		}
	}

	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = monastic_order_skeptics
					rank = 1
				}
			}
		}

		trigger_if = {
			limit = { has_character_flag = betrayed_monastic_order_skeptics }

			custom_tooltip = {
				text = did_not_betray_society

				NOT = { has_character_flag = betrayed_monastic_order_skeptics }
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no
			is_tribal = no
			is_nomadic = no

			trigger_if = {
				limit = { culture = roman }

				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = skeptic
					# Somewhat compatible when mixed with Roman culture
					religion_group = christian
					religion_group = jewish_group
					religion = buddhist
					religion_openly_bon_or_reformed_trigger = yes
				}
			}
			trigger_else = {
				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = skeptic
				}
			}

			NOR = {
				trait = excommunicated
				trait = stoic
				trait = epicurean
			}
			scaled_wealth >= 0.25
		}
	}

	potential = { # To remain in society
		is_tribal = no
		is_nomadic = no
		NOR = {
			trait = stoic
			trait = epicurean
		}
	}

	society_rank = {
		level = 1
		limit = 60 
		startup_limit = 10
		modifier = {
			monthly_character_piety = 0.05
			fertility = -0.15
		}
		custom_tooltip = monastic_order_education_power_tt
	}
	
	society_rank = {
		level = 2
		limit = 30
		startup_limit = 6
		modifier = { 
			monthly_character_piety = 0.1
			learning = 1
			fertility = -0.15
		}
		decisions = {
			monastic_orders_go_celibate #Power: toggle celibacy
			monastic_orders_stop_celibate
			monastic_orders_spiritual_guidance
		}
	}
	
	society_rank = {
		level = 3
		limit = 25 
		startup_limit = 4
		modifier = {
			monthly_character_piety = 0.2
			intrigue = 1
			learning = 1
			build_cost_city_modifier = -0.25
			fertility = -0.15
		}
		decisions = {
			monastic_orders_invite_ascetic
			monastic_orders_teach_virtue
		}
	}

	society_rank = {
		level = 4
		limit = 8
		startup_limit = 2
		modifier = { 
			monthly_character_piety = 0.5
			intrigue = 1
			learning = 2
			build_cost_city_modifier = -0.5
			fertility = -0.15
		}
		decisions = {
			stoic_order_culture_convert_county
		}
	}

	monthly_currency_gain = {
		name = currency_name_monastic_order_stoics
    	
    	per_attribute = {
    		name = learning
    		value = 0.3
    	}
		per_attribute = {
			name = intrigue
			value = 0.2
		}
		has_trait = {
			trait = skeptic
			value = 5
		}
		has_trait = {
			trait = scholar
			value = 4
		}
		has_trait = {
			trait = theologian
			value = 4
		}	
		has_trait = {
			trait = temperate
			value = 4
		}
		has_trait = {
			trait = diligent
			value = 4
		}
		has_trait = {
			trait = erudite
			value = 3
		}
    	has_trait = {
			trait = monk
			value = 2
		}
		has_trait = {
			trait = nun
			value = 2
		}
		has_trait = {
			trait = just
			value = 2
		}
		has_trait = {
			trait = mystic
			value = 2
		}
		has_trait = {
			trait = celibate
			value = 1
		}
    	has_trait = {
			trait = chaste
			value = 1
		}
		has_trait = {
			trait = charitable
			value = 1
		}
		has_trait = {
			trait = kind
			value = 1
		}
		has_trait = {
			trait = patient
			value = 1
		}
		has_trait = {
			trait = humble
			value = 1
		}
		has_trait = {
			trait = honest
			value = 1
		}
		has_trait = {
			trait = erudite
			value = 1
		}
		has_trait = {
			trait = pilgrim
			value = 1
		}
		society_rank = {
			rank = 4
			value = 10
		}
	}

	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10
		modifier = {
			trait = skeptic
			factor = 5
		}
		modifier = {
			trait = scholar
			factor = 5
		}
		modifier = {
			trait = theologian
			factor = 3
		}
		modifier = {
			trait = diligent
			factor = 2
		}
		modifier = {
			trait = erudite
			factor = 2
		}
		modifier = {
			trait = just
			factor = 2
		}
		modifier = {
			trait = celibate
			factor = 1.2
		}
    	modifier = {
			trait = chaste
			factor = 1.1
		}
		modifier = {
			trait = temperate
			factor = 1.1
		}
		modifier = {
			trait = charitable
			factor = 1.1
		}
		modifier = {
			trait = kind
			factor = 1.1
		}
		modifier = {
			trait = patient
			factor = 1.1
		}
		modifier = {
			trait = humble
			factor = 1.1
		}
		modifier = {
			trait = honest
			factor = 1.1
		}
		modifier = {
			trait = pilgrim
			factor = 1.1
		}
	}
	
	startup_populate = {
		trigger = {
			trigger_if = {
				limit = { culture = roman }

				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = skeptic
					# Somewhat compatible when mixed with Roman culture
					religion_group = christian
					religion_group = jewish_group
					religion = buddhist
					religion_openly_bon_or_reformed_trigger = yes
				}
			}
			trigger_else = {
				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = skeptic
				}
			}

			is_adult = yes
			lower_real_tier_than = KING
			ai = yes
			controls_religion = no
			holy_order = no
			is_tribal = no
			is_nomadic = no
			mercenary = no
			has_secret_religion = no
			is_in_society = no
			NOR = {
				trait = excommunicated
				trait = stoic
				trait = epicurean
			}

			OR = {
				trait = zealous
				trait = scholar
				trait = theologian
				trait = erudite
				trait = diligent
				learning >= 16
			}
		}
	}
}

monastic_order_epicureans = {
	primary_attribute = learning
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = monastic_orders_interface
	society_ranks_gfx = generic_ranks

	indestructible = yes
	is_religious = yes
	society_influence = no

	non_interference = {
		always = yes
	}
	
	active = {
		has_dlc = "Mystics"
		has_global_flag = flag_restored_stoic_intelligentia
	}
	
	show_society = {
		trigger_if = {
			limit = {
				NOT = { society_member_of = monastic_order_epicureans }
			}

			is_tribal = no
			is_nomadic = no

			trigger_if = {
				limit = { culture = roman }

				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = epicurean
					# Somewhat compatible when mixed with Roman culture
					religion_group = christian
					religion_group = jewish_group
					religion = buddhist
					religion_openly_bon_or_reformed_trigger = yes
				}
			}
			trigger_else = {
				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = epicurean
				}
			}
		}
	}

	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = monastic_order_epicureans
					rank = 1
				}
			}
		}

		trigger_if = {
			limit = { has_character_flag = betrayed_monastic_order_epicureans }

			custom_tooltip = {
				text = did_not_betray_society

				NOT = { has_character_flag = betrayed_monastic_order_epicureans }
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no
			is_tribal = no
			is_nomadic = no

			trigger_if = {
				limit = { culture = roman }

				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = epicurean
					# Somewhat compatible when mixed with Roman culture
					religion_group = christian
					religion_group = jewish_group
					religion = buddhist
					religion_openly_bon_or_reformed_trigger = yes
				}
			}
			trigger_else = {
				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = epicurean
				}
			}

			NOR = {
				trait = excommunicated
				trait = stoic
				trait = skeptic
			}
			scaled_wealth >= 0.25
		}
	}

	potential = { # To remain in society
		is_tribal = no
		is_nomadic = no
		NOR = {
			trait = stoic
			trait = skeptic
		}
	}

	society_rank = {
		level = 1
		limit = 60 
		startup_limit = 10
		modifier = {
			monthly_character_piety = 0.05
			fertility = -0.15
		}
		custom_tooltip = monastic_order_education_power_tt
	}
	
	society_rank = {
		level = 2
		limit = 30
		startup_limit = 6
		modifier = { 
			monthly_character_piety = 0.1
			learning = 1
			fertility = -0.15
		}
		decisions = {
			monastic_orders_go_celibate #Power: toggle celibacy
			monastic_orders_stop_celibate
			monastic_orders_spiritual_guidance
		}
	}
	
	society_rank = {
		level = 3
		limit = 25 
		startup_limit = 4
		modifier = {
			monthly_character_piety = 0.2
			stewardship = 1
			learning = 1
			build_cost_city_modifier = -0.25
			fertility = -0.15
		}
		decisions = {
			monastic_orders_invite_ascetic
			monastic_orders_teach_virtue
		}
	}

	society_rank = {
		level = 4
		limit = 8
		startup_limit = 2
		modifier = { 
			monthly_character_piety = 0.5
			stewardship = 1
			learning = 2
			build_cost_city_modifier = -0.5
			fertility = -0.15
		}
		decisions = {
			stoic_order_culture_convert_county
		}
	}

	monthly_currency_gain = {
		name = currency_name_monastic_order_stoics
    	
    	per_attribute = {
    		name = learning
    		value = 0.3
    	}
    	per_attribute = {
    		name = stewardship
    		value = 0.2
    	}
		has_trait = {
			trait = epicurean
			value = 5
		}
		has_trait = {
			trait = scholar
			value = 4
		}
		has_trait = {
			trait = theologian
			value = 4
		}	
		has_trait = {
			trait = temperate
			value = 4
		}
		has_trait = {
			trait = diligent
			value = 4
		}
		has_trait = {
			trait = erudite
			value = 3
		}
    	has_trait = {
			trait = monk
			value = 2
		}
		has_trait = {
			trait = nun
			value = 2
		}
		has_trait = {
			trait = just
			value = 2
		}
		has_trait = {
			trait = mystic
			value = 2
		}
		has_trait = {
			trait = celibate
			value = 1
		}
    	has_trait = {
			trait = chaste
			value = 1
		}
		has_trait = {
			trait = charitable
			value = 1
		}
		has_trait = {
			trait = kind
			value = 1
		}
		has_trait = {
			trait = patient
			value = 1
		}
		has_trait = {
			trait = humble
			value = 1
		}
		has_trait = {
			trait = honest
			value = 1
		}
		has_trait = {
			trait = erudite
			value = 1
		}
		has_trait = {
			trait = pilgrim
			value = 1
		}
		society_rank = {
			rank = 4
			value = 10
		}
	}

	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10
		modifier = {
			trait = epicurean
			factor = 5
		}
		modifier = {
			trait = scholar
			factor = 5
		}
		modifier = {
			trait = theologian
			factor = 3
		}
		modifier = {
			trait = diligent
			factor = 2
		}
		modifier = {
			trait = erudite
			factor = 2
		}
		modifier = {
			trait = just
			factor = 2
		}
		modifier = {
			trait = celibate
			factor = 1.2
		}
    	modifier = {
			trait = chaste
			factor = 1.1
		}
		modifier = {
			trait = temperate
			factor = 1.1
		}
		modifier = {
			trait = charitable
			factor = 1.1
		}
		modifier = {
			trait = kind
			factor = 1.1
		}
		modifier = {
			trait = patient
			factor = 1.1
		}
		modifier = {
			trait = humble
			factor = 1.1
		}
		modifier = {
			trait = honest
			factor = 1.1
		}
		modifier = {
			trait = pilgrim
			factor = 1.1
		}
	}
	
	startup_populate = {
		trigger = {
			trigger_if = {
				limit = { culture = roman }

				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = epicurean
					# Somewhat compatible when mixed with Roman culture
					religion_group = christian
					religion_group = jewish_group
					religion = buddhist
					religion_openly_bon_or_reformed_trigger = yes
				}
			}
			trigger_else = {
				OR = {
					religion_openly_hellenic_or_reformed_trigger = yes
					religion = promethean_pagan
					trait = epicurean
				}
			}

			is_adult = yes
			lower_real_tier_than = KING
			ai = yes
			controls_religion = no
			holy_order = no
			is_tribal = no
			is_nomadic = no
			mercenary = no
			has_secret_religion = no
			is_in_society = no
			NOR = {
				trait = excommunicated
				trait = stoic
				trait = skeptic
			}

			OR = {
				trait = zealous
				trait = scholar
				trait = theologian
				trait = erudite
				trait = diligent
				learning >= 16
			}
		}
	}
}

monastic_order_isis = {
	primary_attribute = stewardship
	opinion_to_other_members = +10
	opinion_per_rank_above = +5
	sound = monastic_orders_interface
	society_ranks_gfx = monk_ranks

	indestructible = yes
	is_religious = yes
	society_influence = no

	non_interference = {
		always = yes
	}
	
	active = {
		has_dlc = "Mystics"
		has_global_flag = flag_restored_monastic_order_isis
	}
	
	show_society = {
		trigger_if = {
			limit = {
				NOT = { society_member_of = monastic_order_isis }
			}
			OR = {
				religion_openly_egyptian_or_reformed_trigger = yes
				religion_openly_hellenic_or_reformed_trigger = yes
			}
		}
	}
	
	can_join_society = {
		trigger_if = {
			limit = { ai = yes }

			NOT = {
				is_society_rank_full = {
					society = monastic_order_isis
					rank = 1
				}
			}
		}
		trigger_if = {
			limit = { has_character_flag = betrayed_monastic_order_isis }

			custom_tooltip = {
				text = did_not_betray_society

				NOT = { has_character_flag = betrayed_monastic_order_isis }
			}
		}
		trigger_else_if = {
			limit = { has_character_flag = society_join_block }
			always = no
		}
		trigger_else = {
			is_adult = yes
			prisoner = no
			is_tribal = no
			is_nomadic = no
			OR = {
				religion_openly_egyptian_or_reformed_trigger = yes
				religion_openly_hellenic_or_reformed_trigger = yes
				is_heretic = no
			}
			NOT = { trait = excommunicated }
			scaled_wealth = 0.25
		}
	}
	
	potential = {
		OR = {
			religion_openly_egyptian_or_reformed_trigger = yes
			religion_openly_hellenic_or_reformed_trigger = yes
			is_heretic = no
		}
	}
	
	society_rank = {
		level = 1
		limit = 100 
		startup_limit = 10
		modifier = {
			monthly_character_piety = 0.05
			fertility = -0.15
		}
		custom_tooltip = monastic_order_education_power_tt
	}
	
	society_rank = {
		level = 2
		limit = 50
		startup_limit = 6
		modifier = { 
			monthly_character_piety = 0.1
			stewardship = 1
			fertility = -0.15
		}
		decisions = {
			monastic_orders_go_celibate #Power: toggle celibacy
			monastic_orders_stop_celibate
			monastic_orders_spiritual_guidance
		}
	}
	
	society_rank = {
		level = 3
		limit = 25 
		startup_limit = 3
		modifier = {
			monthly_character_piety = 0.2
			stewardship = 2
			build_cost_temple_modifier = -0.25
			fertility = -0.15
		}
		decisions = {
			monastic_orders_invite_ascetic
			monastic_orders_teach_virtue
		}
	}

	society_rank = {
		level = 4
		limit = 5
		startup_limit = 1
		modifier = { 
			monthly_character_piety = 0.5
			stewardship = 3
			build_cost_temple_modifier = -0.5 
			fertility = -0.15
		}
		decisions = {
			monastic_order_convert_county
		}
		custom_tooltip = benedictine_power_diligent_tt
	}

	monthly_currency_gain = {
		name = currency_name_monastic_order_isis
    	
    	per_attribute = {
    		name = stewardship
    		value = 0.5
    	}
		has_trait = {
			trait = diligent
			value = 3
		}
		has_trait = {
			trait = celibate
			value = 3
		}
    	has_trait = {
			trait = chaste
			value = 3
		}
		has_trait = {
			trait = temperate
			value = 3
		}
		has_trait = {
			trait = charitable
			value = 1
		}
		has_trait = {
			trait = kind
			value = 1
		}
		has_trait = {
			trait = patient
			value = 1
		}
		has_trait = {
			trait = humble
			value = 1
		}
		has_trait = {
			trait = zealous
			value = 1
		}
		has_trait = {
			trait = honest
			value = 1
		}
		has_trait = {
			trait = erudite
			value = 1
		}
		has_trait = {
			trait = mystic
			value = 1
		}
		has_trait = {
			trait = theologian
			value = 1
		}
		has_trait = {
			trait = gardener
			value = 1
		}
		society_rank = {
			rank = 4
			value = 10
		}
		triggered_gain = {
			desc = "saintly_monastic_gain"
			trigger = {
				any_owned_bloodline = {
					has_bloodline_flag = monastic_saintly_bloodline
					founder = {
						religion_group = ROOT
					}
				}
			}
			value = 3
		}
		triggered_gain = {
			desc = "minor_title_monastic_gain"
			trigger = {
				OR = {
					has_minor_title = title_gods_wife
					has_minor_title = title_divine_adoratrice
					has_minor_title = title_khetemty
				}
			}
			value = 5
		}
	}

	member_score_per_attribute = 3
	member_score_per_rank = 100

	member_score = {
		value = 10

		modifier = {
			is_priest = yes
			factor = 10
		}
		modifier = {
			trait = diligent
			factor = 1.3
		}
		modifier = {
			trait = celibate
			factor = 1.3
		}
    	modifier = {
			trait = chaste
			factor = 1.3
		}
		modifier = {
			trait = temperate
			factor = 1.3
		}
		modifier = {
			trait = charitable
			factor = 1.1
		}
		modifier = {
			trait = kind
			factor = 1.1
		}
		modifier = {
			trait = patient
			factor = 1.1
		}
		modifier = {
			trait = humble
			factor = 1.1
		}
		modifier = {
			trait = zealous
			factor = 1.1
		}
		modifier = {
			trait = honest
			factor = 1.1
		}
		modifier = {
			trait = erudite
			factor = 1.1
		}
		modifier = {
			trait = mystic
			factor = 1.1
		}
		modifier = {
			trait = theologian
			factor = 1.1
		}
		modifier = {
			trait = gardener
			factor = 1.1
		}
	}
	
	startup_populate = {
		trigger = {
			religion = egyptian_pagan
			is_adult = yes
			lower_real_tier_than = KING
			ai = yes
			controls_religion = no
			holy_order = no
			mercenary = no
			has_secret_religion = no
			is_in_society = no
			NOT = { trait = cynical }
			NOT = { trait = excommunicated }
			OR = {
				trait = zealous
				trait = scholar
				trait = theologian
				trait = gardener
				trait = monk
				trait = nun
				learning >= 16
				is_priest = yes
			}
		}
	}
}