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

- 新增了四个物品兑换配置,ID分别为3405、3406、3407、3408
- 这些配置允许玩家使用金币兑换不同数量的钻石或积分
- 配置了合成次数、按钮文本、开放条件等信息
This commit is contained in:
2025-01-27 20:44:48 +08:00
parent 4f007067c2
commit 6e552d8a47

View File

@@ -2181,6 +2181,58 @@ ItemMergeConfig = {
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[3405] = {
circle = 1,
compose = { id = 13, type = 13, count = 800000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3405,
second_index = 4,
table = { { id = 299, type = 0, count = 1 } },
openserverday = 1,
level = 1,
},
[3406] = {
circle = 1,
compose = { id = 13, type = 13, count = 80000000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3406,
second_index = 4,
table = { { id = 299, type = 0, count = 100 } },
openserverday = 1,
level = 1,
},
[3407] = {
circle = 1,
compose = { id = 13, type = 13, count = 500000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3407,
second_index = 4,
table = { { id = 302, type = 0, count = 1 } },
openserverday = 1,
level = 1,
},
[3408] = {
circle = 1,
compose = { id = 13, type = 13, count = 50000000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3408,
second_index = 4,
table = { { id = 302, type = 0, count = 100 } },
openserverday = 1,
level = 1,
},
}, },
}, },
[4] = { [4] = {