Browse Source

全局配置添加

greg 4 năm trước cách đây
mục cha
commit
8e547df5fb
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. BIN
      Sample/excel/GameGlobal.xlsx
  2. 6 1
      Sample/json/GameGlobal.json

BIN
Sample/excel/GameGlobal.xlsx


+ 6 - 1
Sample/json/GameGlobal.json

@@ -1,6 +1,11 @@
 [
     {
         "earningsInterval": 5000,
-        "afkEarnings": 10
+        "afkEarnings": 10,
+        "accelerateDiamondConsume": 20,
+        "accelerateTime": 150,
+        "accelerateMaxTime": 1500,
+        "autoSyntheticTime": 300,
+        "AutoSyntheticDiamondConsume": 20
     }
 ]