e4k-data 4.92.81 → 4.94.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/buildings.json +403 -83
- package/data/currencies.json +0 -28
- package/data/currencyBoosters.json +0 -10
- package/data/donationItems.json +8 -16
- package/data/equipments.json +66 -0
- package/data/eventAutoScalingUnitPairings.json +320 -0
- package/data/expansions.json +54 -54
- package/data/gachaEvents.json +10 -10
- package/data/horses.json +143 -143
- package/data/leaderboardRewards.json +67 -0
- package/data/leaguetypeEvents.json +33 -0
- package/data/packages.json +15 -1
- package/data/rewards.json +77 -5
- package/data/sceatSkillTiers.json +7 -0
- package/data/sceatSkills.json +45 -0
- package/data/titles.json +118 -118
- package/data/units.json +18 -0
- package/data/version.json +1 -1
- package/data/versionInfo.json +3 -3
- package/data/wodIds.json +186 -186
- package/data/worldmapskins.json +36 -0
- package/images/x768.json +4316 -854
- package/languages/da.json +79 -23
- package/languages/de.json +78 -22
- package/languages/el.json +79 -23
- package/languages/en.json +80 -24
- package/languages/es.json +79 -23
- package/languages/fi.json +78 -22
- package/languages/fr.json +79 -23
- package/languages/it.json +79 -23
- package/languages/ja.json +78 -22
- package/languages/ko.json +78 -22
- package/languages/nl.json +79 -23
- package/languages/no.json +79 -23
- package/languages/pl.json +80 -24
- package/languages/pt.json +79 -23
- package/languages/ru.json +79 -23
- package/languages/sv.json +79 -23
- package/languages/tr.json +79 -23
- package/languages/zh_CN.json +78 -22
- package/languages/zh_TW.json +78 -22
- package/package.json +1 -1
- package/typings/data.d.ts +11 -2
- package/typings/images.d.ts +247 -32
- package/typings/languages.d.ts +56 -3
package/data/currencies.json
CHANGED
|
@@ -56,20 +56,6 @@
|
|
|
56
56
|
"JSONKey": "KM",
|
|
57
57
|
"assetName": "KhanMedal"
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
"currencyID": 11,
|
|
61
|
-
"crossplayID": 11,
|
|
62
|
-
"Name": "ShapeShifterCharm",
|
|
63
|
-
"JSONKey": "SC",
|
|
64
|
-
"assetName": "ShapeShifterCharm"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"currencyID": 12,
|
|
68
|
-
"crossplayID": 12,
|
|
69
|
-
"Name": "ShapeShifterInsignia",
|
|
70
|
-
"JSONKey": "SI",
|
|
71
|
-
"assetName": "ShapeShifterInsignia"
|
|
72
|
-
},
|
|
73
59
|
{
|
|
74
60
|
"currencyID": 13,
|
|
75
61
|
"crossplayID": 13,
|
|
@@ -182,20 +168,6 @@
|
|
|
182
168
|
"JSONKey": "MS7",
|
|
183
169
|
"assetName": "24HourSkip"
|
|
184
170
|
},
|
|
185
|
-
{
|
|
186
|
-
"currencyID": 25,
|
|
187
|
-
"crossplayID": 25,
|
|
188
|
-
"Name": "ShapeShifterCharmBoosterKey",
|
|
189
|
-
"JSONKey": "CB",
|
|
190
|
-
"assetName": "ShapeShifterCharmBoosterKey"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"currencyID": 26,
|
|
194
|
-
"crossplayID": 26,
|
|
195
|
-
"Name": "ShapeShifterBloodpointBoosterKey",
|
|
196
|
-
"JSONKey": "BB",
|
|
197
|
-
"assetName": "ShapeShifterBloodpointBoosterKey"
|
|
198
|
-
},
|
|
199
171
|
{
|
|
200
172
|
"currencyID": 28,
|
|
201
173
|
"crossplayID": 28,
|
|
@@ -15,16 +15,6 @@
|
|
|
15
15
|
"crossplayID": 10,
|
|
16
16
|
"currencyBoosterName": "khanMedalBooster"
|
|
17
17
|
},
|
|
18
|
-
{
|
|
19
|
-
"currencyID": 11,
|
|
20
|
-
"crossplayID": 11,
|
|
21
|
-
"currencyBoosterName": "shapeShifterCharmBooster"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"currencyID": 12,
|
|
25
|
-
"crossplayID": 12,
|
|
26
|
-
"currencyBoosterName": "shapeShifterInsigniaBooster"
|
|
27
|
-
},
|
|
28
18
|
{
|
|
29
19
|
"currencyID": 3,
|
|
30
20
|
"crossplayID": 3,
|
package/data/donationItems.json
CHANGED
|
@@ -474,8 +474,7 @@
|
|
|
474
474
|
"donationItemSetID": 4,
|
|
475
475
|
"donationTypeID": 2,
|
|
476
476
|
"currencyID": 8000,
|
|
477
|
-
"ratio": 1
|
|
478
|
-
"maxPointLimit": 79650
|
|
477
|
+
"ratio": 1
|
|
479
478
|
},
|
|
480
479
|
{
|
|
481
480
|
"donationItemID": 54,
|
|
@@ -483,8 +482,7 @@
|
|
|
483
482
|
"donationItemSetID": 4,
|
|
484
483
|
"donationTypeID": 2,
|
|
485
484
|
"currencyID": 28,
|
|
486
|
-
"ratio": 2
|
|
487
|
-
"maxPointLimit": 11400
|
|
485
|
+
"ratio": 2
|
|
488
486
|
},
|
|
489
487
|
{
|
|
490
488
|
"donationItemID": 55,
|
|
@@ -492,8 +490,7 @@
|
|
|
492
490
|
"donationItemSetID": 4,
|
|
493
491
|
"donationTypeID": 2,
|
|
494
492
|
"currencyID": 15,
|
|
495
|
-
"ratio": 4
|
|
496
|
-
"maxPointLimit": 11400
|
|
493
|
+
"ratio": 4
|
|
497
494
|
},
|
|
498
495
|
{
|
|
499
496
|
"donationItemID": 56,
|
|
@@ -501,8 +498,7 @@
|
|
|
501
498
|
"donationItemSetID": 4,
|
|
502
499
|
"donationTypeID": 2,
|
|
503
500
|
"currencyID": 29,
|
|
504
|
-
"ratio": 8
|
|
505
|
-
"maxPointLimit": 11400
|
|
501
|
+
"ratio": 8
|
|
506
502
|
},
|
|
507
503
|
{
|
|
508
504
|
"donationItemID": 57,
|
|
@@ -510,8 +506,7 @@
|
|
|
510
506
|
"donationItemSetID": 4,
|
|
511
507
|
"donationTypeID": 2,
|
|
512
508
|
"currencyID": 13,
|
|
513
|
-
"ratio": 45
|
|
514
|
-
"maxPointLimit": 11400
|
|
509
|
+
"ratio": 45
|
|
515
510
|
},
|
|
516
511
|
{
|
|
517
512
|
"donationItemID": 58,
|
|
@@ -519,8 +514,7 @@
|
|
|
519
514
|
"donationItemSetID": 4,
|
|
520
515
|
"donationTypeID": 2,
|
|
521
516
|
"currencyID": 7,
|
|
522
|
-
"ratio": 1200
|
|
523
|
-
"maxPointLimit": 11400
|
|
517
|
+
"ratio": 1200
|
|
524
518
|
},
|
|
525
519
|
{
|
|
526
520
|
"donationItemID": 59,
|
|
@@ -528,8 +522,7 @@
|
|
|
528
522
|
"donationItemSetID": 4,
|
|
529
523
|
"donationTypeID": 2,
|
|
530
524
|
"currencyID": 10,
|
|
531
|
-
"ratio": 3750
|
|
532
|
-
"maxPointLimit": 11400
|
|
525
|
+
"ratio": 3750
|
|
533
526
|
},
|
|
534
527
|
{
|
|
535
528
|
"donationItemID": 60,
|
|
@@ -537,8 +530,7 @@
|
|
|
537
530
|
"donationItemSetID": 4,
|
|
538
531
|
"donationTypeID": 2,
|
|
539
532
|
"currencyID": 1,
|
|
540
|
-
"ratio": 1750
|
|
541
|
-
"maxPointLimit": 11400
|
|
533
|
+
"ratio": 1750
|
|
542
534
|
}
|
|
543
535
|
]
|
|
544
536
|
}
|
package/data/equipments.json
CHANGED
|
@@ -13950,6 +13950,72 @@
|
|
|
13950
13950
|
"mightValue": 0,
|
|
13951
13951
|
"canSlotGem": 0,
|
|
13952
13952
|
"skinID": 78
|
|
13953
|
+
},
|
|
13954
|
+
{
|
|
13955
|
+
"equipmentID": 1210,
|
|
13956
|
+
"crossplayID": 1210,
|
|
13957
|
+
"comment1": "New TopX LTPE Looks",
|
|
13958
|
+
"comment2": "GrandNewKingCrown",
|
|
13959
|
+
"wearerID": 1,
|
|
13960
|
+
"slotID": 5,
|
|
13961
|
+
"mightValue": 0,
|
|
13962
|
+
"canSlotGem": 0,
|
|
13963
|
+
"skinID": 115
|
|
13964
|
+
},
|
|
13965
|
+
{
|
|
13966
|
+
"equipmentID": 1211,
|
|
13967
|
+
"crossplayID": 1211,
|
|
13968
|
+
"comment1": "New TopX LTPE Looks",
|
|
13969
|
+
"comment2": "GrandCloverEmblem",
|
|
13970
|
+
"wearerID": 1,
|
|
13971
|
+
"slotID": 5,
|
|
13972
|
+
"mightValue": 0,
|
|
13973
|
+
"canSlotGem": 0,
|
|
13974
|
+
"skinID": 116
|
|
13975
|
+
},
|
|
13976
|
+
{
|
|
13977
|
+
"equipmentID": 1212,
|
|
13978
|
+
"crossplayID": 1212,
|
|
13979
|
+
"comment1": "New TopX LTPE Looks",
|
|
13980
|
+
"comment2": "GrandIceDagger",
|
|
13981
|
+
"wearerID": 1,
|
|
13982
|
+
"slotID": 5,
|
|
13983
|
+
"mightValue": 0,
|
|
13984
|
+
"canSlotGem": 0,
|
|
13985
|
+
"skinID": 117
|
|
13986
|
+
},
|
|
13987
|
+
{
|
|
13988
|
+
"equipmentID": 1213,
|
|
13989
|
+
"crossplayID": 1213,
|
|
13990
|
+
"comment1": "New TopX LTPE Looks",
|
|
13991
|
+
"comment2": "GrandSapphireBrooch",
|
|
13992
|
+
"wearerID": 1,
|
|
13993
|
+
"slotID": 5,
|
|
13994
|
+
"mightValue": 0,
|
|
13995
|
+
"canSlotGem": 0,
|
|
13996
|
+
"skinID": 118
|
|
13997
|
+
},
|
|
13998
|
+
{
|
|
13999
|
+
"equipmentID": 1214,
|
|
14000
|
+
"crossplayID": 1214,
|
|
14001
|
+
"comment1": "New TopX LTPE Looks",
|
|
14002
|
+
"comment2": "GrandFeatherCrest",
|
|
14003
|
+
"wearerID": 1,
|
|
14004
|
+
"slotID": 5,
|
|
14005
|
+
"mightValue": 0,
|
|
14006
|
+
"canSlotGem": 0,
|
|
14007
|
+
"skinID": 119
|
|
14008
|
+
},
|
|
14009
|
+
{
|
|
14010
|
+
"equipmentID": 1215,
|
|
14011
|
+
"crossplayID": 1215,
|
|
14012
|
+
"comment1": "New TopX LTPE Looks",
|
|
14013
|
+
"comment2": "GrandAmethystLotus",
|
|
14014
|
+
"wearerID": 1,
|
|
14015
|
+
"slotID": 5,
|
|
14016
|
+
"mightValue": 0,
|
|
14017
|
+
"canSlotGem": 0,
|
|
14018
|
+
"skinID": 120
|
|
13953
14019
|
}
|
|
13954
14020
|
]
|
|
13955
14021
|
}
|
|
@@ -13528,6 +13528,86 @@
|
|
|
13528
13528
|
"playerWodID": 227,
|
|
13529
13529
|
"mappingWodID": 869
|
|
13530
13530
|
},
|
|
13531
|
+
{
|
|
13532
|
+
"unitPairID": 2479,
|
|
13533
|
+
"eventID": 80,
|
|
13534
|
+
"minDifficultyID": 201,
|
|
13535
|
+
"maxDifficultyID": 201,
|
|
13536
|
+
"playerWodID": 489,
|
|
13537
|
+
"mappingWodID": 860
|
|
13538
|
+
},
|
|
13539
|
+
{
|
|
13540
|
+
"unitPairID": 2480,
|
|
13541
|
+
"eventID": 80,
|
|
13542
|
+
"minDifficultyID": 202,
|
|
13543
|
+
"maxDifficultyID": 202,
|
|
13544
|
+
"playerWodID": 489,
|
|
13545
|
+
"mappingWodID": 861
|
|
13546
|
+
},
|
|
13547
|
+
{
|
|
13548
|
+
"unitPairID": 2481,
|
|
13549
|
+
"eventID": 80,
|
|
13550
|
+
"minDifficultyID": 203,
|
|
13551
|
+
"maxDifficultyID": 203,
|
|
13552
|
+
"playerWodID": 489,
|
|
13553
|
+
"mappingWodID": 862
|
|
13554
|
+
},
|
|
13555
|
+
{
|
|
13556
|
+
"unitPairID": 2482,
|
|
13557
|
+
"eventID": 80,
|
|
13558
|
+
"minDifficultyID": 204,
|
|
13559
|
+
"maxDifficultyID": 204,
|
|
13560
|
+
"playerWodID": 489,
|
|
13561
|
+
"mappingWodID": 863
|
|
13562
|
+
},
|
|
13563
|
+
{
|
|
13564
|
+
"unitPairID": 2483,
|
|
13565
|
+
"eventID": 80,
|
|
13566
|
+
"minDifficultyID": 205,
|
|
13567
|
+
"maxDifficultyID": 205,
|
|
13568
|
+
"playerWodID": 489,
|
|
13569
|
+
"mappingWodID": 864
|
|
13570
|
+
},
|
|
13571
|
+
{
|
|
13572
|
+
"unitPairID": 2484,
|
|
13573
|
+
"eventID": 80,
|
|
13574
|
+
"minDifficultyID": 206,
|
|
13575
|
+
"maxDifficultyID": 206,
|
|
13576
|
+
"playerWodID": 489,
|
|
13577
|
+
"mappingWodID": 865
|
|
13578
|
+
},
|
|
13579
|
+
{
|
|
13580
|
+
"unitPairID": 2485,
|
|
13581
|
+
"eventID": 80,
|
|
13582
|
+
"minDifficultyID": 207,
|
|
13583
|
+
"maxDifficultyID": 207,
|
|
13584
|
+
"playerWodID": 489,
|
|
13585
|
+
"mappingWodID": 866
|
|
13586
|
+
},
|
|
13587
|
+
{
|
|
13588
|
+
"unitPairID": 2486,
|
|
13589
|
+
"eventID": 80,
|
|
13590
|
+
"minDifficultyID": 208,
|
|
13591
|
+
"maxDifficultyID": 208,
|
|
13592
|
+
"playerWodID": 489,
|
|
13593
|
+
"mappingWodID": 867
|
|
13594
|
+
},
|
|
13595
|
+
{
|
|
13596
|
+
"unitPairID": 2487,
|
|
13597
|
+
"eventID": 80,
|
|
13598
|
+
"minDifficultyID": 209,
|
|
13599
|
+
"maxDifficultyID": 209,
|
|
13600
|
+
"playerWodID": 489,
|
|
13601
|
+
"mappingWodID": 868
|
|
13602
|
+
},
|
|
13603
|
+
{
|
|
13604
|
+
"unitPairID": 2488,
|
|
13605
|
+
"eventID": 80,
|
|
13606
|
+
"minDifficultyID": 210,
|
|
13607
|
+
"maxDifficultyID": 211,
|
|
13608
|
+
"playerWodID": 489,
|
|
13609
|
+
"mappingWodID": 869
|
|
13610
|
+
},
|
|
13531
13611
|
{
|
|
13532
13612
|
"unitPairID": 824,
|
|
13533
13613
|
"eventID": 80,
|
|
@@ -14096,6 +14176,86 @@
|
|
|
14096
14176
|
"playerWodID": 238,
|
|
14097
14177
|
"mappingWodID": 879
|
|
14098
14178
|
},
|
|
14179
|
+
{
|
|
14180
|
+
"unitPairID": 2489,
|
|
14181
|
+
"eventID": 80,
|
|
14182
|
+
"minDifficultyID": 201,
|
|
14183
|
+
"maxDifficultyID": 201,
|
|
14184
|
+
"playerWodID": 493,
|
|
14185
|
+
"mappingWodID": 870
|
|
14186
|
+
},
|
|
14187
|
+
{
|
|
14188
|
+
"unitPairID": 2490,
|
|
14189
|
+
"eventID": 80,
|
|
14190
|
+
"minDifficultyID": 202,
|
|
14191
|
+
"maxDifficultyID": 202,
|
|
14192
|
+
"playerWodID": 493,
|
|
14193
|
+
"mappingWodID": 871
|
|
14194
|
+
},
|
|
14195
|
+
{
|
|
14196
|
+
"unitPairID": 2491,
|
|
14197
|
+
"eventID": 80,
|
|
14198
|
+
"minDifficultyID": 203,
|
|
14199
|
+
"maxDifficultyID": 203,
|
|
14200
|
+
"playerWodID": 493,
|
|
14201
|
+
"mappingWodID": 872
|
|
14202
|
+
},
|
|
14203
|
+
{
|
|
14204
|
+
"unitPairID": 2492,
|
|
14205
|
+
"eventID": 80,
|
|
14206
|
+
"minDifficultyID": 204,
|
|
14207
|
+
"maxDifficultyID": 204,
|
|
14208
|
+
"playerWodID": 493,
|
|
14209
|
+
"mappingWodID": 873
|
|
14210
|
+
},
|
|
14211
|
+
{
|
|
14212
|
+
"unitPairID": 2493,
|
|
14213
|
+
"eventID": 80,
|
|
14214
|
+
"minDifficultyID": 205,
|
|
14215
|
+
"maxDifficultyID": 205,
|
|
14216
|
+
"playerWodID": 493,
|
|
14217
|
+
"mappingWodID": 874
|
|
14218
|
+
},
|
|
14219
|
+
{
|
|
14220
|
+
"unitPairID": 2494,
|
|
14221
|
+
"eventID": 80,
|
|
14222
|
+
"minDifficultyID": 206,
|
|
14223
|
+
"maxDifficultyID": 206,
|
|
14224
|
+
"playerWodID": 493,
|
|
14225
|
+
"mappingWodID": 875
|
|
14226
|
+
},
|
|
14227
|
+
{
|
|
14228
|
+
"unitPairID": 2495,
|
|
14229
|
+
"eventID": 80,
|
|
14230
|
+
"minDifficultyID": 207,
|
|
14231
|
+
"maxDifficultyID": 207,
|
|
14232
|
+
"playerWodID": 493,
|
|
14233
|
+
"mappingWodID": 876
|
|
14234
|
+
},
|
|
14235
|
+
{
|
|
14236
|
+
"unitPairID": 2496,
|
|
14237
|
+
"eventID": 80,
|
|
14238
|
+
"minDifficultyID": 208,
|
|
14239
|
+
"maxDifficultyID": 208,
|
|
14240
|
+
"playerWodID": 493,
|
|
14241
|
+
"mappingWodID": 877
|
|
14242
|
+
},
|
|
14243
|
+
{
|
|
14244
|
+
"unitPairID": 2497,
|
|
14245
|
+
"eventID": 80,
|
|
14246
|
+
"minDifficultyID": 209,
|
|
14247
|
+
"maxDifficultyID": 209,
|
|
14248
|
+
"playerWodID": 493,
|
|
14249
|
+
"mappingWodID": 878
|
|
14250
|
+
},
|
|
14251
|
+
{
|
|
14252
|
+
"unitPairID": 2498,
|
|
14253
|
+
"eventID": 80,
|
|
14254
|
+
"minDifficultyID": 210,
|
|
14255
|
+
"maxDifficultyID": 211,
|
|
14256
|
+
"playerWodID": 493,
|
|
14257
|
+
"mappingWodID": 879
|
|
14258
|
+
},
|
|
14099
14259
|
{
|
|
14100
14260
|
"unitPairID": 895,
|
|
14101
14261
|
"eventID": 72,
|
|
@@ -19256,6 +19416,86 @@
|
|
|
19256
19416
|
"playerWodID": 227,
|
|
19257
19417
|
"mappingWodID": 949
|
|
19258
19418
|
},
|
|
19419
|
+
{
|
|
19420
|
+
"unitPairID": 2499,
|
|
19421
|
+
"eventID": 72,
|
|
19422
|
+
"minDifficultyID": 301,
|
|
19423
|
+
"maxDifficultyID": 301,
|
|
19424
|
+
"playerWodID": 489,
|
|
19425
|
+
"mappingWodID": 940
|
|
19426
|
+
},
|
|
19427
|
+
{
|
|
19428
|
+
"unitPairID": 2500,
|
|
19429
|
+
"eventID": 72,
|
|
19430
|
+
"minDifficultyID": 302,
|
|
19431
|
+
"maxDifficultyID": 302,
|
|
19432
|
+
"playerWodID": 489,
|
|
19433
|
+
"mappingWodID": 941
|
|
19434
|
+
},
|
|
19435
|
+
{
|
|
19436
|
+
"unitPairID": 2501,
|
|
19437
|
+
"eventID": 72,
|
|
19438
|
+
"minDifficultyID": 303,
|
|
19439
|
+
"maxDifficultyID": 303,
|
|
19440
|
+
"playerWodID": 489,
|
|
19441
|
+
"mappingWodID": 942
|
|
19442
|
+
},
|
|
19443
|
+
{
|
|
19444
|
+
"unitPairID": 2502,
|
|
19445
|
+
"eventID": 72,
|
|
19446
|
+
"minDifficultyID": 304,
|
|
19447
|
+
"maxDifficultyID": 304,
|
|
19448
|
+
"playerWodID": 489,
|
|
19449
|
+
"mappingWodID": 943
|
|
19450
|
+
},
|
|
19451
|
+
{
|
|
19452
|
+
"unitPairID": 2503,
|
|
19453
|
+
"eventID": 72,
|
|
19454
|
+
"minDifficultyID": 305,
|
|
19455
|
+
"maxDifficultyID": 305,
|
|
19456
|
+
"playerWodID": 489,
|
|
19457
|
+
"mappingWodID": 944
|
|
19458
|
+
},
|
|
19459
|
+
{
|
|
19460
|
+
"unitPairID": 2504,
|
|
19461
|
+
"eventID": 72,
|
|
19462
|
+
"minDifficultyID": 306,
|
|
19463
|
+
"maxDifficultyID": 306,
|
|
19464
|
+
"playerWodID": 489,
|
|
19465
|
+
"mappingWodID": 945
|
|
19466
|
+
},
|
|
19467
|
+
{
|
|
19468
|
+
"unitPairID": 2505,
|
|
19469
|
+
"eventID": 72,
|
|
19470
|
+
"minDifficultyID": 307,
|
|
19471
|
+
"maxDifficultyID": 307,
|
|
19472
|
+
"playerWodID": 489,
|
|
19473
|
+
"mappingWodID": 946
|
|
19474
|
+
},
|
|
19475
|
+
{
|
|
19476
|
+
"unitPairID": 2506,
|
|
19477
|
+
"eventID": 72,
|
|
19478
|
+
"minDifficultyID": 308,
|
|
19479
|
+
"maxDifficultyID": 308,
|
|
19480
|
+
"playerWodID": 489,
|
|
19481
|
+
"mappingWodID": 947
|
|
19482
|
+
},
|
|
19483
|
+
{
|
|
19484
|
+
"unitPairID": 2507,
|
|
19485
|
+
"eventID": 72,
|
|
19486
|
+
"minDifficultyID": 309,
|
|
19487
|
+
"maxDifficultyID": 309,
|
|
19488
|
+
"playerWodID": 489,
|
|
19489
|
+
"mappingWodID": 948
|
|
19490
|
+
},
|
|
19491
|
+
{
|
|
19492
|
+
"unitPairID": 2508,
|
|
19493
|
+
"eventID": 72,
|
|
19494
|
+
"minDifficultyID": 310,
|
|
19495
|
+
"maxDifficultyID": 311,
|
|
19496
|
+
"playerWodID": 489,
|
|
19497
|
+
"mappingWodID": 949
|
|
19498
|
+
},
|
|
19259
19499
|
{
|
|
19260
19500
|
"unitPairID": 1256,
|
|
19261
19501
|
"eventID": 72,
|
|
@@ -19823,6 +20063,86 @@
|
|
|
19823
20063
|
"maxDifficultyID": 311,
|
|
19824
20064
|
"playerWodID": 238,
|
|
19825
20065
|
"mappingWodID": 959
|
|
20066
|
+
},
|
|
20067
|
+
{
|
|
20068
|
+
"unitPairID": 2509,
|
|
20069
|
+
"eventID": 72,
|
|
20070
|
+
"minDifficultyID": 301,
|
|
20071
|
+
"maxDifficultyID": 301,
|
|
20072
|
+
"playerWodID": 493,
|
|
20073
|
+
"mappingWodID": 950
|
|
20074
|
+
},
|
|
20075
|
+
{
|
|
20076
|
+
"unitPairID": 2510,
|
|
20077
|
+
"eventID": 72,
|
|
20078
|
+
"minDifficultyID": 302,
|
|
20079
|
+
"maxDifficultyID": 302,
|
|
20080
|
+
"playerWodID": 493,
|
|
20081
|
+
"mappingWodID": 951
|
|
20082
|
+
},
|
|
20083
|
+
{
|
|
20084
|
+
"unitPairID": 2511,
|
|
20085
|
+
"eventID": 72,
|
|
20086
|
+
"minDifficultyID": 303,
|
|
20087
|
+
"maxDifficultyID": 303,
|
|
20088
|
+
"playerWodID": 493,
|
|
20089
|
+
"mappingWodID": 952
|
|
20090
|
+
},
|
|
20091
|
+
{
|
|
20092
|
+
"unitPairID": 2512,
|
|
20093
|
+
"eventID": 72,
|
|
20094
|
+
"minDifficultyID": 304,
|
|
20095
|
+
"maxDifficultyID": 304,
|
|
20096
|
+
"playerWodID": 493,
|
|
20097
|
+
"mappingWodID": 953
|
|
20098
|
+
},
|
|
20099
|
+
{
|
|
20100
|
+
"unitPairID": 2513,
|
|
20101
|
+
"eventID": 72,
|
|
20102
|
+
"minDifficultyID": 305,
|
|
20103
|
+
"maxDifficultyID": 305,
|
|
20104
|
+
"playerWodID": 493,
|
|
20105
|
+
"mappingWodID": 954
|
|
20106
|
+
},
|
|
20107
|
+
{
|
|
20108
|
+
"unitPairID": 2514,
|
|
20109
|
+
"eventID": 72,
|
|
20110
|
+
"minDifficultyID": 306,
|
|
20111
|
+
"maxDifficultyID": 306,
|
|
20112
|
+
"playerWodID": 493,
|
|
20113
|
+
"mappingWodID": 955
|
|
20114
|
+
},
|
|
20115
|
+
{
|
|
20116
|
+
"unitPairID": 2515,
|
|
20117
|
+
"eventID": 72,
|
|
20118
|
+
"minDifficultyID": 307,
|
|
20119
|
+
"maxDifficultyID": 307,
|
|
20120
|
+
"playerWodID": 493,
|
|
20121
|
+
"mappingWodID": 956
|
|
20122
|
+
},
|
|
20123
|
+
{
|
|
20124
|
+
"unitPairID": 2516,
|
|
20125
|
+
"eventID": 72,
|
|
20126
|
+
"minDifficultyID": 308,
|
|
20127
|
+
"maxDifficultyID": 308,
|
|
20128
|
+
"playerWodID": 493,
|
|
20129
|
+
"mappingWodID": 957
|
|
20130
|
+
},
|
|
20131
|
+
{
|
|
20132
|
+
"unitPairID": 2517,
|
|
20133
|
+
"eventID": 72,
|
|
20134
|
+
"minDifficultyID": 309,
|
|
20135
|
+
"maxDifficultyID": 309,
|
|
20136
|
+
"playerWodID": 493,
|
|
20137
|
+
"mappingWodID": 958
|
|
20138
|
+
},
|
|
20139
|
+
{
|
|
20140
|
+
"unitPairID": 2518,
|
|
20141
|
+
"eventID": 72,
|
|
20142
|
+
"minDifficultyID": 310,
|
|
20143
|
+
"maxDifficultyID": 311,
|
|
20144
|
+
"playerWodID": 493,
|
|
20145
|
+
"mappingWodID": 959
|
|
19826
20146
|
}
|
|
19827
20147
|
]
|
|
19828
20148
|
}
|
package/data/expansions.json
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"expansion": [
|
|
3
|
+
{
|
|
4
|
+
"wodID": 901000,
|
|
5
|
+
"group": "Expansion",
|
|
6
|
+
"name": "Basic",
|
|
7
|
+
"shopCategory": "EXPANSION",
|
|
8
|
+
"type": "TYPE_NORMAL",
|
|
9
|
+
"kIDs": "0,1,2,3,4",
|
|
10
|
+
"mapIDs": ""
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"wodID": 901001,
|
|
14
|
+
"group": "Expansion",
|
|
15
|
+
"name": "Basic",
|
|
16
|
+
"shopCategory": "EXPANSION",
|
|
17
|
+
"type": "TYPE_PREMIUM",
|
|
18
|
+
"kIDs": "0,1,2,3,4",
|
|
19
|
+
"mapIDs": ""
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"wodID": 901002,
|
|
23
|
+
"group": "Expansion",
|
|
24
|
+
"name": "Camp",
|
|
25
|
+
"shopCategory": "EXPANSION",
|
|
26
|
+
"type": "TYPE_NORMAL",
|
|
27
|
+
"kIDs": "",
|
|
28
|
+
"mapIDs": "21,22,23,24,27,28"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"wodID": 901003,
|
|
32
|
+
"group": "Expansion",
|
|
33
|
+
"name": "Camp",
|
|
34
|
+
"shopCategory": "EXPANSION",
|
|
35
|
+
"type": "TYPE_PREMIUM",
|
|
36
|
+
"kIDs": "",
|
|
37
|
+
"mapIDs": "21,22,23,24,27,28"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"wodID": 901004,
|
|
41
|
+
"group": "Expansion",
|
|
42
|
+
"name": "Camp",
|
|
43
|
+
"shopCategory": "EXPANSION",
|
|
44
|
+
"type": "TYPE_NORMAL",
|
|
45
|
+
"kIDs": 10,
|
|
46
|
+
"mapIDs": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"wodID": 901005,
|
|
50
|
+
"group": "Expansion",
|
|
51
|
+
"name": "Camp",
|
|
52
|
+
"shopCategory": "EXPANSION",
|
|
53
|
+
"type": "TYPE_PREMIUM",
|
|
54
|
+
"kIDs": 10,
|
|
55
|
+
"mapIDs": ""
|
|
56
|
+
},
|
|
3
57
|
{
|
|
4
58
|
"expansionID": 1,
|
|
5
59
|
"crossplayID": 1,
|
|
@@ -1097,60 +1151,6 @@
|
|
|
1097
1151
|
"costWood": 80000,
|
|
1098
1152
|
"costStone": 80000,
|
|
1099
1153
|
"costC2": 3200
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"wodID": 901000,
|
|
1103
|
-
"group": "Expansion",
|
|
1104
|
-
"name": "Basic",
|
|
1105
|
-
"shopCategory": "EXPANSION",
|
|
1106
|
-
"type": "TYPE_NORMAL",
|
|
1107
|
-
"kIDs": "0,1,2,3,4",
|
|
1108
|
-
"mapIDs": ""
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"wodID": 901001,
|
|
1112
|
-
"group": "Expansion",
|
|
1113
|
-
"name": "Basic",
|
|
1114
|
-
"shopCategory": "EXPANSION",
|
|
1115
|
-
"type": "TYPE_PREMIUM",
|
|
1116
|
-
"kIDs": "0,1,2,3,4",
|
|
1117
|
-
"mapIDs": ""
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"wodID": 901002,
|
|
1121
|
-
"group": "Expansion",
|
|
1122
|
-
"name": "Camp",
|
|
1123
|
-
"shopCategory": "EXPANSION",
|
|
1124
|
-
"type": "TYPE_NORMAL",
|
|
1125
|
-
"kIDs": "",
|
|
1126
|
-
"mapIDs": "21,22,23,24,27,28"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"wodID": 901003,
|
|
1130
|
-
"group": "Expansion",
|
|
1131
|
-
"name": "Camp",
|
|
1132
|
-
"shopCategory": "EXPANSION",
|
|
1133
|
-
"type": "TYPE_PREMIUM",
|
|
1134
|
-
"kIDs": "",
|
|
1135
|
-
"mapIDs": "21,22,23,24,27,28"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"wodID": 901004,
|
|
1139
|
-
"group": "Expansion",
|
|
1140
|
-
"name": "Camp",
|
|
1141
|
-
"shopCategory": "EXPANSION",
|
|
1142
|
-
"type": "TYPE_NORMAL",
|
|
1143
|
-
"kIDs": 10,
|
|
1144
|
-
"mapIDs": ""
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"wodID": 901005,
|
|
1148
|
-
"group": "Expansion",
|
|
1149
|
-
"name": "Camp",
|
|
1150
|
-
"shopCategory": "EXPANSION",
|
|
1151
|
-
"type": "TYPE_PREMIUM",
|
|
1152
|
-
"kIDs": 10,
|
|
1153
|
-
"mapIDs": ""
|
|
1154
1154
|
}
|
|
1155
1155
|
]
|
|
1156
1156
|
}
|