mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 08:25:21 +01:00
Fix default Shop.json (for Mondstadt General Goods)
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
{
|
{
|
||||||
"goodsId": 1004202,
|
"goodsId": 1004202,
|
||||||
"goodsItem": {
|
"goodsItem": {
|
||||||
"Id": 202,
|
"id": 202,
|
||||||
"Count": 1000000
|
"count": 1000000
|
||||||
},
|
},
|
||||||
"scoin": 1,
|
"scoin": 1,
|
||||||
"buyLimit": 500,
|
"buyLimit": 500,
|
||||||
@@ -16,17 +16,18 @@
|
|||||||
"maxLevel": 99,
|
"maxLevel": 99,
|
||||||
"costItemList": [
|
"costItemList": [
|
||||||
{
|
{
|
||||||
"Id": 223,
|
"id": 223,
|
||||||
"Count": 100
|
"count": 100
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"goodsId": 10048006,
|
"goodsId": 10048006,
|
||||||
"goodsItem": {
|
"goodsItem": {
|
||||||
"Id": 108006,
|
"id": 108006,
|
||||||
"Count": 20
|
"count": 20
|
||||||
},
|
},
|
||||||
|
"costItemList": [],
|
||||||
"scoin": 100,
|
"scoin": 100,
|
||||||
"hcoin": 100,
|
"hcoin": 100,
|
||||||
"mcoin": 100,
|
"mcoin": 100,
|
||||||
@@ -39,9 +40,10 @@
|
|||||||
{
|
{
|
||||||
"goodsId": 10048033,
|
"goodsId": 10048033,
|
||||||
"goodsItem": {
|
"goodsItem": {
|
||||||
"Id": 108033,
|
"id": 108033,
|
||||||
"Count": 20
|
"count": 20
|
||||||
},
|
},
|
||||||
|
"costItemList": [],
|
||||||
"scoin": 1,
|
"scoin": 1,
|
||||||
"buyLimit": 50000,
|
"buyLimit": 50000,
|
||||||
"beginTime": 1575129600,
|
"beginTime": 1575129600,
|
||||||
|
|||||||
Reference in New Issue
Block a user