Skip to content

Commit

Permalink
Update vegetable_dishes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathra225 committed May 22, 2022
1 parent 3b95bad commit 1a66647
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/json/recipes/food/vegetable_dishes.json
Expand Up @@ -279,5 +279,22 @@
"qualities": [ { "id": "ANVIL", "level": 1 } ],
"tools": [ [ [ "bag_canvas", -1 ], [ "pillowcase", -1 ], [ "sheet", -1 ] ] ],
"components": [ [ [ "pistachio", 20 ] ] ]
},
{
"type": "recipe",
"result": "acorns_blanching",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"skills_required": [ "survival", 2 ],
"difficulty": 3,
"time": "30 m",
"autolearn": true,
"charges": 20,
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_forage_cooking" } ],
"tools": [ [ [ "bag_canvas", -1 ], [ "pillowcase", -1 ], [ "sheet", -1 ] ] ],
"components": [ [ [ "acorns", 20 ] ], [ [ "water", 40 ], [ "water_clean", 40 ] ] ]
}
]

0 comments on commit 1a66647

Please sign in to comment.