1[
2  {
3    "copy-from": "cookies",
4    "type": "COMESTIBLE",
5    "id": "sporeos",
6    "name": { "str_sp": "SpOreos" },
7    "color": "dark_gray",
8    "spoils_in": 0,
9    "symbol": "%",
10    "quench": 25,
11    "calories": 217,
12    "description": "The hit cookie from Mycus Industries!  Now comes in addicting flavors such as Marloss, Chanterelle, and The Encroaching, Unavoidable Death of Human Civilization.",
13    "price": 0,
14    "material": [ "wheat", "fruit" ],
15    "charges": 4,
16    "stack_size": 20,
17    "fun": 10,
18    "flags": [ "MYCUS_OK", "FUNGAL_VECTOR" ]
19  },
20  {
21    "type": "recipe",
22    "activity_level": "fake",
23    "result": "sporeos",
24    "category": "CC_FOOD",
25    "subcategory": "CSC_FOOD_SNACK",
26    "skill_used": "cooking",
27    "difficulty": 1,
28    "autolearn": true,
29    "time": 1000,
30    "qualities": [ { "id": "COOK", "level": 2 } ],
31    "components": [ [ [ "cookies", 4 ] ], [ [ "marloss_berry", 1 ], [ "marloss_seed", 1 ], [ "mycus_fruit", 1 ] ] ]
32  }
33]
34