feat(config): 调整道具合成数量

- 将多个道具的合成数量从 5 个调整为 3 个
- 涉及的道具 ID 包括 365、366、367、368、369、370、371、863 和 864
This commit is contained in:
2025-04-17 14:56:39 +08:00
parent 1c414a5f8c
commit d700be4fe7

View File

@@ -967,7 +967,7 @@
"Eid": 57, "Eid": 57,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 365, "type": 0, "count": 5 }, { "id": 365, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 1000 } { "id": 2, "type": 2, "count": 1000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -985,7 +985,7 @@
"Eid": 58, "Eid": 58,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 366, "type": 0, "count": 5 }, { "id": 366, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 3000 } { "id": 2, "type": 2, "count": 3000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1003,7 +1003,7 @@
"Eid": 59, "Eid": 59,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 367, "type": 0, "count": 5 }, { "id": 367, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 5000 } { "id": 2, "type": 2, "count": 5000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1021,7 +1021,7 @@
"Eid": 60, "Eid": 60,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 368, "type": 0, "count": 5 }, { "id": 368, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 8000 } { "id": 2, "type": 2, "count": 8000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1037,7 +1037,7 @@
"Eid": 61, "Eid": 61,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 369, "type": 0, "count": 5 }, { "id": 369, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 15000 } { "id": 2, "type": 2, "count": 15000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1053,7 +1053,7 @@
"Eid": 62, "Eid": 62,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 370, "type": 0, "count": 5 }, { "id": 370, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 30000 } { "id": 2, "type": 2, "count": 30000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1069,7 +1069,7 @@
"Eid": 63, "Eid": 63,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 371, "type": 0, "count": 5 }, { "id": 371, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 50000 } { "id": 2, "type": 2, "count": 50000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1085,7 +1085,7 @@
"Eid": 64, "Eid": 64,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 863, "type": 0, "count": 5 }, { "id": 863, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 80000 } { "id": 2, "type": 2, "count": 80000 }
], ],
"openserverday": 1, "openserverday": 1,
@@ -1101,7 +1101,7 @@
"Eid": 65, "Eid": 65,
"second_index": 7, "second_index": 7,
"table": [ "table": [
{ "id": 864, "type": 0, "count": 5 }, { "id": 864, "type": 0, "count": 3 },
{ "id": 2, "type": 2, "count": 120000 } { "id": 2, "type": 2, "count": 120000 }
], ],
"openserverday": 1, "openserverday": 1,