feat(config): 调整道具合并配置和新增传说级腰带
- 修改 ItemMergeConfig.json 中多个配置项的 count 值,降低合并所需的金币数量 - 在 StdItems.json 中添加新的传说级腰带"应龙破天束"的配置信息
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 869, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 10000 }
|
||||
{ "id": 2, "type": 2, "count": 1000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -30,7 +30,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 870, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 30000 }
|
||||
{ "id": 2, "type": 2, "count": 3000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -48,7 +48,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 871, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -66,7 +66,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 872, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 100000 }
|
||||
{ "id": 2, "type": 2, "count": 10000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -82,7 +82,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 873, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -98,7 +98,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 874, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -114,7 +114,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 875, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 1000000 }
|
||||
{ "id": 2, "type": 2, "count": 100000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -130,7 +130,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 876, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 3000000 }
|
||||
{ "id": 2, "type": 2, "count": 300000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -146,7 +146,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 877, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 5000000 }
|
||||
{ "id": 2, "type": 2, "count": 500000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -162,7 +162,7 @@
|
||||
"second_index": 1,
|
||||
"table": [
|
||||
{ "id": 878, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 100000000 }
|
||||
{ "id": 2, "type": 2, "count": 10000000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -182,7 +182,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 880, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 10000 }
|
||||
{ "id": 2, "type": 2, "count": 1000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -200,7 +200,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 881, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 30000 }
|
||||
{ "id": 2, "type": 2, "count": 3000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -218,7 +218,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 882, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -236,7 +236,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 883, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 100000 }
|
||||
{ "id": 2, "type": 2, "count": 10000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -252,7 +252,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 884, "type": 0, "count": 2 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -268,7 +268,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 885, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -284,7 +284,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 886, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 1000000 }
|
||||
{ "id": 2, "type": 2, "count": 100000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -300,7 +300,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 887, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 3000000 }
|
||||
{ "id": 2, "type": 2, "count": 300000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -316,7 +316,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 888, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 5000000 }
|
||||
{ "id": 2, "type": 2, "count": 500000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -332,7 +332,7 @@
|
||||
"second_index": 2,
|
||||
"table": [
|
||||
{ "id": 889, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 10000000 }
|
||||
{ "id": 2, "type": 2, "count": 1000000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -352,7 +352,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 891, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 20000 }
|
||||
{ "id": 2, "type": 2, "count": 2000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -370,7 +370,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 892, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -388,7 +388,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 893, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 100000 }
|
||||
{ "id": 2, "type": 2, "count": 10000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -406,7 +406,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 894, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -422,7 +422,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 895, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -438,7 +438,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 896, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 1000000 }
|
||||
{ "id": 2, "type": 2, "count": 100000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -454,7 +454,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 897, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 3000000 }
|
||||
{ "id": 2, "type": 2, "count": 300000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -470,7 +470,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 898, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 5000000 }
|
||||
{ "id": 2, "type": 2, "count": 500000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -486,7 +486,7 @@
|
||||
"second_index": 3,
|
||||
"table": [
|
||||
{ "id": 899, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 10000000 }
|
||||
{ "id": 2, "type": 2, "count": 1000000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -506,7 +506,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 351, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 30000 }
|
||||
{ "id": 2, "type": 2, "count": 3000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -524,7 +524,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 352, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -542,7 +542,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 353, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 100000 }
|
||||
{ "id": 2, "type": 2, "count": 10000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -560,7 +560,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 354, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -576,7 +576,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 355, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -592,7 +592,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 356, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 1000000 }
|
||||
{ "id": 2, "type": 2, "count": 100000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -608,7 +608,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 357, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 3000000 }
|
||||
{ "id": 2, "type": 2, "count": 300000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -624,7 +624,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 857, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 5000000 }
|
||||
{ "id": 2, "type": 2, "count": 500000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -640,7 +640,7 @@
|
||||
"second_index": 4,
|
||||
"table": [
|
||||
{ "id": 858, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 10000000 }
|
||||
{ "id": 2, "type": 2, "count": 1000000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -660,7 +660,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 372, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 30000 }
|
||||
{ "id": 2, "type": 2, "count": 3000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -678,7 +678,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 373, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -696,7 +696,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 374, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 100000 }
|
||||
{ "id": 2, "type": 2, "count": 10000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -714,7 +714,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 375, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -730,7 +730,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 376, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -746,7 +746,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 377, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 1000000 }
|
||||
{ "id": 2, "type": 2, "count": 100000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -762,7 +762,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 378, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 3000000 }
|
||||
{ "id": 2, "type": 2, "count": 300000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -778,7 +778,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 866, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 5000000 }
|
||||
{ "id": 2, "type": 2, "count": 500000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -794,7 +794,7 @@
|
||||
"second_index": 5,
|
||||
"table": [
|
||||
{ "id": 867, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 10000000 }
|
||||
{ "id": 2, "type": 2, "count": 1000000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -814,7 +814,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 358, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 30000 }
|
||||
{ "id": 2, "type": 2, "count": 3000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -832,7 +832,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 359, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -850,7 +850,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 360, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 100000 }
|
||||
{ "id": 2, "type": 2, "count": 10000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -868,7 +868,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 361, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -884,7 +884,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 362, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -900,7 +900,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 363, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 1000000 }
|
||||
{ "id": 2, "type": 2, "count": 100000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -916,7 +916,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 364, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 3000000 }
|
||||
{ "id": 2, "type": 2, "count": 300000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -932,7 +932,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 860, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 5000000 }
|
||||
{ "id": 2, "type": 2, "count": 500000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -948,7 +948,7 @@
|
||||
"second_index": 6,
|
||||
"table": [
|
||||
{ "id": 861, "type": 0, "count": 3 },
|
||||
{ "id": 2, "type": 2, "count": 10000000 }
|
||||
{ "id": 2, "type": 2, "count": 1000000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -968,7 +968,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 365, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 10000 }
|
||||
{ "id": 2, "type": 2, "count": 1000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -986,7 +986,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 366, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 30000 }
|
||||
{ "id": 2, "type": 2, "count": 3000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1004,7 +1004,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 367, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 50000 }
|
||||
{ "id": 2, "type": 2, "count": 5000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1022,7 +1022,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 368, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 80000 }
|
||||
{ "id": 2, "type": 2, "count": 8000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1038,7 +1038,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 369, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 150000 }
|
||||
{ "id": 2, "type": 2, "count": 15000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1054,7 +1054,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 370, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 300000 }
|
||||
{ "id": 2, "type": 2, "count": 30000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1070,7 +1070,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 371, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 500000 }
|
||||
{ "id": 2, "type": 2, "count": 50000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1086,7 +1086,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 863, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 800000 }
|
||||
{ "id": 2, "type": 2, "count": 80000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
@@ -1102,7 +1102,7 @@
|
||||
"second_index": 7,
|
||||
"table": [
|
||||
{ "id": 864, "type": 0, "count": 5 },
|
||||
{ "id": 2, "type": 2, "count": 1200000 }
|
||||
{ "id": 2, "type": 2, "count": 120000}
|
||||
],
|
||||
"openserverday": 1,
|
||||
"level": 1,
|
||||
|
||||
@@ -48306,5 +48306,51 @@
|
||||
"time": 0,
|
||||
"trade": 1,
|
||||
"type": 7
|
||||
},
|
||||
"1393": {
|
||||
"cdTime": 0,
|
||||
"colGroup": 0,
|
||||
"conds": [{ "cond": 6, "value": 1 }],
|
||||
"dealPrice": 10,
|
||||
"dealType": 0,
|
||||
"desc": "传说级腰带,带有应龙的神兽图案,象征应龙的破天之力,山海经套装之一",
|
||||
"dropBroadcast": -1,
|
||||
"dropEffect": 12,
|
||||
"dup": 0,
|
||||
"existScenes": [-1],
|
||||
"forcetips": 0,
|
||||
"icon": 13355,
|
||||
"id": 1393,
|
||||
"iseffect": 1,
|
||||
"itemEff": 5,
|
||||
"itemlevel": 117,
|
||||
"itemlvl": 3,
|
||||
"name": "应龙破天束",
|
||||
"packageType": 1,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 1, "id": 845, "rate": 100, "type": 0 }],
|
||||
"recoverid": 150017,
|
||||
"shape": 0,
|
||||
"showQuality": 5,
|
||||
"staitcAttrs": [
|
||||
{ "type": 80, "value": 4500 },
|
||||
{ "type": 136, "value": 2500 },
|
||||
{ "type": 27, "value": 1200 },
|
||||
{ "type": 25, "value": 900 },
|
||||
{ "type": 23, "value": 1200 },
|
||||
{ "type": 21, "value": 900 },
|
||||
{ "type": 19, "value": 1100 },
|
||||
{ "type": 17, "value": 880 },
|
||||
{ "type": 15, "value": 1100 },
|
||||
{ "type": 13, "value": 880 },
|
||||
{ "type": 11, "value": 1100 },
|
||||
{ "type": 9, "value": 880 },
|
||||
{ "type": 47, "value": 8500 }
|
||||
],
|
||||
"suggVocation": 0,
|
||||
"suitId": 0,
|
||||
"time": 0,
|
||||
"trade": 1,
|
||||
"type": 8
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user