adjust(drop): 调整道具掉落概率和替换部分道具

- 将 2100184 号道具的掉落概率从 2% 提升到 3%
- 在 2010050 号道具的掉落列表中添加多个新道具
- 将 10317 号道具的掉落概率从 100% 降低到 92%
This commit is contained in:
aixianling
2025-02-18 18:00:58 +08:00
parent e7617b658a
commit 56013fb5fa
2 changed files with 6 additions and 2 deletions

View File

@@ -8725,7 +8725,7 @@ DropGroupConfig = {
{ rate = 100, id = 2100161 },
{ rate = 100, id = 2100162 },
{ rate = 100, id = 2100163 },
{ rate = 2, id = 2100184 },
{ rate = 3, id = 2100184 },
{ rate = 10, id = 2010054 },
{ rate = 100, id = 2100159 },
{ rate = 3, id = 2010050 },

View File

@@ -7889,9 +7889,13 @@ DropTableConfig = {
id = 2010050,
type = 2,
table = {
{ rate = 50, type = 0, id = 1170, count = 1 },
{ rate = 5, type = 0, id = 1171, count = 1 },
{ rate = 50, type = 0, id = 1175, count = 1 },
{ rate = 5, type = 0, id = 1176, count = 1 },
{ rate = 50, type = 0, id = 1180, count = 1 },
{ rate = 5, type = 0, id = 1181, count = 1 },
{ rate = 50, type = 0, id = 1185, count = 1 },
{ rate = 5, type = 0, id = 1186, count = 1 },
},
weeklimit = {},
@@ -10313,7 +10317,7 @@ DropTableConfig = {
{ rate = 2, type = 0, id = 1385, count = 1 },
{ rate = 2, type = 0, id = 1386, count = 1 },
{ rate = 2, type = 0, id = 1387, count = 1 },
{ rate = 100, type = 0, id = 1382, count = 1 },
{ rate = 92, type = 0, id = 1383, count = 1 },
},
weeklimit = {},
},