#Don't forget to add new deaths to the scripted death triggers
# Frames can be specified for individual death season, using "icon = 2" or similar. Defaults to 1 if not specified
# Only the first frame gets recolored based on illness/known killer
# Use "killer_icon = 2" or similar to have a different icon shown if there's a known killer. It'll default to using whatever you specified with "icon" otherwise
# The icons themselves are defined in GFX_overlay_char_dead and GFX_overlay_char_dead_small
# sound = no will prevent this death reason from playing a death sound
# death_date_desc will define a different loc key than the default "DEATH_DATE_DESC" to use for descriptions of their date of death. E.G., to use "Went to China: $DATE|Y$ at age $AGE|Y$" instead of describing them as having died

#GENERAL
death_execution_burning_personal = {
	violent = yes
	long_desc = "DEATH_EXECUTION_BURNING_PERSONAL"
	can_nokiller = yes
	execution = yes
	sound_list = {
		female = {
			"burning_female_01"
			"burning_female_02"
			"burning_female_03"
		}
		male = {
			"burning_male_01"
			"burning_male_02"
			"burning_male_03"
			"burning_male_04"
		}
	}
}