feat(ItemMerge): 添加新物品合成配置
- 新增物品 ID 3301 的合成配置 - 配置要求转生等级 15 和官职 5 珠亲王以上方可兑换 - 合成所需材料为 10000 个 ID 845 物品和 1000000 个金币
This commit is contained in:
@@ -2065,6 +2065,18 @@ ItemMergeConfig = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
[3] = {
|
[3] = {
|
||||||
|
[3301] = {
|
||||||
|
circle = 0,
|
||||||
|
compose = { id = 1394, type = 0, count = 1 },
|
||||||
|
index = 1,
|
||||||
|
text = "合成",
|
||||||
|
Eid = 3301,
|
||||||
|
second_index = 2,
|
||||||
|
openserverday = 1,
|
||||||
|
table = { { id = 845, type = 0, count = 10000 }, { id = 4, type = 4, count = 1000000 } },
|
||||||
|
mergelimit = { office = 23, circle = 15 },
|
||||||
|
limitTips = "转生等级15且官职为5珠亲王以上方可兑换",
|
||||||
|
},
|
||||||
[11001] = {
|
[11001] = {
|
||||||
circle = 0,
|
circle = 0,
|
||||||
compose = { id = 1379, type = 0, count = 1 },
|
compose = { id = 1379, type = 0, count = 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user