feat(config): 调整物品合成数量并增加道具掉落
- 修改了多个物品的合成数量,从 5 个减少到 3 个 - 在多个掉落组中增加了道具 1000600 的掉落概率
This commit is contained in:
@@ -798,7 +798,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 57,
|
||||
second_index = 7,
|
||||
table = { { id = 365, type = 0, count = 5 }, { id = 2, type = 2, count = 1000 } },
|
||||
table = { { id = 365, type = 0, count = 3 }, { id = 2, type = 2, count = 1000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -813,7 +813,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 58,
|
||||
second_index = 7,
|
||||
table = { { id = 366, type = 0, count = 5 }, { id = 2, type = 2, count = 3000 } },
|
||||
table = { { id = 366, type = 0, count = 3 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -828,7 +828,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 59,
|
||||
second_index = 7,
|
||||
table = { { id = 367, type = 0, count = 5 }, { id = 2, type = 2, count = 5000 } },
|
||||
table = { { id = 367, type = 0, count = 3 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -843,7 +843,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 60,
|
||||
second_index = 7,
|
||||
table = { { id = 368, type = 0, count = 5 }, { id = 2, type = 2, count = 8000 } },
|
||||
table = { { id = 368, type = 0, count = 3 }, { id = 2, type = 2, count = 8000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -856,7 +856,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 61,
|
||||
second_index = 7,
|
||||
table = { { id = 369, type = 0, count = 5 }, { id = 2, type = 2, count = 15000 } },
|
||||
table = { { id = 369, type = 0, count = 3 }, { id = 2, type = 2, count = 15000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -869,7 +869,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 62,
|
||||
second_index = 7,
|
||||
table = { { id = 370, type = 0, count = 5 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 370, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -882,7 +882,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 63,
|
||||
second_index = 7,
|
||||
table = { { id = 371, type = 0, count = 5 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 371, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -895,7 +895,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 64,
|
||||
second_index = 7,
|
||||
table = { { id = 863, type = 0, count = 5 }, { id = 2, type = 2, count = 80000 } },
|
||||
table = { { id = 863, type = 0, count = 3 }, { id = 2, type = 2, count = 80000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -908,7 +908,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 65,
|
||||
second_index = 7,
|
||||
table = { { id = 864, type = 0, count = 5 }, { id = 2, type = 2, count = 120000 } },
|
||||
table = { { id = 864, type = 0, count = 3 }, { id = 2, type = 2, count = 120000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
|
||||
@@ -8799,6 +8799,7 @@ DropGroupConfig = {
|
||||
{ rate = 0.1, id = 2010049 },
|
||||
{ rate = 20, id = 2100063 },
|
||||
{ rate = 100, id = 2100039 },
|
||||
{ rate = 5, id = 1000600 },
|
||||
},
|
||||
},
|
||||
[200140] = {
|
||||
@@ -8855,6 +8856,7 @@ DropGroupConfig = {
|
||||
{ rate = 30, id = 2100063 },
|
||||
{ rate = 5, id = 2100069 },
|
||||
{ rate = 100, id = 2100039 },
|
||||
{ rate = 5, id = 1000600 },
|
||||
},
|
||||
},
|
||||
[200141] = {
|
||||
|
||||
Reference in New Issue
Block a user