Advertisement
Dartellum

herb buying

Sep 4th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # order herbs
  2. order_rem(info['stock-room'], quantity, recipe['herb1_stock'])
  3. if recipe['herb2'] !='na'
  4. order_rem(info['stock-room'], stock_needed, recipe['herb2_stock'])
  5. end
  6.  
  7. in base-crafting.yaml:
  8. - name: some blister cream
  9. noun: cream
  10. volume: 1
  11. type: remedies
  12. work_order: true
  13. chapter: 2
  14. container: mortar
  15. herb1: red flowers
  16. herb1_stock: 13
  17. herb2: nemoih
  18. herb2_stock: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement