Parcourir la source

修改盲盒随机奖励配置

neo il y a 1 an
Parent
commit
8eff6e8012
1 fichiers modifiés avec 12 ajouts et 2 suppressions
  1. 12 2
      BlindBoxAwardConfig.lua

+ 12 - 2
BlindBoxAwardConfig.lua

@@ -2,21 +2,31 @@ local root = {
2 2
     {
3 3
         boxId = 1001,
4 4
         itemId = 10001,
5
-        weightByPrice = 100
5
+        count = 1,
6
+        weightByPrice = 1000000
6 7
     },
7 8
     {
8 9
         boxId = 1001,
9 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 21
         boxId = 1002,
14 22
         itemId = 10001,
23
+        count = 100,
15 24
         weightByPrice = 100
16 25
     },
17 26
     {
18 27
         boxId = 1002,
19 28
         itemId = 10003,
29
+        count = 100,
20 30
         weightByPrice = 100
21 31
     }
22 32
 }