feat(Item): 新增烛龙日月佩合成并优化代金券使用

- 新增烛龙日月佩合成配方,使用5个1268、5个1269和10000金币合成
- 为15元、30元、50元和80元代金券添加批量使用界面
- 新增烛龙日月佩物品配置,具有高级属性和山海经套装特效
This commit is contained in:
aixianling
2025-01-24 11:00:37 +08:00
parent 73474c18b1
commit 322ef4ecf7
2 changed files with 53 additions and 0 deletions

View File

@@ -1929,6 +1929,21 @@ ItemMergeConfig = {
redpointlimit = { openDay = 85 }, redpointlimit = { openDay = 85 },
redpoint = 1, redpoint = 1,
}, },
[3101] = {
circle = 0,
compose = { id = 1388, type = 0, count = 1 },
index = 3,
text = "合成",
Eid = 3101,
second_index = 1,
table = { { id = 1268, type = 0, count = 5 }, { id = 1269, type = 0, count = 5 }, {
id = 4,
type = 4,
count = 10000,
} },
level = 1,
redpoint = 1,
},
}, },
[2] = { [2] = {
[72] = { [72] = {

View File

@@ -12338,6 +12338,7 @@ StdItems = {
id = 397, id = 397,
itemlvl = 3, itemlvl = 3,
name = "15元代金券", name = "15元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2, packageType = 2,
recordLog = 1, recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12367,6 +12368,7 @@ StdItems = {
id = 398, id = 398,
itemlvl = 3, itemlvl = 3,
name = "30元代金券", name = "30元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2, packageType = 2,
recordLog = 1, recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12397,6 +12399,7 @@ StdItems = {
id = 399, id = 399,
itemlvl = 3, itemlvl = 3,
name = "50元代金券", name = "50元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2, packageType = 2,
recordLog = 1, recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12427,6 +12430,7 @@ StdItems = {
id = 400, id = 400,
itemlvl = 3, itemlvl = 3,
name = "80元代金券", name = "80元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2, packageType = 2,
recordLog = 1, recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -46251,4 +46255,38 @@ StdItems = {
trade = 1, trade = 1,
type = 2, 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,
},
} }