﻿#############################
# Character Physical Modify #
# by BlackShip              #
#############################
CPM_Setting_decision = {
	picture = {
		reference = "gfx/interface/illustrations/decisions/decision_misc.dds"
	}
	desc = CPM_Setting_decision_desc
	selection_tooltip = CPM_Setting_decision_tooltip

	ai_check_interval = 0

	is_shown = {
		is_ai = no
		is_playable_character = yes
		NOT = { has_character_flag = CPMS_NSA }
	}

	effect = {
		trigger_event = CPMS.0001

		#Effect tooltip
		custom_tooltip = CPM_Setting_decision_tooltip
	}

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}
}