decisions = {

	restore_presidency_af = {
			is_high_prio = yes
			potential = {
				NOT = {
					has_alternate_start_parameter = { key = religion_names value = random }
				}
				is_ruler = yes
				religion = americanist
				d_americanist = { has_holder = no }
				had_global_flag = { flag = pres_election days = 730 }
			}
			
			allow = {
				age = 35
				in_seclusion = no
				prisoner = no
				NOT = { trait = incapable }
				primary_title = { higher_real_tier_than = COUNT }
				completely_controls = c_washington
			}
			
			effect = {
				d_americanist = { grant_title = ROOT }
				add_trait = president
				k_papal_state = { holder_scope = { character_event = { id = prez.98 } } }
				narrative_event = { id = prez.301 }
			}
			revoke_allowed = {
				always = no
			}
			ai_will_do = {
				factor = 1 #will always take if allowed
			}
		}
	
}