feat(item): 更新道具合成配置和使用界面
- 调整了多个道具的合成成本和产出 - 更新了部分道具的使用界面为回收窗口 - 新增了多个代金券道具的回收配置 - 优化了银两道具的回收参数 - 移除了部分代金券道具的使用界面配置
This commit is contained in:
		| @@ -1946,19 +1946,6 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 		}, | ||||
| 		[2] = { | ||||
| 			[72] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 2, type = 2, count = 20000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 72, | ||||
| 				second_index = 2, | ||||
| 				table = { { id = 838, type = 0, count = 10 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[73] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 838, type = 0, count = 10 }, | ||||
| @@ -2144,27 +2131,53 @@ ItemMergeConfig = { | ||||
| 		[4] = { | ||||
| 			[3401] = { | ||||
| 				circle = 1, | ||||
| 				compose = { id = 13, type = 13, count = 25000000 }, | ||||
| 				compose = { id = 13, type = 13, count = 2500000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3401, | ||||
| 				second_index = 4, | ||||
| 				table = { { id = 300, type = 0, count = 10 } }, | ||||
| 				table = { { id = 300, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[3402] = { | ||||
| 				circle = 1, | ||||
| 				compose = { id = 13, type = 13, count = 80000000 }, | ||||
| 				compose = { id = 13, type = 13, count = 250000000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3402, | ||||
| 				second_index = 4, | ||||
| 				table = { { id = 301, type = 0, count = 10 } }, | ||||
| 				table = { { id = 300, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[3403] = { | ||||
| 				circle = 1, | ||||
| 				compose = { id = 13, type = 13, count = 8000000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3403, | ||||
| 				second_index = 4, | ||||
| 				table = { { id = 301, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[3404] = { | ||||
| 				circle = 1, | ||||
| 				compose = { id = 13, type = 13, count = 800000000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3404, | ||||
| 				second_index = 4, | ||||
| 				table = { { id = 301, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| @@ -4240,7 +4253,7 @@ ItemMergeConfig = { | ||||
| 		[2] = { | ||||
| 			[7201] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1500 }, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4248,13 +4261,13 @@ ItemMergeConfig = { | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7201, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 397, type = 0, count = 10 } }, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7202] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 150000 }, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4262,13 +4275,13 @@ ItemMergeConfig = { | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7202, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 397, type = 0, count = 1000 } }, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7203] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 3000 }, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4276,27 +4289,27 @@ ItemMergeConfig = { | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7203, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 398, type = 0, count = 10 } }, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7204] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 300000 }, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7203, | ||||
| 				Eid = 7204, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 398, type = 0, count = 1000 } }, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7205] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 5000 }, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4304,7 +4317,329 @@ ItemMergeConfig = { | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7205, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 399, type = 0, count = 10 } }, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7206] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7206, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7207] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7207, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7208] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7208, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7209] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7209, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7210] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7210, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7211] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7211, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7212] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7212, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7213] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7213, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7214] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7214, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7215] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7215, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7216] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7216, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7217] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7217, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7218] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7218, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7219] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7219, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7220] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7220, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7221] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7221, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7222] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7222, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7223] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7223, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7224] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7224, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7225] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7225, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7226] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7226, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7227] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7227, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[7228] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				text = "兑换", | ||||
| 				clicklimit = 1, | ||||
| 				Eid = 7228, | ||||
| 				second_index = 1, | ||||
| 				table = { { id = 389, type = 0, count = 100 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user