Guest User

Untitled

a guest
Sep 7th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "name":"Moonshine-Light",
  3. "recipeid":"5001",
  4. "skill":"beverages",
  5. "trigger":"create",
  6. "containers":[
  7. {"id":"measuring jug"}
  8. ],
  9. "ingredients":{
  10. "mandatory":[
  11. {"id":"moonshine", "ratio": 150}
  12. ],
  13. "any" : [
  14. {"id":"any veg", "pstate": "chopped"},
  15. {"id":"any herb","pstate":"chopped","difficulty":5},
  16. {"id":"any spice","pstate":"ground","difficulty":5}
  17. ],
  18. "optional":[
  19. {"id":"salt","difficulty":5}
  20. ]
  21. },
  22. "result":{
  23. "id":"moonshine",
  24. "name":"Home Cocktail",
  25. "difficulty":25,
  26. "description":"Cocktail containing moonshine, vegetables, species and herbs. Is rather popular in the further regions of the wurm lands."
  27. }
  28. }
Add Comment
Please, Sign In to add comment