Skip to content

Commit

Permalink
Merge pull request #35566 from sketchywyvern/master
Browse files Browse the repository at this point in the history
Add sugar beet seed crafting recipe
  • Loading branch information
ZhilkinSerg authored Nov 18, 2019
2 parents f69236d + f70a684 commit 2c596d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/json/recipes/food/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,18 @@
"autolearn": true,
"components": [ [ [ "chamomile", 1 ] ] ],
"flags": [ "ALLOW_ROTTEN" ]
},
{
"result": "seed_sugar_beet",
"type": "recipe",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_SEEDS",
"skill_used": "survival",
"difficulty": 2,
"time": "5 m",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "sugar_beet", 1 ] ] ],
"flags": [ "ALLOW_ROTTEN" ]
}
]

0 comments on commit 2c596d7

Please sign in to comment.