Explorar o código

修改盲盒配置

huangyuhao hai 1 ano
pai
achega
a70240acb6
Modificáronse 1 ficheiros con 4 adicións e 6 borrados
  1. 4 6
      BlindBoxConfig.lua

+ 4 - 6
BlindBoxConfig.lua

@@ -3,18 +3,16 @@ local root = {
3 3
         boxId = 1001,
4 4
         name = '初薪之乌',
5 5
         ty = 1,
6
-        goldPrice = 459,
7
-        goldOriginPrice = 499,
8
-        diamondPrice = 459,
6
+        price = 459,
7
+        originPrice = 499,
9 8
         const = 8500
10 9
     },
11 10
     {
12 11
         boxId = 1002,
13 12
         name = '始明之青',
14 13
         ty = 1,
15
-        goldPrice = 899,
16
-        goldOriginPrice = 999,
17
-        diamondPrice = 899,
14
+        price = 899,
15
+        originPrice = 999,
18 16
         const = 8500
19 17
     }
20 18
 }