Browse Source

全局配置添加

greg 4 years ago
parent
commit
8e547df5fb
2 changed files with 6 additions and 1 deletions
  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
     }
 ]