diff --git a/config/software/designs.json b/config/software/designs.json index 758847b31c2..5265b8c98b6 100644 --- a/config/software/designs.json +++ b/config/software/designs.json @@ -340,6 +340,18 @@ "curvedSeam" ] }, + "gozer": { + "code": "Wouter Van Wageningen", + "description": "A FreeSewing pattern for a ghost costume", + "design": "Wouter Van Wageningen", + "difficulty": 1, + "tags": [ + "costumes" + ], + "techniques": [ + "hem" + ] + }, "hi": { "code": "Wouter Van Wageningen", "description": "A FreeSewing pattern for a shark plush toy", @@ -609,22 +621,14 @@ ] }, "shelly": { - "code": "Thrunic", + "lab": true, + "org": true, "description": "A FreeSewing pattern for a raglan shirt, perfect for swimshirts", + "code": "Thrunic", "design": "Thrunic", "difficulty": 2, - "lab": true, - "org": true, - "tags": [ - "tops", - "swimwear" - ], - "techniques": [ - "hem", - "stretch", - "curvedSeam", - "raglanSleeve" - ] + "tags": ["tops", "swimwear"], + "techniques": ["hem", "stretch", "curvedSeam", "raglanSleeve"] }, "shin": { "code": "Joost De Cock", @@ -683,20 +687,14 @@ ] }, "skully": { - "code": "Wouter Van Wageningen", "description": "A FreeSewing pattern for skully, our logo, a plushy toy", + "code": "Wouter Van Wageningen", "design": "Wouter Van Wageningen", "difficulty": 4, "lab": true, "org": true, - "tags": [ - "accessories", - "toys" - ], - "techniques": [ - "curvedSeam", - "precision" - ] + "tags": ["accessories", "toys"], + "techniques": ["curvedSeam", "precision"] }, "sven": { "code": "Joost De Cock", @@ -870,25 +868,13 @@ ] }, "otis": { - "code": "Wouter Van Wageningen", "description": "A FreeSewing pattern for a romper", + "code": "Wouter Van Wageningen", "design": "Wouter Van Wageningen", "difficulty": 2, "lab": true, "org": true, - "tags": [], - "techniques": [] - }, - "gozer": { - "code": "Coder name", - "description": "A FreeSewing pattern that needs a description", - "design": "Designer name", - "difficulty": 1, - "tags": [ - "tagname" - ], - "techniques": [ - "techname" - ] + "tags": [ ], + "techniques": [ ] } -} \ No newline at end of file +}