{
	"style" : "groupbox",
	"title" : "Red 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", "Cracked", "Timed", "P-block", "Camera"]
		},
        {
			"control": "spinBox",
			"type": "int",
			"name": "delay",
			"title": "Duration",
			"tooltip": "For timed redblock only. How long should the timed redblock stay powered? Delay is in units of 10 frames (1 = 10 frames, 2 = 20 frames)",
			"value-default": 6,
			"value-min": 1,
			"value-max": 999,
			"single-step": 1
		}		
	]
}
