{
	"style" : "groupbox",
	"title" : "Dead Sick Block Properties",
	"layout": [
		{
			"control": "comboBox",
			"name": "type",
			"title": "Type",
			"type": "int",
			"tooltip": "Which subvariation should it use? Check the behavior section in the NPC's tooltip for more info.",
			"value-default": 0,
			"elements": ["Normal", "Masked", "Vaccinated"]
		},
		{
			"control": "comboBox",
			"name": "mode",
			"title": "Mode",
			"type": "int",
			"tooltip": "What mode should the sickblock behave in? Check the angelic mode section in the NPC's tooltip for more info.",
			"value-default": 0,
			"elements": ["Mortal", "Angelic"]
		}		
	]
}
