feat(Item): 调整道具相关配置
- 在 ItemMerge.config 中添加新的兑换配置项 - 修改 StdItems.config 中多倍经验瓶(大)的属性 - 调整道具 1016 的可叠加数量 - 修改道具 1016 的恢复视图配置
This commit is contained in:
		| @@ -1934,6 +1934,21 @@ ItemMergeConfig = { | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 		}, | ||||
| 		[3] = { | ||||
| 			[3301] = { | ||||
| 				circle = 0, | ||||
| 				compose = { id = 0, type = 133, count = 8000000 }, | ||||
| 				index = 3, | ||||
| 				text = "兑换", | ||||
| 				Eid = 3301, | ||||
| 				second_index = 1, | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				table = { { id = 301, type = 0, count = 1 } }, | ||||
| 				openserverday = 1, | ||||
| 				level = 1, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| 	[4] = { | ||||
| 		[1] = { | ||||
|   | ||||
| @@ -9145,7 +9145,6 @@ StdItems = { | ||||
| 		suitId = 0, | ||||
| 		desc = "使用增加800万多倍经验,多倍经验使用期间打怪享受超级翻番", | ||||
| 		recordLog = 1, | ||||
| 		openUi = { view = "app.BagBatchUseWin", type = 1 }, | ||||
| 		name = "多倍经验瓶(大)", | ||||
| 		dealPrice = 10, | ||||
| 		dropBroadcast = -1, | ||||
| @@ -33639,7 +33638,7 @@ StdItems = { | ||||
| 		existScenes = { -1 }, | ||||
| 	}, | ||||
| 	[1016] = { | ||||
| 		dup = 0, | ||||
| 		dup = 99, | ||||
| 		staitcAttrs = {}, | ||||
| 		denyDeal = 1, | ||||
| 		cdTime = 0, | ||||
| @@ -33656,7 +33655,7 @@ StdItems = { | ||||
| 		denySell = 1, | ||||
| 		time = 0, | ||||
| 		itemEff = 5, | ||||
| 		recoverView = { { id = 3, type = 3, rate = 100, count = 50 } }, | ||||
| 		recoverView = { { id = 3, type = 3, rate = 100, count = 500 } }, | ||||
| 		type = 127, | ||||
| 		dealType = 0, | ||||
| 		conds = {}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user