feat(ItemMerge): 添加新物品兑换配置并设置开启服务器天数

- 新增物品兑换配置:
  - id: 3301,可兑换 8000000 金币,消耗 1 个 301 型道具
- 更新现有物品合成配置,设置开启服务器天数为 1:
  - id: 11003、11004、11005
This commit is contained in:
2025-01-13 01:20:04 +08:00
parent a0d6dd3a13
commit c06b088e8a

View File

@@ -1884,6 +1884,18 @@ ItemMergeConfig = {
},
},
[3] = {
[3301] = {
circle = 0,
compose = { id = 0, type = 133, count = 8000000 },
index = 3,
text = "兑换",
Eid = 3301,
second_index = 2,
buttontxt10 = "合成10次",
mergebutton10 = 1,
table = { { id = 301, type = 0, count = 1 } },
openserverday = 1,
},
[11001] = {
circle = 0,
compose = { id = 1379, type = 0, count = 1 },
@@ -1914,6 +1926,7 @@ ItemMergeConfig = {
Eid = 11003,
second_index = 2,
table = { { id = 846, type = 0, count = 500 }, { id = 4, type = 4, count = 30000 } },
openserverday = 1,
},
[11004] = {
circle = 0,
@@ -1922,6 +1935,7 @@ ItemMergeConfig = {
text = "合成",
Eid = 11004,
second_index = 2,
openserverday = 1,
table = { { id = 847, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } },
},
[11005] = {
@@ -1931,6 +1945,7 @@ ItemMergeConfig = {
text = "合成",
Eid = 11005,
second_index = 2,
openserverday = 1,
table = { { id = 844, type = 0, count = 1000 }, { id = 4, type = 4, count = 250000 } },
},
},