﻿odds_spread_plague_scheme_misc_value = {
	add = {
		value = -10
		desc = scheme_odds.misc_modifiers
		if = {
			limit = {
				scope:target = { has_trait = reclusive }
			}
			add = -8
		}
		if = {
			limit = {
				scope:target = { has_trait = lifestyle_herbalist }
			}
			add = -16
		}
		if = {
			limit = {
				scope:target = { has_trait = lifestyle_physician }
			}
			add = -16
		}
		if = {
			limit = {
				scope:owner = { has_trait = lifestyle_physician }
			}
			add = 16
		}
		if = {
			limit = {
				scope:owner = { has_trait = lifestyle_herbalist }
			}
			add = 16
		}
		if = {
			limit = {
				scope:owner = { has_trait = torturer }
			}
			add = 8
		}
		if = {
			limit = {
				scope:owner = { has_trait = schemer }
			}
			add = 4
		}
		if = {
			limit = {
				scope:owner = { has_trait = sadistic }
			}
			add = 4
		}
		if = {
			limit = {
				scope:owner = { has_trait = wrathful }
			}
			add = 4
		}
	}
}