Here’s the code:
{
"Shops": [
{
"ShopName":"DarkShop",
"CategoriesToSellHere" : [-81 , -75],
"PortraitPath":"assets/Shop/KalarosShop.png",
"Quote":"This is a store!",
"ShopPrice": 0,
"ItemStocks":[
{
"ItemType":"Object",
"ItemNames":["Prismatic Shard"],
"StockItemCurrency":"Void Essence",
"StockCurrencyStack":100,
"Stock":1
}
],
}
The store can be opened, but there’s no image and Quote, and when I compare it to the other mods, I don’t see any problem, and I want to know how to fix it.
Here’s the code: { "Shops": [ { "ShopName":"DarkShop", "CategoriesToSellHere" : [-81 , -75], "PortraitPath":"assets/Shop/KalarosShop.png", "Quote":"This is a store!", "ShopPrice": 0, "ItemStocks":[ { "ItemType":"Object", "ItemNames":["Prismatic Shard"], "StockItemCurrency":"Void Essence", "StockCurrencyStack":100, "Stock":1 } ], } The store can be opened, but there’s no image and Quote, and when I compare it to the other mods, I don’t see any problem, and I want to know how to fix it.