zg 1 day ago
parent
commit
382b69b4cf
3 changed files with 26 additions and 3 deletions
  1. 26 3
      Assets/Res/Config/ShopItemConfig.json
  2. BIN
      Excel2Json/Excel/OpenBox.xlsx
  3. BIN
      Excel2Json/Excel/Shop.xlsx

+ 26 - 3
Assets/Res/Config/ShopItemConfig.json

@@ -1869,6 +1869,29 @@
       "itemId": [
         1002
       ],
+      "itemCount": [
+        10
+      ],
+      "costItemId": 1004,
+      "price": 1,
+      "oldPrice": 1,
+      "buyCount": -1,
+      "maxBuyCount": -1,
+      "shopItemGroup": 7,
+      "continueTime": -1,
+      "shopName": 0,
+      "shopDesc": 0,
+      "shopShowTemplate": 3,
+      "shopShowTemplateParm": [
+        "icon_Gem_Star_Blue"
+      ]
+    },
+    {
+      "ID": 702,
+      "giftID": "",
+      "itemId": [
+        1002
+      ],
       "itemCount": [
         100
       ],
@@ -1887,16 +1910,16 @@
       ]
     },
     {
-      "ID": 702,
+      "ID": 703,
       "giftID": "",
       "itemId": [
         1002
       ],
       "itemCount": [
-        10
+        10000
       ],
       "costItemId": 1004,
-      "price": 1,
+      "price": 1000,
       "oldPrice": 1,
       "buyCount": -1,
       "maxBuyCount": -1,

BIN
Excel2Json/Excel/OpenBox.xlsx


BIN
Excel2Json/Excel/Shop.xlsx