feat(CommonCdkey): 新增天赐机缘礼包码配置

- 在 CommonCdkey.config 中添加了新的礼包码 "tiancijiyuan"
- 在 dropgroup.config 和 droptable.config 中添加了相应的掉落配置
- 在 StdItems.config 中添加了新的物品 "天赐机缘盒" 的配置
This commit is contained in:
2025-04-17 14:41:40 +08:00
parent 1d21e50432
commit db9d3ca9a8
4 changed files with 388 additions and 171 deletions

View File

@@ -2220,6 +2220,11 @@ DropGroupConfig = {
type = 2,
group = { { rate = 100, id = 2100188 } },
},
[100882] = {
id = 100882,
type = 2,
group = { { rate = 100, id = 2100189 } },
},
[110001] = {
id = 110001,
type = 2,

View File

@@ -10366,4 +10366,23 @@ DropTableConfig = {
},
weeklimit = {},
},
[2100189] = {
id = 2100189,
type = 2,
table = {
{ rate = 2, type = 0, id = 1394, count = 1 },
{ rate = 2, type = 0, id = 1384, count = 1 },
{ 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 = 2, type = 0, id = 1297, count = 1 },
{ rate = 2, type = 0, id = 1129, count = 1 },
{ rate = 6, type = 0, id = 380, count = 500 },
{ rate = 10, type = 0, id = 1147, count = 3 },
{ rate = 30, type = 0, id = 1383, count = 1 },
{ rate = 40, type = 0, id = 1382, count = 1 },
},
weeklimit = {},
},
}