1[
2  {
3    "type": "recipe",
4    "activity_level": "fake",
5    "result": "aperture_potato",
6    "category": "CC_ELECTRONIC",
7    "subcategory": "CSC_ELECTRONIC_COMPONENTS",
8    "skill_used": "electronics",
9    "difficulty": 8,
10    "time": 11000,
11    "book_learn": [ [ "textbook_robots", 4 ] ],
12    "qualities": [ { "id": "SCREW", "level": 1 } ],
13    "components": [
14      [ [ "circuit", 1 ] ],
15      [ [ "e_scrap", 3 ] ],
16      [ [ "cable", 5 ] ],
17      [ [ "light_minus_battery_cell", 1 ] ],
18      [ [ "potato", 1 ] ]
19    ]
20  },
21  {
22    "id": "aperture_potato",
23    "type": "TOOL",
24    "name": { "str": "companion potato", "str_pl": "companion potatoes" },
25    "description": "Seems like some kind of Genetic Lifeform and Disk Operating System, attached to a potato.",
26    "weight": "900 g",
27    "volume": "500 ml",
28    "price": 9000,
29    "to_hit": -1,
30    "material": [ "plastic" ],
31    "symbol": "%",
32    "color": "light_gray",
33    "use_action": [ "DOLLCHAT" ]
34  }
35]
36