﻿namespace = TFE_major_decisions

################
# A New Imperial Faith
# TFE_major_decisions.0001

# For the one who proclaimed the new Imperial faith...
TFE_major_decisions.0001 = {
	type = character_event
	title = TFE_major_decisions.0001.t
	desc = {
		desc = TFE_major_decisions.0001.desc_intro
		first_valid = {
			triggered_desc = {
				trigger = { scope:new_faith = { has_doctrine = doctrine_pluralism_pluralistic } }
				desc = TFE_major_decisions.0001.desc_pluralistic
			}
			triggered_desc = {
				trigger = { scope:new_faith = { has_doctrine = doctrine_pluralism_righteous } }
				desc = TFE_major_decisions.0001.desc_righteous
			}
			triggered_desc = {
				trigger = { scope:new_faith = { has_doctrine = doctrine_pluralism_fundamentalist } }
				desc = TFE_major_decisions.0001.desc_fundamentalist
			}
		}
		desc = TFE_major_decisions.0001.desc_end
	}
	
	theme = faith
	
	left_portrait = {
		character = root
		animation = personality_zealous
	}
	
	immediate = {
		new_official_imperial_faith_effect = yes
	}

	option = {
		name = TFE_major_decisions.0001.a
	}
}
