浏览代码

修改盲盒随机奖励配置

neo 1 年之前
父节点
当前提交
8eff6e8012
共有 1 个文件被更改,包括 12 次插入2 次删除
  1. 12 2
      BlindBoxAwardConfig.lua

+ 12 - 2
BlindBoxAwardConfig.lua

@@ -2,21 +2,31 @@ local root = {
2
     {
2
     {
3
         boxId = 1001,
3
         boxId = 1001,
4
         itemId = 10001,
4
         itemId = 10001,
5
-        weightByPrice = 100
5
+        count = 1,
6
+        weightByPrice = 1000000
6
     },
7
     },
7
     {
8
     {
8
         boxId = 1001,
9
         boxId = 1001,
9
         itemId = 10101,
10
         itemId = 10101,
10
-        weightByPrice = 100
11
+        count = 1,
12
+        weightByPrice = 1000000
13
+    },
14
+    {
15
+        boxId = 1001,
16
+        itemId = 103,
17
+        count = 1,
18
+        weightByPrice = 1000000
11
     },
19
     },
12
     {
20
     {
13
         boxId = 1002,
21
         boxId = 1002,
14
         itemId = 10001,
22
         itemId = 10001,
23
+        count = 100,
15
         weightByPrice = 100
24
         weightByPrice = 100
16
     },
25
     },
17
     {
26
     {
18
         boxId = 1002,
27
         boxId = 1002,
19
         itemId = 10003,
28
         itemId = 10003,
29
+        count = 100,
20
         weightByPrice = 100
30
         weightByPrice = 100
21
     }
31
     }
22
 }
32
 }