feat(ItemMerge): 添加新物品合成配置并更新现有物品合成效果
- 新增物品 ID 11006 的合成配置,需要 1 个物品 ID 1383,产出 500 个物品 ID 845 和 100000 个物品 ID 4 - 更新物品 ID 4 的合成效果,将合成事件 ID 从 241 改为 7303
This commit is contained in:
		| @@ -1936,6 +1936,16 @@ ItemMergeConfig = { | ||||
| 				openserverday = 1, | ||||
| 				table = { { id = 844, type = 0, count = 1000 }, { id = 4, type = 4, count = 250000 } }, | ||||
| 			}, | ||||
| 			[11006] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 1383, type = 0, count = 1 }, | ||||
| 				index = 1, | ||||
| 				text = "合成", | ||||
| 				Eid = 11006, | ||||
| 				second_index = 2, | ||||
| 				openserverday = 1, | ||||
| 				table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } }, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| 	[4] = { | ||||
| @@ -4176,7 +4186,7 @@ ItemMergeConfig = { | ||||
| 				clicklimit = 1, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 241, | ||||
| 				Eid = 7303, | ||||
| 				second_index = 3, | ||||
| 				table = { { id = 831, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user