///start of block for each itemstock. Each shop can have as many of these as you want
{
"ItemType": "Object",
"IsRecipe": false,
"StockPrice": 200,
"Quality": 1,
"ItemNames": ["Seaweed"],
},
{
"ItemType": "Object",
"IsRecipe": false,
"StockPrice": 100,
"Quality": 1,
"ItemNames": ["Green Algae"],
},
{
"ItemType": "Object",
"IsRecipe": false,
"StockPrice": 400,
"Quality": 1,
"ItemNames": ["White Algae"],
},
///end of block for each itemstock.
]
},
///end of block for each vanilla shop
i don't know if im doing something wrong, but it doesnt look like i am i don't think, and yet the vanilla shop isn't changed.
`{ "Shops": [ { "ShopName": "WillyShop", "ReplaceInsteadOfAdd": false, "ShopPrice": -1, "MaxNumItemsSoldInStore": 2147483647, "ItemStocks": [
] }`