feat(ItemMerge): 调整合成次数配置
- 将多个物品合成配置中的 count 值乘以 10 - 涉及物品 ID 为 7201 至 7228 的合成配置
This commit is contained in:
		| @@ -4305,7 +4305,7 @@ ItemMergeConfig = { | ||||
| 		[2] = { | ||||
| 			[7201] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100 }, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4319,7 +4319,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7202] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 10000 }, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4333,7 +4333,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7203] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 200 }, | ||||
| 				compose = { id = 4, type = 4, count = 2000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4347,7 +4347,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7204] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 20000 }, | ||||
| 				compose = { id = 4, type = 4, count = 200000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4361,7 +4361,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7205] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 500 }, | ||||
| 				compose = { id = 4, type = 4, count = 5000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4375,7 +4375,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7206] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 50000 }, | ||||
| 				compose = { id = 4, type = 4, count = 500000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4389,7 +4389,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7207] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				compose = { id = 4, type = 4, count = 10000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4403,7 +4403,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7208] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				compose = { id = 4, type = 4, count = 1000000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4417,7 +4417,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7209] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 2000 }, | ||||
| 				compose = { id = 4, type = 4, count = 20000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4431,7 +4431,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7210] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 200000 }, | ||||
| 				compose = { id = 4, type = 4, count = 2000000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4445,7 +4445,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7211] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 5000 }, | ||||
| 				compose = { id = 4, type = 4, count = 50000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4459,7 +4459,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7212] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 500000 }, | ||||
| 				compose = { id = 4, type = 4, count = 5000000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4473,7 +4473,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7213] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 10000 }, | ||||
| 				compose = { id = 4, type = 4, count = 100000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4487,7 +4487,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7214] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000000 }, | ||||
| 				compose = { id = 4, type = 4, count = 10000000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4501,7 +4501,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7215] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1 }, | ||||
| 				compose = { id = 4, type = 4, count = 10 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4515,7 +4515,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7216] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 100 }, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4529,7 +4529,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7217] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 5 }, | ||||
| 				compose = { id = 4, type = 4, count = 50 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4543,7 +4543,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7218] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 500 }, | ||||
| 				compose = { id = 4, type = 4, count = 5000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4557,7 +4557,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7219] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 10 }, | ||||
| 				compose = { id = 4, type = 4, count = 100 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4571,7 +4571,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7220] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1000 }, | ||||
| 				compose = { id = 4, type = 4, count = 10000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4585,7 +4585,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7221] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 15 }, | ||||
| 				compose = { id = 4, type = 4, count = 150 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4599,7 +4599,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7222] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 1500 }, | ||||
| 				compose = { id = 4, type = 4, count = 15000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4613,7 +4613,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7223] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 30 }, | ||||
| 				compose = { id = 4, type = 4, count = 300 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4627,7 +4627,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7224] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 3000 }, | ||||
| 				compose = { id = 4, type = 4, count = 30000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4641,7 +4641,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7225] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 50 }, | ||||
| 				compose = { id = 4, type = 4, count = 500 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4655,7 +4655,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7226] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 5000 }, | ||||
| 				compose = { id = 4, type = 4, count = 50000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4669,7 +4669,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7227] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 80 }, | ||||
| 				compose = { id = 4, type = 4, count = 800 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| @@ -4683,7 +4683,7 @@ ItemMergeConfig = { | ||||
| 			}, | ||||
| 			[7228] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 4, type = 4, count = 8000 }, | ||||
| 				compose = { id = 4, type = 4, count = 80000 }, | ||||
| 				index = 7, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user