Hello, I am trying to change the price of Intertwined Fate in the shop (itemid: 223) but I dont know how. This is the (I think) JSON in grasscutter data: "items": [
{
"goodsId": 102001,
"goodsItem": {
"id": 223,
"count": 1
},
"costItemList": [],
"minLevel": 4,
"maxLevel": 99,
"hcoin": 160,
"secondarySheetId": 1,
"refreshType": "SHOP_REFRESH_MONTHLY",
"shopRefreshParam": 1
},
any ideas? thanks
#changing the price of Intertwined Fate in the shop
6 messages · Page 1 of 1 (latest)
Shop.json in Grasscutter\data\ is what you edit, yes
Just make the edits in your text editor of choice and save, reload the server if it is already running. Might need to restart the server if you don't notice any change after a reload
I see, I suppose that the value i must change is "hcoin"
hcoin is primogems, yes
thanks very much