diff --git a/configs/blocks_ADD_000.json b/configs/blocks_ADD_000.json index 6b584a1..4027285 100644 --- a/configs/blocks_ADD_000.json +++ b/configs/blocks_ADD_000.json @@ -84,7 +84,81 @@ [[1, 1, 0], [0, 1, 1], [0, 0, 1]], [[0, 0, 1], [0, 1, 1], [1, 1, 0]] ] + }, + "Z1": { + "name": "Zet", + "color": [170, 25, 130], + "min_score": 25000, + "shapes": [ + [[1, 1, 0], [0, 1, 0], [0, 1, 1]], + [[0, 0, 1], [1, 1, 1], [1, 0, 0]] + ] + }, + "I2": { + "name": "Line2", + "color": [50, 25, 60], + "min_score": 25000, + "shapes": [ + [[1, 1]], + [[1], [1]] + ] + }, + "P": { + "name": "P", + "color": [240, 170, 40], + "min_score": 30000, + "shapes": [ + [[1, 1], [1, 1], [1, 0]], + [[1, 1, 1], [0, 1, 1]], + [[0, 1], [1, 1], [1, 1]], + [[1, 1, 0], [1, 1, 1]] + ] + }, + "F": { + "name": "F", + "color": [135, 110, 65], + "min_score": 30000, + "shapes": [ + [[0, 1, 1], [1, 1, 0], [0, 1, 0]], + [[0, 1, 0], [1, 1, 1], [0, 0, 1]], + [[0, 1, 0], [0, 1, 1], [1, 1, 0]], + [[1, 0, 0], [1, 1, 1], [0, 1, 0]] + ] + }, + "S1": { + "name": "S1", + "color": [240, 110, 20], + "min_score": 30000, + "shapes": [ + [[1, 0], [1, 0], [1, 1], [0, 1]], + [[0, 1, 1, 1], [1, 1, 0, 0]], + [[1, 0], [1, 1], [0, 1], [0, 1]], + [[0, 0, 1, 1], [1, 1, 1, 0]] + ] + }, + "L1": { + "name": "L1", + "color": [45, 95, 175], + "min_score": 30000, + "shapes": [ + [[1, 0], [1, 0], [1, 0], [1, 1]], + [[1, 1, 1, 1], [1, 0, 0, 0]], + [[1, 1], [0, 1], [0, 1], [0, 1]], + [[0, 0, 0, 1], [1, 1, 1, 1]] + ] + }, + "F1": { + "name": "F1", + "color": [240, 230, 60], + "min_score": 30000, + "shapes": [ + [[0, 1], [1, 1], [0, 1], [0, 1]], + [[0, 0, 1, 0], [1, 1, 1, 1]], + [[1, 0], [1, 0], [1, 1], [1, 0]], + [[1, 1, 1, 1], [0, 1, 0, 0]] + ] } } + } } } \ No newline at end of file