{
	"meta": {"auth": "tiger", "id": "testmod", "modid": "tiger_testmod", "target": "7a+g", "version": 1},
	"variants": {
		"HalfPainter": {
			"name": "halfpainter",
			"Tnames": {
				"default": "en",
				"en": "Painter (Half)",
				"es": "Pintor (Medio)"
			},
			"Tdescriptions": {
				"default": "en",
				"en": "Allows you to color just the left half of a shape."
			},
			"size": [2,1],
			"speed": [1,6],
			"category": "cutter",
			"components": {
				"ItemAcceptor": {
					"slots": [
						{"pos": [0,0], "directions": ["left"], "filter": "shape"},
						{"pos": [1,0], "directions": ["top"], "filter": "color"}
					]
				},
				"ItemEjector": {
					"slots": [
						{"pos": [1,0], "direction": "right"}
					]
				},
				"ItemProcessor": {"inputsPerCharge": 2, "func": "let itemsOut = []; let itemTemplate = {layers:[[{subShape: 'rect', color: 'uncolored', requiredSlot: 0}, {subShape: 'circle', color: 'green'}, {subShape: 'star', color: 'red'}, {subShape: 'windmill', color: 'cyan'}], [{subShape: 'star', color: 'blue'}]]}; itemsOut.push(itemTemplate); return itemsOut;"
				}
			},
			"image": "https://i.ibb.co/MC3k3NP/doggo.png",
			"bpimage": "https://i.ibb.co/RQnC0Sw/ghost-doggo.png"
		}
	}
}