feat(ItemMerge): 添加新的物品合成配置并调整现有物品属性
- 在 ItemMerge.config 中添加了新的物品合成配置 [3206] - 调整了 StdItems.config 中多个物品的 staitcAttrs 属性格式 - 将 829、830、831、832 物品的 dup 属性从 9999 调整为 99999
This commit is contained in:
		| @@ -2063,6 +2063,19 @@ ItemMergeConfig = { | ||||
| 				openserverday = 15, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 			[3206] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 840, type = 0, count = 1 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 3206, | ||||
| 				second_index = 2, | ||||
| 				table = { { id = 838, type = 0, count = 10 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 		}, | ||||
| 		[3] = { | ||||
| 			[3301] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user