feat(ItemMerge): 添加新物品兑换配置

- 在 ItemMerge.config 中添加了两个新的兑换配置项,ID 分别为 3401 和 3402
- 新增配置项使用物品 ID 13 进行兑换,分别需要 25000000 和 80000000 个物品 13
- 兑换后分别获得 10 个物品 ID 为 300 和 301 的物品
- 更新了 StdItems.config 中多个物品的属性,包括删除不必要的 openUi 字段
- 调整了部分物品的 iseffect 和 dropBroadcast 属性
This commit is contained in:
aixianling
2025-01-14 17:41:46 +08:00
parent 011184853a
commit bdeb65676a
2 changed files with 126 additions and 216 deletions

View File

@@ -1955,6 +1955,34 @@ ItemMergeConfig = {
table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } },
},
},
[4] = {
[3401] = {
circle = 1,
compose = { id = 13, type = 13, count = 25000000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3401,
second_index = 4,
table = { { id = 300, type = 0, count = 10 } },
openserverday = 1,
level = 1,
},
[3402] = {
circle = 1,
compose = { id = 13, type = 13, count = 80000000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3402,
second_index = 4,
table = { { id = 301, type = 0, count = 10 } },
openserverday = 1,
level = 1,
},
},
},
[4] = {
[1] = {