Quellcode durchsuchen

奖励和能量

makela vor 2 Wochen
Ursprung
Commit
d3215cf6d8
2 geänderte Dateien mit 84 neuen und 84 gelöschten Zeilen
  1. 12 12
      AwardConfig_proto.lua
  2. 72 72
      RelicConfig_proto.lua

+ 12 - 12
AwardConfig_proto.lua

@@ -2012,10 +2012,10 @@ return {
     [30008] = {
         ID = 30008,
         weightsCount = 1,
-        library = {10101,10301,10501,12501,10801,10901,11001,11101,12001,11201,11501,11601,10601,12101,11301,10401,11701,11901,10701},
-        weightsMax = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
-        weightsMin = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
-        weights = {789,789,789,789,789,789,264,789,789,263,263,526,264,526,264,526,264,264,264},
+        library = {10101,10301,10501,12501,10801,10901,11001,11101,12001,10601},
+        weightsMax = {1,1,1,1,1,1,1,1,1,1},
+        weightsMin = {1,1,1,1,1,1,1,1,1,1},
+        weights = {1000,1000,1000,1000,1000,1000,1000,1000,1000,1000},
         oddsCount = 0,
         reward = {0},
         oddsMax = {0},
@@ -2025,10 +2025,10 @@ return {
     [30009] = {
         ID = 30009,
         weightsCount = 1,
-        library = {10102,10302,10502,12502,10802,10902,11002,11102,12002,11202,11502,11602,10602,12102,11302,10402,11702,11902,10702},
-        weightsMax = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
-        weightsMin = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
-        weights = {789,789,789,789,789,789,264,789,789,263,263,526,264,526,264,526,264,264,264},
+        library = {10102,10302,10502,12502,10802,10902,11002,11102,12002,10602},
+        weightsMax = {1,1,1,1,1,1,1,1,1,1},
+        weightsMin = {1,1,1,1,1,1,1,1,1,1},
+        weights = {1000,1000,1000,1000,1000,1000,1000,1000,1000,1000},
         oddsCount = 0,
         reward = {0},
         oddsMax = {0},
@@ -2038,10 +2038,10 @@ return {
     [30010] = {
         ID = 30010,
         weightsCount = 1,
-        library = {10103,10303,10503,12503,10803,10903,11003,11103,12003,11203,11503,11603,10603,12103,11303,10403,11703,11903,10703},
-        weightsMax = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
-        weightsMin = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
-        weights = {789,789,789,789,789,789,264,789,789,263,263,526,264,526,264,526,264,264,264},
+        library = {10103,10303,10503,12503,10803,10903,11003,11103,12003,11503,11603,10603,12103,11303,11903},
+        weightsMax = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
+        weightsMin = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
+        weights = {667,667,667,667,667,667,667,667,667,667,667,667,667,667,662},
         oddsCount = 0,
         reward = {0},
         oddsMax = {0},

Datei-Diff unterdrückt, da er zu groß ist
+ 72 - 72
RelicConfig_proto.lua