Browse Source

更新策划配置表

xh 10 months ago
parent
commit
46686ab2d7
2 changed files with 8 additions and 8 deletions
  1. 1 1
      game/config/data/rankConfig.json
  2. 7 7
      game/config/data/weeklySignInConfig.json

+ 1 - 1
game/config/data/rankConfig.json

@@ -1,6 +1,6 @@
 [
 		{"ID":1,"Enable":1,"Type":1,"Source":1,"ShowTotal":100,"Reward":null,"IsBot":1,"StartTime":"","EndTime":"","ShowTime":""},
 		{"ID":2,"Enable":1,"Type":1,"Source":2,"ShowTotal":100,"Reward":null,"IsBot":1,"StartTime":"","EndTime":"","ShowTime":""},
-		{"ID":3,"Enable":1,"Type":2,"Source":2,"ShowTotal":1000,"Reward":[{"itemBaseType":4,"itemID":3,"amount":500000000000}],"IsBot":1,"StartTime":"","EndTime":"","ShowTime":""},
+		{"ID":3,"Enable":0,"Type":2,"Source":2,"ShowTotal":1000,"Reward":[{"itemBaseType":4,"itemID":3,"amount":500000000000}],"IsBot":1,"StartTime":"","EndTime":"","ShowTime":""},
 		{"ID":4,"Enable":1,"Type":1,"Source":3,"ShowTotal":100,"Reward":null,"IsBot":1,"StartTime":"","EndTime":"","ShowTime":""}	
 ]

+ 7 - 7
game/config/data/weeklySignInConfig.json

@@ -1,9 +1,9 @@
 [
-		{"ID":0,"Reward":[{"itemBaseType":2,"itemID":6,"amount":20},{"itemBaseType":1,"itemID":5,"amount":50000}]},
-		{"ID":1,"Reward":[{"itemBaseType":1,"itemID":1,"amount":30}]},
-		{"ID":2,"Reward":[{"itemBaseType":1,"itemID":5,"amount":15000}]},
-		{"ID":3,"Reward":[{"itemBaseType":2,"itemID":6,"amount":10}]},
-		{"ID":4,"Reward":[{"itemBaseType":1,"itemID":5,"amount":20000}]},
-		{"ID":5,"Reward":[{"itemBaseType":1,"itemID":1,"amount":100}]},
-		{"ID":6,"Reward":[{"itemBaseType":1,"itemID":5,"amount":50000}]}	
+		{"ID":0,"Reward":null},
+		{"ID":1,"Reward":null},
+		{"ID":2,"Reward":null},
+		{"ID":3,"Reward":null},
+		{"ID":4,"Reward":null},
+		{"ID":5,"Reward":null},
+		{"ID":6,"Reward":null}	
 ]