소스 검색

全局配置添加

greg 4 년 전
부모
커밋
8e547df5fb
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
 ]