feat(ItemMerge): 添加新的物品合成配置
- 新增了 6 个物品合成配置,Eid 分别为 1801 至 1806 - 合成条件包括官职限制、物品和货币消耗 - 配置了合成结果、开启时间和提示文本
This commit is contained in:
		| @@ -1040,6 +1040,90 @@ ItemMergeConfig = { | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职二品开放", | ||||
| 			}, | ||||
| 			[1801] = { | ||||
| 				circle = 2, | ||||
| 				compose = { id = 842, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				mergelimit = { office = 10 }, | ||||
| 				redpoint = 1, | ||||
| 				Eid = 1801, | ||||
| 				second_index = 8, | ||||
| 				table = { { id = 1002, type = 0, count = 1 }, { id = 3, type = 3, count = 500 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职一品以上开放", | ||||
| 			}, | ||||
| 			[1802] = { | ||||
| 				circle = 2, | ||||
| 				compose = { id = 843, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				mergelimit = { office = 12 }, | ||||
| 				redpoint = 1, | ||||
| 				Eid = 1802, | ||||
| 				second_index = 8, | ||||
| 				table = { { id = 1002, type = 0, count = 1 }, { id = 3, type = 3, count = 500 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职上卿以上开放", | ||||
| 			}, | ||||
| 			[1803] = { | ||||
| 				circle = 2, | ||||
| 				compose = { id = 846, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				mergelimit = { office = 15 }, | ||||
| 				redpoint = 1, | ||||
| 				Eid = 1803, | ||||
| 				second_index = 8, | ||||
| 				table = { { id = 1002, type = 0, count = 1 }, { id = 3, type = 3, count = 500 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职国公以上开放", | ||||
| 			}, | ||||
| 			[1804] = { | ||||
| 				circle = 2, | ||||
| 				compose = { id = 847, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				mergelimit = { office = 15 }, | ||||
| 				redpoint = 1, | ||||
| 				Eid = 1804, | ||||
| 				second_index = 8, | ||||
| 				table = { { id = 1002, type = 0, count = 1 }, { id = 3, type = 3, count = 500 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职亲王以上开放", | ||||
| 			}, | ||||
| 			[1805] = { | ||||
| 				circle = 2, | ||||
| 				compose = { id = 844, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				mergelimit = { office = 23 }, | ||||
| 				redpoint = 1, | ||||
| 				Eid = 1805, | ||||
| 				second_index = 8, | ||||
| 				table = { { id = 1002, type = 0, count = 5 }, { id = 4, type = 4, count = 50 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职五珠亲王以上开放", | ||||
| 			}, | ||||
| 			[1806] = { | ||||
| 				circle = 2, | ||||
| 				compose = { id = 845, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				mergelimit = { office = 28 }, | ||||
| 				redpoint = 1, | ||||
| 				Eid = 1806, | ||||
| 				second_index = 8, | ||||
| 				table = { { id = 1002, type = 0, count = 10 }, { id = 4, type = 4, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 				text = "合成", | ||||
| 				limitTips = "官职十珠亲王开放", | ||||
| 			}, | ||||
| 		}, | ||||
| 		[9] = { | ||||
| 			[137] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user