ColonolNutty / MoreFarming

Adds additional farmable food and items
http://community.playstarbound.com/resources/cn-more-farming-revitalization.4537/
7 stars 3 forks source link

Add ingredients and produce to Tenant Chefs #134

Open ColonolNutty opened 7 years ago

ColonolNutty commented 7 years ago

The npcs/merchantpools.config looks like this { "chefmerchant" : [ [0, [ { "item" : { "name" : "pearlpeabroth" } } ]], [1.9, [ { "item" : { "name" : "carrotbread" } } ]], [2.9, [ { "item" : { "name" : "choconut" } } ]], [3.9, [ { "item" : { "name" : "sushi" } } ]] ], "bartendermerchant" : [ [0, [ { "item" : { "name" : "carrotjuice" } } ]] ], "apexingredients" : [ [0, [ { "item" : { "name" : "potato" }, "rarity" : 0.05 } ]] ], "avianingredients" : [ [0, [ { "item" : { "name" : "avesmingo" }, "rarity" : 0.05 } ]] ], "floraningredients" : [ [0, [ { "item" : { "name" : "rawtentacle" }, "rarity" : 0.05 } ]] ], "glitchingredients" : [ [0, [ { "item" : { "name" : "automato" }, "rarity" : 0.05 } ]] ], "humaningredients" : [ [0, [ { "item" : { "name" : "tomato" }, "rarity" : 0.05 } ]] ], "hylotlingredients" : [ [0, [ { "item" : { "name" : "wartweed" }, "rarity" : 0.05 } ]] ], "novakidingredients" : [ [0, [ { "item" : { "name" : "tomato" }, "rarity" : 0.05 } ]] ] }