diff --git a/configs/blocks_ADD_000.json b/configs/blocks_ADD_000.json index 59e5af7..6b584a1 100644 --- a/configs/blocks_ADD_000.json +++ b/configs/blocks_ADD_000.json @@ -5,7 +5,7 @@ "members": { "D": { "name": "Dot", - "color": [255, 255, 100], + "color": [10, 100, 35], "min_score": 3500, "shapes": [ [[1]] @@ -51,6 +51,39 @@ "shapes": [ [[0, 1, 0], [1, 1, 1], [0, 1, 0]] ] + }, + "Cn": { + "name": "Corner", + "color": [15, 180, 180], + "min_score": 5000, + "shapes": [ + [[1, 0], [1, 1]], + [[1, 1], [1, 0]], + [[1, 1], [0, 1]], + [[0, 1], [1, 1]] + ] + }, + "CN": { + "name": "Corner+", + "color": [15, 15, 180], + "min_score": 4000, + "shapes": [ + [[1, 0, 0], [1, 0, 0], [1, 1, 1]], + [[1, 1, 1], [1, 0, 0], [1, 0, 0]], + [[1, 1, 1], [0, 0, 1], [0, 0, 1]], + [[0, 0, 1], [0, 0, 1], [1, 1, 1]] + ] + }, + "W": { + "name": "Dabl", + "color": [180, 25, 230], + "min_score": 15000, + "shapes": [ + [[1, 0, 0], [1, 1, 0], [0, 1, 1]], + [[0, 1, 1], [1, 1, 0], [1, 0, 0]], + [[1, 1, 0], [0, 1, 1], [0, 0, 1]], + [[0, 0, 1], [0, 1, 1], [1, 1, 0]] + ] } } }