feat(ItemMerge): 添加新物品兑换配置
- 在 ItemMerge.config 中添加了两个新的兑换配置项,ID 分别为 3401 和 3402 - 新增配置项使用物品 ID 13 进行兑换,分别需要 25000000 和 80000000 个物品 13 - 兑换后分别获得 10 个物品 ID 为 300 和 301 的物品 - 更新了 StdItems.config 中多个物品的属性,包括删除不必要的 openUi 字段 - 调整了部分物品的 iseffect 和 dropBroadcast 属性
This commit is contained in:
		| @@ -1955,6 +1955,34 @@ ItemMergeConfig = { | ||||
| 				table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } }, | ||||
| 			}, | ||||
| 		}, | ||||
| 		[4] = { | ||||
| 			[3401] = { | ||||
| 				circle = 1, | ||||
| 				compose = { id = 13, type = 13, count = 25000000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3401, | ||||
| 				second_index = 4, | ||||
| 				table = { { id = 300, type = 0, count = 10 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[3402] = { | ||||
| 				circle = 1, | ||||
| 				compose = { id = 13, type = 13, count = 80000000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3402, | ||||
| 				second_index = 4, | ||||
| 				table = { { id = 301, type = 0, count = 10 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| 	[4] = { | ||||
| 		[1] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user