feat(Item): 新增烛龙日月佩合成并优化代金券使用
- 新增烛龙日月佩合成配方,使用5个1268、5个1269和10000金币合成 - 为15元、30元、50元和80元代金券添加批量使用界面 - 新增烛龙日月佩物品配置,具有高级属性和山海经套装特效
This commit is contained in:
		| @@ -12338,6 +12338,7 @@ StdItems = { | ||||
| 		id = 397, | ||||
| 		itemlvl = 3, | ||||
| 		name = "15元代金券", | ||||
| 		openUi = { type = 1, view = "app.BagBatchUseWin" }, | ||||
| 		packageType = 2, | ||||
| 		recordLog = 1, | ||||
| 		recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, | ||||
| @@ -12367,6 +12368,7 @@ StdItems = { | ||||
| 		id = 398, | ||||
| 		itemlvl = 3, | ||||
| 		name = "30元代金券", | ||||
| 		openUi = { type = 1, view = "app.BagBatchUseWin" }, | ||||
| 		packageType = 2, | ||||
| 		recordLog = 1, | ||||
| 		recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, | ||||
| @@ -12397,6 +12399,7 @@ StdItems = { | ||||
| 		id = 399, | ||||
| 		itemlvl = 3, | ||||
| 		name = "50元代金券", | ||||
| 		openUi = { type = 1, view = "app.BagBatchUseWin" }, | ||||
| 		packageType = 2, | ||||
| 		recordLog = 1, | ||||
| 		recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, | ||||
| @@ -12427,6 +12430,7 @@ StdItems = { | ||||
| 		id = 400, | ||||
| 		itemlvl = 3, | ||||
| 		name = "80元代金券", | ||||
| 		openUi = { type = 1, view = "app.BagBatchUseWin" }, | ||||
| 		packageType = 2, | ||||
| 		recordLog = 1, | ||||
| 		recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, | ||||
| @@ -46251,4 +46255,38 @@ StdItems = { | ||||
| 		trade = 1, | ||||
| 		type = 2, | ||||
| 	}, | ||||
| 	[1388] = { | ||||
| 		cdTime = 0, | ||||
| 		colGroup = 0, | ||||
| 		conds = { { cond = 6, value = 1 } }, | ||||
| 		dealPrice = 10, | ||||
| 		dealType = 0, | ||||
| 		denyDestroy = 1, | ||||
| 		desc = "带有烛龙的日月图案,象征烛龙的掌控之力,山海经套装之一", | ||||
| 		dropBroadcast = -1, | ||||
| 		dropEffect = 11, | ||||
| 		dup = 0, | ||||
| 		existScenes = { -1 }, | ||||
| 		icon = 13734, | ||||
| 		id = 1388, | ||||
| 		itemEff = 5, | ||||
| 		itemlevel = 250, | ||||
| 		itemlvl = 3, | ||||
| 		name = "烛龙日月佩", | ||||
| 		packageType = 1, | ||||
| 		recordLog = 1, | ||||
| 		recoverView = { { count = 1, id = 1319, rate = 100, type = 0 } }, | ||||
| 		recoverid = 150091, | ||||
| 		shape = 0, | ||||
| 		showQuality = 5, | ||||
| 		staitcAttrs = { { type = 81, value = 3000 }, { type = 6, value = 3000 }, { type = 70, value = 2000 }, { | ||||
| 			type = 75, | ||||
| 			value = 1500, | ||||
| 		} }, | ||||
| 		suggVocation = 0, | ||||
| 		suitId = 0, | ||||
| 		time = 0, | ||||
| 		trade = 1, | ||||
| 		type = 16, | ||||
| 	}, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user