﻿
namespace = treatment_outcomes

treatment_outcomes.0001 = {
	type = character_event
	title = treatment_outcomes.0001.title
	desc = treatment_outcomes.0001.desc
	
	theme = medicine
	
	right_portrait = {
		character = scope:recipient
		animation = pain
	}

	immediate = {
		hidden_effect = {
			scope:recipient = {			
				remove_trait = ucp_bedridden
			}
		}
	}

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

treatment_outcomes.0002 = {
	type = character_event
	title = treatment_outcomes.0002.title
	desc = treatment_outcomes.0002.desc
	
	theme = medicine
	
	left_portrait = {
		character = scope:new_court_physician
		animation = shame
	}

	right_portrait = {
		character = scope:recipient
		animation = pain
	}
	
	immediate = {
		hidden_effect = {
			scope:recipient = {			
				remove_trait = ucp_bedridden
			}
		}
	}

	option = {
		name = treatment_outcomes.0002.a
	}
}

treatment_outcomes.0003 = {
	type = character_event
	title = treatment_outcomes.0003.title
	desc = treatment_outcomes.0003.desc
	
	theme = medicine
	
	left_portrait = {
		character = scope:new_court_physician
		animation = shame
	}

	right_portrait = {
		character = scope:recipient
		animation = pain
	}

	immediate = {
		hidden_effect = {
			scope:recipient = {			
				remove_trait = ucp_bedridden
			}
		}
	}

	option = {
		name = treatment_outcomes.0003.a
	}
}
